Lev Serebryakov
2006-Oct-29 07:36 UTC
[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 at serebryakov.spb.ru
Lev Serebryakov
2006-Oct-29 09:06 UTC
[Dovecot] dovecot auth + postifx: how to disable PLAIN and LOGIN without TLS?
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 at serebryakov.spb.ru -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: patch-src--xsasl--xsasl_dovecot_server.c URL: <http://dovecot.org/pipermail/dovecot/attachments/20061029/2caf9645/attachment.c>
Possibly Parallel Threads
- auth on tcp socket?
- LMTP & home, chroot, mail userdb fields.
- Auth protocol and Perl
- 7.1-stable (righ after release) locks up on soekris net5501 every day
- sieve: is it possible to filter ALL mailing lists (with header List-Id) to their folders with ONE rule?