Hi,
Trying to get a better understanding of two things:
- In a default cPanel config, how many "notquit" events does it take for a host to be blocked
- What does Exim consider to be "authenticated hosts" ?
I'm looking into an issue where I noticed a single notquit event (outgoing e-mail by a user who logged in) recorded in the mainlog and for the following hr (a bit more than 1hr actually) e-mails originating from the subject host were blocked, as evidenced by the exim_rejectlog. The message specifically referred to the "CONNECT" ACL.
When I look at smpt_acl_notquit (/etc/exim.conf), it looks like 1.2 such messages per hour (a message with a notquit event) could be tolerated. I only found one in the logs. I'm not sure what .2 of an e-mail message would look like, but again, I only found one such event in the logs. Why was this host rate limited after only one such event?
Reviewing the notquit ACL, it seems like "authenticated hosts" should go through without any problems. After doing a bit of research on this subject, I came across a comment stating "for Exim to consider a host to be authenticated, it must both authenticate AND send using submission port 587". Is that accurate? In other words, even if a host authenticates, the fact it goes over port 25 Exim considers it "unauthenticated" and will subject the connection to the notquit rate limit?
TIA
Trying to get a better understanding of two things:
- In a default cPanel config, how many "notquit" events does it take for a host to be blocked
- What does Exim consider to be "authenticated hosts" ?
I'm looking into an issue where I noticed a single notquit event (outgoing e-mail by a user who logged in) recorded in the mainlog and for the following hr (a bit more than 1hr actually) e-mails originating from the subject host were blocked, as evidenced by the exim_rejectlog. The message specifically referred to the "CONNECT" ACL.
When I look at smpt_acl_notquit (/etc/exim.conf), it looks like 1.2 such messages per hour (a message with a notquit event) could be tolerated. I only found one in the logs. I'm not sure what .2 of an e-mail message would look like, but again, I only found one such event in the logs. Why was this host rate limited after only one such event?
Reviewing the notquit ACL, it seems like "authenticated hosts" should go through without any problems. After doing a bit of research on this subject, I came across a comment stating "for Exim to consider a host to be authenticated, it must both authenticate AND send using submission port 587". Is that accurate? In other words, even if a host authenticates, the fact it goes over port 25 Exim considers it "unauthenticated" and will subject the connection to the notquit rate limit?
TIA
Last edited: