You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-08-09 05:02:44 +03:00
import_users_from_csv.py
- add known restrictions (MySQL only, hardcoded "domain/username/") to usage() git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@774 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
@@ -56,6 +56,10 @@ def usage():
|
||||
print " * name - full user name ('Name Surname')"
|
||||
print
|
||||
print "the 'name' column is optional, other columns will be ignored"
|
||||
print
|
||||
print "Known restrictions:"
|
||||
print "* this script only works with MySQL"
|
||||
print "* mailbox paths are hardcoded to domain/username/"
|
||||
|
||||
|
||||
# option parsing
|
||||
|
Reference in New Issue
Block a user