Created
April 13, 2022 14:48
-
-
Save amanjuman/269d9524fcd3accbd1414ba6a3c0efb2 to your computer and use it in GitHub Desktop.
WHM Zeptomail SMTP Relay
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section: AUTH | |
zeptomail_login: | |
driver = plaintext | |
public_name = LOGIN | |
client_send = : emailapikey : XXAAAFAFAF | |
Section: POSTMAILCOUNT | |
send_via_zeptomail: | |
driver = manualroute | |
domains = ! +local_domains | |
transport = zeptomail_smtp | |
route_list = "* smtp.zeptomail.com::587 byname" | |
host_find_failed = defer | |
no_more | |
Section: TRANSPORTSTART | |
zeptomail_smtp: | |
driver = smtp | |
hosts = smtp.zeptomail.net | |
hosts_require_auth = $host_address | |
hosts_require_tls = $host_address |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment