Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- protocols = pop3 pop3s
- listen = *
- disable_plaintext_auth = no
- mail_location = maildir:/home/vmail/%d/%n
- namespace private {
- separator = .
- prefix = INBOX.
- inbox = yes
- }
- auth default {
- mechanisms = plain login
- passdb sql {
- args = /etc/dovecot/dovecot-sql.conf
- }
- userdb static {
- args = uid=5000 gid=5000 home=/home/vmail/%d/%n allow_all_users=yes
- }
- socket listen {
- master {
- path = /var/run/dovecot/auth-master
- mode = 0600
- user = vmail
- }
- client {
- path = /var/spool/postfix/private/auth
- mode = 0660
- user = postfix
- group = postfix
- }
- }
- }
- protocol lda {
- log_path = /home/vmail/dovecot-deliver.log
- auth_socket_path = /var/run/dovecot/auth-master
- postmaster_address = i.boiarsinov@lumier.org
- mail_plugins = cmusieve
- }
- dict {
- }
- !include conf.d/*.conf
- !include_try local.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement