[Dovecot] IPv6 & SSL

Luigi Rosa lists at luigirosa.com
Sat Oct 6 11:10:40 EEST 2012


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Patrick Westenberg said the following on 06/10/12 09:29:
> Can you provide the output of doveconf -n?


Sure, here it is:


# 2.1.10: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.18-308.1.1.el5.centos.plus x86_64 CentOS release 5.8 (Final)
auth_cache_negative_ttl = 0
auth_cache_size = 100 k
auth_cache_ttl = 8 hours
auth_mechanisms = plain login digest-md5 cram-md5
auth_verbose = yes
base_dir = /var/run/dovecot/
login_greeting = Ready.
login_trusted_networks = 10.0.0.0/24
mail_plugins = " stats"
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 ihave
passdb {
  args = /etc/dovecot/dovecot-sql.conf.ext
  driver = sql
}
plugin {
  sieve = ~/.dovecot.sieve
  sieve_dir = ~/sieve
  stats_refresh = 10s
  stats_track_cmds = yes
}
protocols = imap pop3 lmtp sieve
service auth {
  unix_listener /var/spool/postfix/private/auth {
    group = postfix
    mode = 0660
    user = postfix
  }
}
service imap-login {
  inet_listener imap {
    port = 143
  }
  inet_listener imaps {
    port = 993
    ssl = yes
  }
}
service lmtp {
  unix_listener /var/spool/postfix/private/dovecot-lmtp {
    group = postfix
    mode = 0660
    user = postfix
  }
}
service managesieve-login {
  inet_listener sieve {
    port = 4190
  }
}
service pop3-login {
  inet_listener pop3 {
    port = 110
  }
  inet_listener pop3s {
    port = 995
    ssl = yes
  }
}
service stats {
  fifo_listener stats-mail {
    mode = 0666
  }
}
ssl_cert = </etc/path/to/file.crt
ssl_key = </etc/path/to/file.key
ssl_parameters_regenerate = 202 hours
syslog_facility = local5
userdb {
  args = /etc/dovecot/dovecot-sql.conf.ext
  driver = sql
}
verbose_proctitle = yes
protocol lmtp {
  mail_plugins = sieve
}
protocol imap {
  imap_client_workarounds = tb-extra-mailbox-sep
  mail_plugins = " stats imap_stats"
}
protocol pop3 {
  pop3_client_workarounds = outlook-no-nuls
  pop3_uidl_format = %08Xu%08Xv
}






Ciao,
luigi

- -- 
/
+--[Luigi Rosa]--
\

I will tell you a great secret, Captain. Perhaps the greatest of all
time. The molecules of your body are the same molecules that make up
this station and the nebula outside, that burn inside the stars
themselves. We are star stuff, we are the universe made manifest,
trying to figure itself out. As we have both learned, sometimes
the universe requires a change of perspective."
    --Delenn, "Distant Star", Babylon 5
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlBv538ACgkQ3kWu7Tfl6ZRsYACgzxbZjPbuiAKDNmMPphmiL1Li
UuYAnAopP2AJE6GYyNRhBVYmUuFBqdkG
=62M+
-----END PGP SIGNATURE-----



More information about the dovecot mailing list