Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

cyrus-sasl-plain

Got problems with your B2 or B3? Share and get helped!
Post Reply
pcrene
Posts: 305
Joined: 17 May 2008, 15:49

cyrus-sasl-plain

Post 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
tor
Posts: 703
Joined: 06 Dec 2006, 12:24
Contact:

Post 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
Co-founder OpenProducts and Ex Excito Developer
pcrene
Posts: 305
Joined: 17 May 2008, 15:49

sasl

Post by pcrene »

Thanks Tor,

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

PcRene
Post Reply