[Dovecot] Dovecot SASL
Pascal Volk
user+dovecot at localhost.localdomain.org
Tue Jun 15 16:31:21 EEST 2010
On 06/15/2010 03:08 PM Tseveendorj Ochirlantuu wrote:
> Dear All,
>
> I've installed Postfix 2.7.0 and Dovecot 1.2.9 on Ubuntu 10.04. I want to
> use Dovecot SASL with Postfix and did the following configuration.
>
> main.cf
>
> smtpd_sasl_auth_enable = yes
> smtpd_sasl_type = dovecot
> smtpd_sasl_path = private/dovecot-auth
> smtpd_sasl_authenticated_header = yes
> smtpd_sasl_security_options = noanonymous
> smtpd_sasl_local_domain = $myhostname
> broken_sasl_auth_clients = yes
> smtpd_recipient_restrictions = reject_unknown_sender_domain,
> reject_unknown_recipient_domain, reject_unauth_pipelining,
> permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
>
>
> /etc/dovecot/auth.d/01-dovecot-postfix.auth
>
> mechanisms = plain login
> socket listen {
> client {
> path = /var/spool/postfix/private/dovecot-auth
> mode = 0660
> user = postfix
> group = postfix
> }
> }
>
> I did not see AUTH in the telnet connection.
>
> EHLO mail.domain.mn
> 250-ns1.domain.mn
> 250-PIPELINING
> 250-SIZE 10240000
> 250-VRFY
> 250-ETRN
> 250-STARTTLS
^^^^^^^^^^^^^^^
> 250-ENHANCEDSTATUSCODES
> 250-8BITMIME
> 250 DSN
>
> How to solvet this ?
Always send `postconf -n` output for Postfix related stuff, for Dovecot
related stuff include always `doveconf -n` || `dovecot -n` output.
Either start your SSL-session or allow plaintext auth in your Dovecot
configuration.
Regards,
Pascal
--
The trapper recommends today: fabaceae.1016615 at localdomain.org
More information about the dovecot
mailing list