vmm.cfg
changeset 113 e35755191ff3
parent 102 485d3f7d6981
child 166 b152ad5c7071
equal deleted inserted replaced
112:d1f345f91e1c 113:e35755191ff3
     1 # This is the Virtual Mail Manager (vmm) configuration file.
     1 # This is the vmm (a virtual mail manager) configuration file.
     2 # location: /usr/local/etc/vmm.cfg
     2 # default location: /usr/local/etc/vmm.cfg
     3 #
     3 #
     4 
     4 
     5 #
     5 #
     6 # Database settings
     6 # Database settings
     7 #
     7 #
    41 ; allow pop3 by default? (Boolean)
    41 ; allow pop3 by default? (Boolean)
    42 pop3 = true
    42 pop3 = true
    43 ; allow imap by default? (Boolean)
    43 ; allow imap by default? (Boolean)
    44 imap = true
    44 imap = true
    45 ; allow managesieve by default? (Boolean)
    45 ; allow managesieve by default? (Boolean)
    46 managesieve = true
    46 sieve = true
    47 
    47 
    48 #
    48 #
    49 # domain directory settings
    49 # domain directory settings
    50 #
    50 #
    51 [domdir]
    51 [domdir]
    63 [bin]
    63 [bin]
    64 ; location of dovecotpw (String)
    64 ; location of dovecotpw (String)
    65 dovecotpw = /usr/sbin/dovecotpw
    65 dovecotpw = /usr/sbin/dovecotpw
    66 ; location of disk usage (String)
    66 ; location of disk usage (String)
    67 du = /usr/bin/du
    67 du = /usr/bin/du
    68 ; location of postconf
    68 ; location of postconf (String)
    69 postconf = /usr/sbin/postconf
    69 postconf = /usr/sbin/postconf
    70 
    70 
    71 #
    71 #
    72 # misc settings
    72 # misc settings
    73 #
    73 #
    78 gid_mail = 8
    78 gid_mail = 8
    79 ; force deletion of accounts and aliases (Boolean)
    79 ; force deletion of accounts and aliases (Boolean)
    80 forcedel = false
    80 forcedel = false
    81 ; default transport for domains and accounts
    81 ; default transport for domains and accounts
    82 transport = dovecot:
    82 transport = dovecot:
       
    83 ; the concatenated major and minor version number from `dovecot --version` (Int)
       
    84 ; e.g. 1.0.15 -> 10; 1.1.18 -> 11; 1.2.3 -> 12
       
    85 dovecotvers = 11
    83 
    86 
    84 #
    87 #
    85 # Configuration state
    88 # Configuration state
    86 #
    89 #
    87 [config]
    90 [config]