
doveconf -n
By:
JConnors on
May 22nd, 2012 | syntax:
None | size: 0.79 KB | hits: 19 | expires: Never
dovecot]# doveconf -n
# 2.0.9: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-220.13.1.el6.i686 i686 CentOS release 6.2 (Final) ext4
auth_debug = yes
auth_verbose = yes
base_dir = /var/run/dovecot/
listen = *
login_greeting = Datavalet ready.
mail_debug = yes
mail_home = mailbox:~/Maildir/
mail_location = mbox:/var/vmail/%d/%u
mail_privileged_group = mail
mbox_write_locks = fcntl
passdb {
driver = pam
}
passdb {
args = scheme=CRYPT username_format=%u /etc/dovecot/users
driver = passwd-file
}
ssl_cert = </etc/dovecot/keys/dovecot_cert.pem
ssl_key = </etc/dovecot/keys/dovecot_key.pem
userdb {
driver = passwd
}
userdb {
args = uid=vmail gid=mail home=/home/%u
driver = static
}
userdb {
args = username_format=%u /etc/dovecot/users
driver = passwd-file
}