Skip to main content

Check RBL if user is authenticated (smtp)

Comments

5 comments

  • cPanelMichael
    Hello :) You could enable the following option in "WHM Home " Service Configuration " Exim Configuration Manager" under the "ACL Options" tab: Ratelimit suspicious SMTP servers Per it's description: Ratelimit incoming SMTP connections that do not send QUIT (violates RFCs), have recently matched an RBL, or have attacked the server. To clarify, do you mean that users on your system circumventing this option? Thank you.
    0
  • danilosp
    This option don't check if IP of connection (with AUTH ON) is listed in RBL. I want this: check the IP in RBL of user with AUTH ON. However I have activated "Ratelimit suspicious SMTP servers", this option doesn't block the emails if the IP is in xbl.spamhaus.org.
    0
  • danilosp
    I have solved the problem. I have insert under "acl_smtp_rcpt" in "custom_end_recipient": deny message = X-Warning: $sender_host_address is listed at $dnslist_domain ($dnslist_value: $dnslist_text) log_message = $sender_host_address is listed at $dnslist_domain ($dnslist_value: $dnslist_text) dnslists = xbl.spamhaus.org
    Now the IP of SMTP connection is checked if AUTH is ON.
    0
  • cPanelMichael
    I am happy to see you were able to resolve the issue. Thank you for updating us with the outcome.
    0
  • danilosp
    [quote="danilosp, post: 1673352">I have solved the problem. I have insert under "acl_smtp_rcpt" in "custom_end_recipient": deny message = X-Warning: $sender_host_address is listed at $dnslist_domain ($dnslist_value: $dnslist_text) log_message = $sender_host_address is listed at $dnslist_domain ($dnslist_value: $dnslist_text) dnslists = xbl.spamhaus.org
    Now the IP of SMTP connection is checked if AUTH is ON.
    ...I have updated the rule, now it's ok: deny authenticated = * message = X-Warning: $sender_host_address is listed at $dnslist_domain ($dnslist_value: $dnslist_text) log_message = $sender_host_address is listed at $dnslist_domain ($dnslist_value: $dnslist_text) dnslists = xbl.spamhaus.org
    0

Please sign in to leave a comment.