Displaying 3 results from an estimated 3 matches for "xsasl_dovecot_server".
2011 Mar 03
5
auth on tcp socket?
...vecot-2.0/rev/fe8e82b5bff9
Thanks for that.
is it save to use
smtpd_sasl_path = inet:localhost:1434
in postfix's main.cf?
there are some warnings in log:
"when SASL type is "dovecot", SASL path "inet:localhost:1434" should be a
socket pathname"
( Datei src/xsasl/xsasl_dovecot_server.c )
Thanks,
Hajo
2006 Jan 12
2
Auth protocol and Perl
Hi,
does anyone have at working Perl example of how to use the auth protocol
with Perl (I'm planing on making a dovecot auth plugin for qpsmtpd but
it would a lot easier to reuse somebody elses code :))
tia,
--
Allan Joergensen - http://nowhere.dk/
"All right, so it's impossible. How long will it take?"
-------------- next part --------------
A non-text attachment was
2006 Oct 29
1
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