Skip to main content

Exim Blacklist -> *domain doesn't work

Comments

4 comments

  • 24x7server
    You can try to create your custom filter in your /usr/local/cpanel/etc/exim/sysfilter/options/ directory and try to enable it through WHM->Exim Configuration Manager->Basic Editor->Filters Create /usr/local/cpanel/etc/exim/sysfilter/options/inbound_tld_block file and add following code
    if first_delivery and ("$h_to:, $h_cc:" contains ".tld") or ("$h_from:" contains ".tld") then seen finish endif
    To disable the filter, you can set it to "Off" in the WHM->Exim Configuration Manager->Basic Editor->Filters : "** Custom Filter: inbound_tld_block"
    0
  • vagkaefer
    You can try to create your custom filter in your /usr/local/cpanel/etc/exim/sysfilter/options/ directory and try to enable it through WHM->Exim Configuration Manager->Basic Editor->Filters Create /usr/local/cpanel/etc/exim/sysfilter/options/inbound_tld_block file and add following code
    if first_delivery and ("$h_to:, $h_cc:" contains ".tld") or ("$h_from:" contains ".tld") then seen finish endif
    To disable the filter, you can set it to "Off" in the WHM->Exim Configuration Manager->Basic Editor->Filters : "** Custom Filter: inbound_tld_block"

    Worked fine! Tks so much!
    0
  • 24x7server
    I am happy to see the issue is now resolved. Thank you for updating.
    0
  • cPanelMichael
    Hello :) Thank you for taking the time to let us know it worked. I'm marking this thread as resolved.
    0

Please sign in to leave a comment.