Displaying 1 result from an estimated 1 matches for "mail_artio_net".
2013 Feb 20
2
Changin password in LDAP
...r/local/sbin/dovecot-postscript-imap
user = root
}
service imap {
executable = imap imap-postlogin
}
service pop3-postlogin {
executable = script-login /usr/local/sbin/dovecot-postscript-pop3
user = root
}
service pop3 {
executable = pop3 pop3-postlogin
}
ssl_ca = </usr/share/ssl/certs/mail_artio_net-2012-geotrust.ca
ssl_cert = </usr/share/ssl/certs/mail_artio_net-2012-geotrust.crt
ssl_key = </usr/share/ssl/private/mail_artio_net-2012-geotrust.key
userdb {
args = /etc/dovecot/dovecot-ldap.conf.ext
driver = ldap
}
protocol lda {
mail_plugins = sieve quota
}
protocol imap {
mail_max...