Hello All,
Has anyone have some experience with the above mentioned postfix feature/add-on?
Would love to see a how-to
Rene
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
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:
Restart postfix:
This will remove the default setting of disallowing plaintext auth.
Regards,
/Tor
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
Code: Select all
/etc/init.d/postfix restart
Regards,
/Tor
Co-founder OpenProducts and Ex Excito Developer