vmm.cfg
changeset 584 f9a2327f57a6
parent 458 4ff0fa3ba0fa
child 694 b1bfd4d1d9c0
child 732 fae6a42add07
equal deleted inserted replaced
583:a479c38931c4 584:f9a2327f57a6
    23 ;    * require
    23 ;    * require
    24 ;    * verify-ca (PostgreSQL >= 8.4)
    24 ;    * verify-ca (PostgreSQL >= 8.4)
    25 ;    * verify-full (PostgreSQL >= 8.4)
    25 ;    * verify-full (PostgreSQL >= 8.4)
    26 sslmode = prefer
    26 sslmode = prefer
    27 ; Database user name (String)
    27 ; Database user name (String)
    28 user = dbuser
    28 user = vmm
    29 ; Database password (String)
    29 ; Database password (String)
    30 pass = dbpassword
    30 pass = dbpassword
    31 ; Database name (String)
    31 ; Database name (String)
    32 name = mailsys
    32 name = mailsys
    33 
    33 
   102 ; The transport setting will be evaluated and applied when a domain is
   102 ; The transport setting will be evaluated and applied when a domain is
   103 ; created. The domain's transport setting will be applied when an account
   103 ; created. The domain's transport setting will be applied when an account
   104 ; is added to a domain.
   104 ; is added to a domain.
   105 ; Use the subcommand domaintransport to modify the transport of a domain.
   105 ; Use the subcommand domaintransport to modify the transport of a domain.
   106 ; Or usertransport in order to update an account's transport setting.
   106 ; Or usertransport in order to update an account's transport setting.
       
   107 ;
       
   108 ; With Dovecot >= v2.0.0 it's strongly recommended that you use Dovecot's
       
   109 ; lmtp instead of the dovecot-lda.
       
   110 ;transport = lmtp:unix:private/dovecot-lmtp
   107 ; default transport for domains and accounts (String)
   111 ; default transport for domains and accounts (String)
   108 transport = dovecot:
   112 transport = dovecot:
   109 
   113 
   110 #
   114 #
   111 # Account settings
   115 # Account settings
   126 
   130 
   127 #
   131 #
   128 # external binaries
   132 # external binaries
   129 #
   133 #
   130 [bin]
   134 [bin]
   131 ; location of dovecotpw (String)
   135 ; location of dovecotpw (Dovecot v1) or doveadm (Dovecot v2) (String)
   132 dovecotpw = /usr/sbin/dovecotpw
   136 dovecotpw = /usr/sbin/dovecotpw
   133 ; location of disk usage (String)
   137 ; location of disk usage (String)
   134 du = /usr/bin/du
   138 du = /usr/bin/du
   135 ; location of postconf (String)
   139 ; location of postconf (String)
   136 postconf = /usr/sbin/postconf
   140 postconf = /usr/sbin/postconf
   146 ; Number of encryption rounds for the password_scheme SHA256-CRYPT (Int)
   150 ; Number of encryption rounds for the password_scheme SHA256-CRYPT (Int)
   147 crypt_sha256_rounds = 5000
   151 crypt_sha256_rounds = 5000
   148 ; Number of encryption rounds for the password_scheme SHA512-CRYPT (Int)
   152 ; Number of encryption rounds for the password_scheme SHA512-CRYPT (Int)
   149 crypt_sha512_rounds = 5000
   153 crypt_sha512_rounds = 5000
   150 ; the version number from `dovecot --version` (String)
   154 ; the version number from `dovecot --version` (String)
   151 ; e.g. 1.1.18; 1.2.11; 2.0.beta4
   155 ; e.g. 1.2.17, 2.0.21, 2.1.9 or 2.2.beta1
   152 dovecot_version = 1.2.11
   156 dovecot_version = 2.1.9
   153 ; Password scheme to use (see also: dovecotpw -l) (String)
   157 ; Password scheme to use (see also: ´vmm listpwschemes`) (String)
   154 password_scheme = CRAM-MD5
   158 password_scheme = CRAM-MD5
   155 
   159