Hi,
I'm in need of some help here, and it would be great if someone could take their time to help me out.
I'm forced to use an relay with my server, and I was planning on using mailjet(if someone knows a better one, please advice) and I need to use ssl or tls to authenticate me.
I've found some guides for mainly Debian, but neither seem to apply for the customised Exim conf I have. My DA was installed by Directadmin, and is set up as the current default configuration.
I'm looking to get this configured with exim(no, only a guide for postfix on their site)
"
SMTP server:
in.mailjet.com
Username (API Key):
59746ce30930affe75173xxxxxxxx
Password (Secret Key):
f73e13fa4a53711c6a0d3xxxxxxxx
Port:
25 or 587 (some providers block port 25)
Use TLS:
optional
If TLS on port 587 doesn't work, try using port 465 and/or using SSL instead"
The instructions they provided for postfix are these;
"In main.cf, add :relayhost = in.mailjet.com
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
In sasl_passwd, add :
in.mailjet.com 59746ce30930affe75xxxxxxx:f73e13fa4a53711c6a0xxxxxxxxx
Please make sure only root can read sasl_passwd :
chown root:root sasl_passwd ; chmod 600 sasl_passwd
Run postmap sasl_passwd and postfix reload to apply changes."
Would anyone be able to help me translate this for the DA exim conf. I have added a working smtp relay for port 587, but of course it's not authenticating!
I moved my server to a new provider without checking if they blocked port 25 or not, and now I have a growing queue of emails and I'm getting very stressed :/
Thanks in advance!
I'm in need of some help here, and it would be great if someone could take their time to help me out.
I'm forced to use an relay with my server, and I was planning on using mailjet(if someone knows a better one, please advice) and I need to use ssl or tls to authenticate me.
I've found some guides for mainly Debian, but neither seem to apply for the customised Exim conf I have. My DA was installed by Directadmin, and is set up as the current default configuration.
I'm looking to get this configured with exim(no, only a guide for postfix on their site)
"
SMTP server:
in.mailjet.com
Username (API Key):
59746ce30930affe75173xxxxxxxx
Password (Secret Key):
f73e13fa4a53711c6a0d3xxxxxxxx
Port:
25 or 587 (some providers block port 25)
Use TLS:
optional
If TLS on port 587 doesn't work, try using port 465 and/or using SSL instead"
The instructions they provided for postfix are these;
"In main.cf, add :relayhost = in.mailjet.com
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
In sasl_passwd, add :
in.mailjet.com 59746ce30930affe75xxxxxxx:f73e13fa4a53711c6a0xxxxxxxxx
Please make sure only root can read sasl_passwd :
chown root:root sasl_passwd ; chmod 600 sasl_passwd
Run postmap sasl_passwd and postfix reload to apply changes."
Would anyone be able to help me translate this for the DA exim conf. I have added a working smtp relay for port 587, but of course it's not authenticating!
I moved my server to a new provider without checking if they blocked port 25 or not, and now I have a growing queue of emails and I'm getting very stressed :/
Thanks in advance!