* Postfix <[email protected]>: > Hi, > I have a strange problem getting postfix to work with sasl. I am using Debian > Etch. > > I have gotten everyting to work fine on a redhat system. > > I installed the sasl2- debian packages. > > I have compiled with use_sasl_auth use_cyrus_sasl > > I have tried with the dovecot version. (all as shown in the docs) > > I have verified that the postifx installed binaries have the new time stamps > when I re-compile and install. > > and I do have the neccessary lines in the main.cf file. As I said, I had no > problems installing on an RHEL system. > > > I get no compile errors, or log errors. > > When I try to test with telnet, I just do not get the 250-AUTH DIGEST-MD5 > PLAIN CRAM-MD5 line. > > Postfix is acting like sasl is not even an option with either cyrus or > dovecot. > > TLS seems to work fine as well when I add it to the compilation options. > > Any ideas? > > Is there a debian package I can just use that has TSL ans SASL compiled in?
$ sudo aptitude install postfix postfix-tls $ sudo aptitude install sasl2-bin libsasl2-2 libsasl2-modules Then configure Cyrus SASL as documented If you fail run "saslfinger -s" and send output to list. p...@rick -- All technical answers asked privately will be automatically answered on the list and archived for public access unless privacy is explicitely required and justified. saslfinger (debugging SMTP AUTH): <http://postfix.state-of-mind.de/patrick.koetter/saslfinger/>
