vmm.cfg
branchv0.7.x
changeset 720 d1b32cdf8dda
parent 694 b1bfd4d1d9c0
child 734 8167ba72235c
equal deleted inserted replaced
719:19486a140ef5 720:d1b32cdf8dda
   100 ; Use the subcommand domaintransport to modify the transport of a domain.
   100 ; Use the subcommand domaintransport to modify the transport of a domain.
   101 ; Or usertransport in order to update an account's transport setting.
   101 ; Or usertransport in order to update an account's transport setting.
   102 ;
   102 ;
   103 ; With Dovecot >= v2.0.0 it's strongly recommended that you use Dovecot's
   103 ; With Dovecot >= v2.0.0 it's strongly recommended that you use Dovecot's
   104 ; lmtp instead of the dovecot-lda.
   104 ; lmtp instead of the dovecot-lda.
   105 ;transport = lmtp:unix:private/dovecot-lmtp
   105 ; default transport for new created domains (String)
   106 ; default transport for domains and accounts (String)
   106 transport = lmtp:unix:private/dovecot-lmtp
   107 transport = dovecot:
       
   108 
   107 
   109 #
   108 #
   110 # Account settings
   109 # Account settings
   111 #
   110 #
   112 [account]
   111 [account]
   125 
   124 
   126 #
   125 #
   127 # external binaries
   126 # external binaries
   128 #
   127 #
   129 [bin]
   128 [bin]
   130 ; location of dovecotpw (Dovecot v1) or doveadm (Dovecot v2) (String)
   129 ; location of doveadm (String)
   131 dovecotpw = /usr/sbin/dovecotpw
   130 doveadm = /usr/bin/doveadm
   132 ; location of disk usage (String)
   131 ; location of disk usage (String)
   133 du = /usr/bin/du
   132 du = /usr/bin/du
   134 ; location of postconf (String)
   133 ; location of postconf (String)
   135 postconf = /usr/sbin/postconf
   134 postconf = /usr/sbin/postconf
   136 
   135