Hi guys,
I got an email system setup where all our servers outgoing mail for certain domains go to a SMTP smarthost (SMTP2GO) I configured this in Exim as part of their instructions.
I used the part "Section: POSTMAILCOUNT" in Advanced Configuration figuring this would allow the "Increments max emails per hour if needed" and other rules to still apply but it does not seem to be working. I set max emails to 100 and maximum to queue as 600%, figuring it should send 100 each hour up to total of 700 emails.
Infact it totally ignored these limits in cPanel and sent the whole lot to my smart host as quickly as possible.
My config in Exim Advanced for SMTP2GO as follows
Under Section: AUTH
Under Section: POSTMAILCOUNT
I got an email system setup where all our servers outgoing mail for certain domains go to a SMTP smarthost (SMTP2GO) I configured this in Exim as part of their instructions.
I used the part "Section: POSTMAILCOUNT" in Advanced Configuration figuring this would allow the "Increments max emails per hour if needed" and other rules to still apply but it does not seem to be working. I set max emails to 100 and maximum to queue as 600%, figuring it should send 100 each hour up to total of 700 emails.
Infact it totally ignored these limits in cPanel and sent the whole lot to my smart host as quickly as possible.
My config in Exim Advanced for SMTP2GO as follows
Under Section: AUTH
smtp2go_login:
*login info etc is here*
*login info etc is here*
Under Section: POSTMAILCOUNT
send_via_smtp2go:
driver = manualroute
domains = ! +local_domains
headers_add = "${perl{mailtrapheaders}}"
senders = *list of my senders goes here*
Under Section: TRANSPORTSTARTdriver = manualroute
domains = ! +local_domains
headers_add = "${perl{mailtrapheaders}}"
senders = *list of my senders goes here*
smtp2go_smtp:
driver = smtp
port = 2525
hosts = mail.smtp2go.com
hosts_require_auth = mail.smtp2go.com
driver = smtp
port = 2525
hosts = mail.smtp2go.com
hosts_require_auth = mail.smtp2go.com