| Main Archive Page > Month Archives > engarde-users archives |
Hello,
I have really enjoyed setting up Engarde as a web server but I am having
trouble relaying mail through smtp.sbcglobal.yahoo.com. Here is my main.cf:
/smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options =
virtual_maps = hash:/etc/postfix/virtual
transport_maps = hash:/etc/postfix/transport
bounce_queue_lifetime = $maximal_queue_lifetime
relayhost = smtp.sbc.mail.yahoo4.akadns.net
mailbox_command =
maximal_queue_lifetime = 5d
message_size_limit = 10240000
mailbox_size_limit = 51200000
mydestination = $myhostname, localhost.$mydomain, localhost
mynetworks = 127.0.0.0/8 192.168.0.0/24
smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination
/
Here is my sasl_passwd:
/smtp.sbc.mail.yahoo4.akadns.net n8wlew" at "sbcglobal.net:XXXXXXXX/
Do I need to install an Sasl package or do I have postfix configured wrong?
Thanks in advance!
/
/