On Fri, 18 Apr 2014, Galen Seitz wrote:

> ... but here's how I have outbound mail configured. I'm relaying through 
> easydns.com
> using sasl.

> main.cf:
> ...
> relayhost = [mailout.easymail.ca]:submission
> smtp_sasl_auth_enable = yes
> smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
> smtp_sasl_security_options = noplaintext, noanonymous
> smtp_sasl_tls_security_options = noanonymous
> smtp_tls_security_level = may
> ...

   I had to relay outbound mail via aracnet/spiritone when Frontier no longer
supported aracnet's routers and I lost my static IP address. My Slackware
postfix main.cf is equivalent to Galen's:

relayhost = [mail.aracnet.com]:submission
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options = noplaintext, noanonymous
smtp_sasl_tls_security_options = noanonymous
smtp_tls_security_level = may
smtp_sasl_type = cyrus

  ... and so on.

Rich
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to