1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-08-10 16:02:58 +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:
Christian Boltz
2009-11-19 23:33:57 +00:00
parent f456d8f9c3
commit 091cd59d77

View File

@@ -56,6 +56,10 @@ def usage():
print " * name - full user name ('Name Surname')" print " * name - full user name ('Name Surname')"
print print
print "the 'name' column is optional, other columns will be ignored" 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 # option parsing