equal
deleted
inserted
replaced
36 delete_directory = false |
36 delete_directory = false |
37 ; Permissions for domain directories (Int) |
37 ; Permissions for domain directories (Int) |
38 ; octal 0770 -> decimal 504 |
38 ; octal 0770 -> decimal 504 |
39 directory_mode = 504 |
39 directory_mode = 504 |
40 ; Force deletion of accounts and aliases when deleting a domain (Boolean) |
40 ; Force deletion of accounts and aliases when deleting a domain (Boolean) |
41 force_del = false |
41 force_deletion = false |
42 |
42 |
43 # |
43 # |
44 # Account settings |
44 # Account settings |
45 # |
45 # |
46 [account] |
46 [account] |
53 disk_usage = false |
53 disk_usage = false |
54 ; Should vmm generate a random password when no password was given for the |
54 ; Should vmm generate a random password when no password was given for the |
55 ; useradd subcommand? (Boolean) |
55 ; useradd subcommand? (Boolean) |
56 random_password = false |
56 random_password = false |
57 ; How many characters to include in the generated passwords? (Int) |
57 ; How many characters to include in the generated passwords? (Int) |
58 password_len = 8 |
58 password_length = 8 |
59 ; Allow smtp by default? (Boolean) |
59 ; Allow smtp by default? (Boolean) |
60 smtp = true |
60 smtp = true |
61 ; Allow pop3 by default? (Boolean) |
61 ; Allow pop3 by default? (Boolean) |
62 pop3 = true |
62 pop3 = true |
63 ; Allow imap by default? (Boolean) |
63 ; Allow imap by default? (Boolean) |
79 # |
79 # |
80 # misc settings |
80 # misc settings |
81 # |
81 # |
82 [misc] |
82 [misc] |
83 ; The base directory for all domains/accounts (String) |
83 ; The base directory for all domains/accounts (String) |
84 base_dir = /srv/mail |
84 base_directory = /srv/mail |
85 ; Password scheme to use (see also: dovecotpw -l) (String) |
85 ; Password scheme to use (see also: dovecotpw -l) (String) |
86 password_scheme = PLAIN |
86 password_scheme = PLAIN |
87 ; numeric group ID of group mail (mail_privileged_group from dovecot.conf) (Int) |
87 ; numeric group ID of group mail (mail_privileged_group from dovecot.conf) (Int) |
88 gid_mail = 8 |
88 gid_mail = 8 |
89 ; default transport for domains and accounts (String) |
89 ; default transport for domains and accounts (String) |
90 transport = dovecot: |
90 transport = dovecot: |
91 ; the concatenated major and minor version number from `dovecot --version` (Int) |
91 ; the concatenated major and minor version number from `dovecot --version` (Int) |
92 ; e.g. 1.0.15 -> 10; 1.1.18 -> 11; 1.2.3 -> 12 |
92 ; e.g. 1.0.15 -> 10; 1.1.18 -> 11; 1.2.3 -> 12 |
93 dovecot_vers = 11 |
93 dovecot_version = 11 |
94 |
94 |
95 # |
95 # |
96 # Configuration state |
96 # Configuration state |
97 # |
97 # |
98 [config] |
98 [config] |