I have a server that has postfix on it that I want all outgoing mail to relay through my directadmin server.
The postfix main.cf is:
myhostname = sendingdomain.com
mydomain = sendingdomain.com
myorigin = sendingdomain.com
smtpd_banner = $myhostname ESMTP $mail_name
biff = no
append_dot_mydomain = no
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
mydestination = localdomain, localhost, localhost.localdomain, localhost
mynetworks = 127.0.0.0/8
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
relayhost = [mail.daserver.com]
smtp_connection_cache_destinations = mail.daserver.com
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = static:[email protected]
assword
smtp_sasl_security_options =
soft_bounce = yes
----------------------------------------------
When I send an email from my non-da server, i get this response:
to=<[email protected]>, relay=none, delay=0.08, delays=0.08/0.01/0/0, dsn=4.0.0, status=deferred (delivery temporarily suspended: SASL authentication failed; server mail.daserver.com[xx.xx.xxx.x] said: 535 Incorrect authentication data)
I can login to webmail and create an account in mail programs and it sends fine. Which leads me to wonder if my postfix is wrong, or my da server is not accepting SASL (what would it be accepting?) or if it's just not set up for this.
Thanks.
The postfix main.cf is:
myhostname = sendingdomain.com
mydomain = sendingdomain.com
myorigin = sendingdomain.com
smtpd_banner = $myhostname ESMTP $mail_name
biff = no
append_dot_mydomain = no
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
mydestination = localdomain, localhost, localhost.localdomain, localhost
mynetworks = 127.0.0.0/8
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
relayhost = [mail.daserver.com]
smtp_connection_cache_destinations = mail.daserver.com
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = static:[email protected]

smtp_sasl_security_options =
soft_bounce = yes
----------------------------------------------
When I send an email from my non-da server, i get this response:
to=<[email protected]>, relay=none, delay=0.08, delays=0.08/0.01/0/0, dsn=4.0.0, status=deferred (delivery temporarily suspended: SASL authentication failed; server mail.daserver.com[xx.xx.xxx.x] said: 535 Incorrect authentication data)
I can login to webmail and create an account in mail programs and it sends fine. Which leads me to wonder if my postfix is wrong, or my da server is not accepting SASL (what would it be accepting?) or if it's just not set up for this.
Thanks.