Page 1 of 1

cyrus-sasl-plain

Posted: 22 Apr 2009, 13:21
by pcrene
Hello All,

Has anyone have some experience with the above mentioned postfix feature/add-on?

Would love to see a how-to

Rene

Posted: 30 Apr 2009, 07:23
by tor
Hi pcrene,

I assume that what you want to do is to enable plaintext auth for postfix smtp connections?

An untested minihowto:

log in to bubba via ssh and become root.

Issue the command:

Code: Select all

postconf -e smtp_sasl_security_options=noanonymous
Restart postfix:

Code: Select all

/etc/init.d/postfix restart
This will remove the default setting of disallowing plaintext auth.

Regards,

/Tor

sasl

Posted: 30 Apr 2009, 07:34
by pcrene
Thanks Tor,

I will test it in a few days and will report it back to you.

PcRene