[Dovecot] dovecot and postfix with tls and dovecot sasl issues for smtp clients
Eduardo M KALINOWSKI
eduardo at kalinowski.com.br
Wed Oct 22 13:36:50 EEST 2008
Harondel J. Sibble wrote:
> dovecot -n
>
> # 1.1.4: /etc/dovecot.conf
> protocols: imaps pop3s
> ssl_listen(default): *:993
> ssl_listen(imap): *:993
> ssl_listen(pop3): *:995
> ssl_ca_file: /etc/openvpn/easy-rsa/keys/combined-ca-and-crl.crt
> ssl_cert_file: /etc/pki/dovecot/certs/dovecot-chained.cert
> ssl_key_file: /etc/pki/tls/private/server.myserver.net.key
> ssl_verify_client_cert: yes
> ssl_require_client_cert = yes
> verbose_ssl: yes
> login_dir: /var/run/dovecot/login
> login_executable(default): /usr/libexec/dovecot/imap-login
> login_executable(imap): /usr/libexec/dovecot/imap-login
> login_executable(pop3): /usr/libexec/dovecot/pop3-login
> mail_location:
> mbox:~/mail:INBOX=/var/spool/mail/%u:INDEX=~/mail/.imap/indexes
> mail_debug: yes
> mail_executable(default): /usr/libexec/dovecot/imap
> mail_executable(imap): /usr/libexec/dovecot/imap
> mail_executable(pop3): /usr/libexec/dovecot/pop3
> mail_plugin_dir(default): /usr/lib/dovecot/imap
> mail_plugin_dir(imap): /usr/lib/dovecot/imap
> mail_plugin_dir(pop3): /usr/lib/dovecot/pop3
> auth default:
> mechanisms: plain login
> debug: yes
> debug_passwords: yes
> ssl_require_client_cert: yes
> passdb:
> driver: pam
> userdb:
> driver: passwd
> socket:
> type: listen
> client:
> path: /var/spool/postfix/private/auth
> mode: 432
> user: postfix
> group: postfix
>
> Interestingly enough the mode line in the dovecot.conf file is set as 0660,
> not 432 as noted above?!?!?
>
0660 (octal) = 432 (decimal), so the setting is OK.
--
Esperto é o homem que acredita em apenas metade do que lhe dizem.
Genial é o homem que sabe em que metade acreditar.
Eduardo M KALINOWSKI
eduardo at kalinowski.com.br
http://move.to/hpkb
More information about the dovecot
mailing list