Skip to main content

Discarded System Filter

Comments

4 comments

  • Osama Tariq
    I have checked from /var/log/filter.log, i get below messages: Sat, 01 Aug 2015 13:18:22 +0500 1ZLRzp-000vy9-F5 from Sender@domainname contained @googlegroups.com keywords Sat, 01 Aug 2015 14:10:56 +0500 1ZLSoi-001FKs-K4 from Sender@domainname contained @googlegroups.com keywords @googlegroups is blocked in exim filter, is it possible to allow @googlegroups for specific domain ?
    0
  • cPanelMichael
    @googlegroups is blocked in exim filter, is it possible to allow @googlegroups for specific domain ?

    Hello :) What's the exact custom filter rule you have implemented? Thank you.
    0
  • Osama Tariq
    Below is the code i have added in exim system filter file:
    logfile /var/log/filter.log 0644 if ($received_protocol is "local" or $received_protocol is "smtp") and ("$h_to:, $h_cc:" contains "@googlegroups.com") or ("$h_from:" contains "@googlegroups.com") then logwrite "$tod_full $message_id from $sender_address contained @googlegroups.com keywords" seen finish endif
    Any update.. ???
    0
  • cPanelMichael
    You might be able to implement some custom ACL rules that allow certain domain names to bypass the filters. You may want to post to the Exim-Users mailing list for assistance with configuring that type of custom filter. Or, consider implementing the filter on a per-account basis for any account that needs it, instead of globally for Exim. Thank you.
    0

Please sign in to leave a comment.