42 ] |
42 ] |
43 self.__accountopts = [ |
43 self.__accountopts = [ |
44 ['delete_directory', 'false'], |
44 ['delete_directory', 'false'], |
45 ['directory_mode', 448], |
45 ['directory_mode', 448], |
46 ['disk_usage', 'false'], |
46 ['disk_usage', 'false'], |
47 ['password_len', 8], |
47 ['password_length', 8], |
48 ['random_password', 'false'], |
48 ['random_password', 'false'], |
49 ['smtp', 'true'], |
49 ['smtp', 'true'], |
50 ['pop3', 'true'], |
50 ['pop3', 'true'], |
51 ['imap', 'true'], |
51 ['imap', 'true'], |
52 ['sieve', 'true'] |
52 ['sieve', 'true'] |
53 ] |
53 ] |
54 self.__domdopts = [ |
54 self.__domdopts = [ |
55 ['auto_postmaster', 'true'], |
55 ['auto_postmaster', 'true'], |
56 ['delete_directory', 'false'], |
56 ['delete_directory', 'false'], |
57 ['directory_mode', 504], |
57 ['directory_mode', 504], |
58 ['force_del', 'false'], |
58 ['force_deletion', 'false'], |
59 ] |
59 ] |
60 self.__binopts = [ |
60 self.__binopts = [ |
61 ['dovecotpw', '/usr/sbin/dovecotpw'], |
61 ['dovecotpw', '/usr/sbin/dovecotpw'], |
62 ['du', '/usr/bin/du'], |
62 ['du', '/usr/bin/du'], |
63 ['postconf', '/usr/sbin/postconf'] |
63 ['postconf', '/usr/sbin/postconf'] |
64 ] |
64 ] |
65 self.__miscopts = [ |
65 self.__miscopts = [ |
66 ['base_dir', '/srv/mail'], |
66 ['base_directory', '/srv/mail'], |
67 ['dovecot_vers', '11'], |
67 ['dovecot_version', '11'], |
68 ['gid_mail', 8], |
68 ['gid_mail', 8], |
69 ['password_scheme', 'PLAIN'], |
69 ['password_scheme', 'PLAIN'], |
70 ['transport', 'dovecot:'], |
70 ['transport', 'dovecot:'], |
71 ] |
71 ] |
72 |
72 |