看了userctl.pl的帮助
# ./userctl.pl
Usage: ./userctl.pl --mode=add,badd,del,bdel,list,show,mod,help
--file=/path/to/filename.csv #if mode is:badd,bdel
--username=username@domain.tld
--domain=domain.tld
--password=******
--name=name
--question="What are you doing?"
--answer="Working"
--gid=gid
--uid=uid
--expire="2009-09-17"
--quota=100 # Unit: MB
--ndquota=100 # Unit: MB
--active=1|0
--services=smtp,smtpd,pop3,imap,webmail,netdisk,pwdchange
--setgid=vgroup
--setuid=vuser
--quiet or -qq [hide infomation bar, useful for batch job]
想知道--file=/path/to/filename.csv,filename.csv的格式如何写,才能批量导入用户。