Hello
Exim does not rout emails through the smart host (relay) for certain domains (like custom ones) but works correctly for major providers like Gmail, Outlook, or Yahoo.
Emails are not being delivered to providers other than Gmail, Outlook, or Yahoo. For instance, if I try to send an email to a custom address like [email protected], it attempts to send using the local email and not the relay, Exim will try to send via the local email but if I send to Gmail, etc email accounts - the local mail server indeed sending using the relay correctly.
How come that very strange issue?
Does anyone know what is the issue? why does the local server(Exim) attempt to send emails using the local email instead of the smart host(relay) to custom emails?
For the purpose of the test, I made a direct call from SSH using the root user of the server where the DirectAdmin was installed:
swaks --to [email protected] --from [email protected] --server relay.mailwish.com --port 587 --tls --auth-user user --auth-password password --header "Subject: Test DKIM signing"
The email was delivered as excepted to [email protected] but when using DirectAdmin email, that did not even fire using the relay.
But If i try to send via the email accounts created in Directadmin to [email protected], Exim does not attempt to send using the relay.
So strange, anyone can help?
Exim does not rout emails through the smart host (relay) for certain domains (like custom ones) but works correctly for major providers like Gmail, Outlook, or Yahoo.
Emails are not being delivered to providers other than Gmail, Outlook, or Yahoo. For instance, if I try to send an email to a custom address like [email protected], it attempts to send using the local email and not the relay, Exim will try to send via the local email but if I send to Gmail, etc email accounts - the local mail server indeed sending using the relay correctly.
How come that very strange issue?
Does anyone know what is the issue? why does the local server(Exim) attempt to send emails using the local email instead of the smart host(relay) to custom emails?
For the purpose of the test, I made a direct call from SSH using the root user of the server where the DirectAdmin was installed:
swaks --to [email protected] --from [email protected] --server relay.mailwish.com --port 587 --tls --auth-user user --auth-password password --header "Subject: Test DKIM signing"
The email was delivered as excepted to [email protected] but when using DirectAdmin email, that did not even fire using the relay.
But If i try to send via the email accounts created in Directadmin to [email protected], Exim does not attempt to send using the relay.
So strange, anyone can help?