- [root@dmc-esx-1 conf.d]# 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)
- auth_mechanisms = plain login
- base_dir = /var/run/dovecot/
- mail_location = maildir:~/Maildir
- managesieve_notify_capability = mailto
- managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date
- mbox_write_locks = fcntl
- passdb {
- driver = pam
- }
- passdb {
- args = scheme=CRYPT username_format=%u /etc/dovecot/users
- driver = passwd-file
- }
- plugin {
- sieve = ~/.dovecot.sieve
- sieve_dir = ~/sieve
- }
- service auth-worker {
- user = root
- }
- service auth {
- unix_listener /var/spool/postfix/private/auth {
- mode = 0666
- }
- }
- service imap-login {
- inet_listener imap {
- port = 143
- }
- inet_listener imaps {
- port = 993
- ssl = yes
- }
- }
- service pop3-login {
- inet_listener pop3 {
- port = 110
- }
- inet_listener pop3s {
- port = 995
- ssl = yes
- }
- }
- ssl_cert = </etc/pki/dovecot/certs/dovecot.pem
- ssl_key = </etc/pki/dovecot/private/dovecot.pem
- ssl_parameters_regenerate = 0
- userdb {
- driver = passwd
- }
- userdb {
- args = uid=vmail gid=mail home=/var/vmail/%d/%u/Maildir allow_all_user=yes
- driver = static
- }
- userdb {
- args = username_format=%u /etc/dovecot/users
- driver = passwd-file
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.


