This is a discussion on Re: postfix and SASL within the mailing.postfix.users forums, part of the Mail Servers and Related category; * pascal@linuxorable.net <pascal@linuxorable.net>: > Here is my SASL configuration: > > mtpd_sasl_auth_enable = yes > smtpd_sasl_application_name = ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
* pascal@linuxorable.net <pascal@linuxorable.net>:
> Here is my SASL configuration: > > mtpd_sasl_auth_enable = yes > smtpd_sasl_application_name = smtpd > smtpd_sasl_local_domain = > broken_sasl_auth_clients = no > smtpd_sasl_security_options = noanonymous, noplaintext > > And, as it's my own Postfix server, of course I have a mailbox, so a login > and > passwd in /etc/sasldb2 > > But I can't configure thunderbird on my notebook to send mails if I don't > put > its IP address in "mynetworks". > I always got: Authentication mail server failed ! > > Cyrus and Postfix are both running TLS > > I tried several thunderbird configurations but unsuccessfully > > > Is there something special to do ? Yep. send better debug output. Download saslfinger (see below) and send output from "saslfinger -s". p@rick -- The Book of Postfix <http://www.postfix-book.com> SMTP AUTH debug utility: <http://postfix.state-of-mind.de/patrick.koetter/saslfinger/> |