Displaying 1 result from an estimated 1 matches for "postpop".
Did you mean:
postpop3
2011 Aug 24
2
Post-login scripting with virtual users
....13: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.40.3-0.fc15.x86_64 x86_64 Fedora release 15 (Lovelock)
auth_debug = yes
disable_plaintext_auth = no
mail_debug = yes
mbox_write_locks = fcntl
passdb {
args = /etc/dovecot/conf.d/dovecot-sql.conf.ext
driver = sql
}
protocols = imap pop3
service imap-postpop {
executable = script-login /usr/local/bin/set_postpop
unix_listener imap-postpop {
}
user = popuser
}
service imap {
executable = imap imap-postpop
}
ssl_cert = </etc/pki/dovecot/certs/dovecot.pem
ssl_key = </etc/pki/dovecot/private/dovecot.pem
userdb {
args = /etc/dovecot/conf.d...