Am 22.11.2012 20:33, schrieb Luciano Gabriel Andino:
Hi there, my question is not RCU specific. I'm using RCU with qmail with no authentication for local account and for any external email I do smtp relay to my provider. Recently my provider changed normal smtp at 21 port to the authenticated 587 port and now I can't authenticate with normal qmail. Which solution can you recommend me?
use postfix for the relay or use qmail manpage if the same is possible, but it should be easy to install postfix parallel and have it listening only on 127.0.0.1:anyport
/etc/postfix/main.cf relayhost = [your-isp-mta]:587 smtp_sasl_auth_enable = yes smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
/etc/postfix/sasl_passwd: # CHANGES: postmap /etc/postfix/sasl_passwd [your-isp-mta]:587 username:password