Configure.Dovecot_2
branchv0.6.x
changeset 564 55148bc6348e
parent 562 b5bb7b34e831
child 632 152ea3e3e955
equal deleted inserted replaced
563:b17a9d7a59ae 564:55148bc6348e
    39 ###
    39 ###
    40 # conf.d/10-mail.conf
    40 # conf.d/10-mail.conf
    41 ###
    41 ###
    42 first_valid_gid = 70000
    42 first_valid_gid = 70000
    43 first_valid_uid = 70000
    43 first_valid_uid = 70000
       
    44 mail_access_groups = dovemail
    44 mail_location = maildir:~/Maildir
    45 mail_location = maildir:~/Maildir
    45 
    46 
    46 # uncomment if you want to use the quota plugin
    47 # uncomment if you want to use the quota plugin
    47 #mail_plugins = quota
    48 #mail_plugins = quota
    48 
    49 
    64     mode = 0600
    65     mode = 0600
    65   }
    66   }
    66 }
    67 }
    67 
    68 
    68 service auth {
    69 service auth {
    69   user = nobody
    70   user = doveauth
    70   unix_listener auth-userdb {
    71   unix_listener auth-userdb {
    71   }
    72   }
    72   unix_listener /var/spool/postfix/private/dovecot-auth {
    73   unix_listener /var/spool/postfix/private/dovecot-auth {
    73     user = postfix
    74     user = postfix
    74     group = postfix
    75     group = postfix
    76   }
    77   }
    77 }
    78 }
    78 
    79 
    79 service auth-worker {
    80 service auth-worker {
    80   unix_listener auth-worker {
    81   unix_listener auth-worker {
    81     user = nobody
    82     user = doveauth
    82     group = $default_internal_user
    83     group = $default_internal_user
    83     mode = 0660
    84     mode = 0660
    84   }
    85   }
    85   user = nobody
    86   user = doveauth
    86 }
    87 }
    87 
    88 
    88 service dict {
    89 service dict {
    89   unix_listener dict {
    90   unix_listener dict {
    90     # we need mode 0666, because we have a GID/domain and a UID/user
    91     group = dovemail
    91     mode = 0666
    92     mode = 0660
    92   }
    93   }
    93 }
    94 }
    94 
    95 
    95 ###
    96 ###
    96 # conf.d/10-ssl.conf
    97 # conf.d/10-ssl.conf