[Dovecot] dovecot auth + postifx: how to disable PLAIN and LOGIN without TLS?
Hello dovecot,
I want to have all authorization in one place and don't use Cyrus-SASL. I cobfigure postfix 2.3.3 to use dovecot-SASL. I have next lines in main.cf:
smtpd_sasl_security_options = noplaintext,noanonymous smtpd_sasl_tls_security_options = noanonymous
But PLAIN and LOGIN are advertised by postfix :(
Is it bug of postfix or dovecot-auth?
I don't want to disable these mechanisms in auth {} stanza of dovecot.conf, because they are Ok over SSL/TLS. It works for dovecot-pop3 and dovecot-imap, but not for postfix :(
postfix 2.3.3, dovecot 1.0rc10.
-- Best regards, Lev mailto:lev@serebryakov.spb.ru
Hello Lev,
Sunday, October 29, 2006, 10:36:46 AM, you wrote:
LS> postfix 2.3.3, dovecot 1.0rc10. It is postfix problem: it doesn't use options of mechanisms, passed by dovecot-auth daemon. Here is patch for postfix 2.3.3 to support this :)
-- Best regards, Lev mailto:lev@serebryakov.spb.ru
Lev Serebryakov wrote:
Hello Lev,
Sunday, October 29, 2006, 10:36:46 AM, you wrote:
LS> postfix 2.3.3, dovecot 1.0rc10. It is postfix problem: it doesn't use options of mechanisms, passed by dovecot-auth daemon. Here is patch for postfix 2.3.3 to support this :)
Hopefully you sent this to the Postfix guys too?
:)
--
Best regards,
Charles
On Sunday October 29, 2006 at 12:05:39 (PM) Charles Marcus wrote:
Lev Serebryakov wrote:
Hello Lev,
Sunday, October 29, 2006, 10:36:46 AM, you wrote:
LS> postfix 2.3.3, dovecot 1.0rc10. It is postfix problem: it doesn't use options of mechanisms, passed by dovecot-auth daemon. Here is patch for postfix 2.3.3 to support this :)
Hopefully you sent this to the Postfix guys too?
I did this morning. I also asked them for their opinion. So far I have not received a reply, but it is only Sunday morning.
-- Gerard
Hello Charles,
Sunday, October 29, 2006, 8:05:39 PM, you wrote:
CM> Hopefully you sent this to the Postfix guys too? I've sent it to postfix-devel@ list today (sunday) morning.
-- Best regards, Lev mailto:lev@serebryakov.spb.ru
participants (3)
-
Charles Marcus
-
Gerard Seibert
-
Lev Serebryakov