User Tools

Site Tools


email:exim:filter-block-email-tujuan

Exim System Filter Memblokir Email Tujuan

Berikut ini adalah string exim sistem filter untuk memblokir email tertentu berdasarkan pengirim atau tujuan

#Custom exim block for specific users $date
if $header_from: contains "user@domain.tld" or $header_from: contains "user2@domain.tld" and
$header_to: contains "@gmail.com" or $header_to: contains "@outlook.com" or $header_to: contains "@hotmail.com" or $header_to: contains "@yahoo.com"
then
fail text "This message is not able to be sent to the destiation due to your server configuration. Please speak with your server administrator."
seen finish
endif

Memfilter berdasarkan tujuan saja

if ("$header_to:, $header_cc:" contains "@yahoo.com")
then
fail text "Email to this mail address is temporarily blocked by the Administrator"
seen finish
endif

Layanan

Harga Domain .COM | Harga Domain .ID | Shared Hosting | Email Hosting | MySQL Hosting |
email/exim/filter-block-email-tujuan.txt · Last modified: 2021/12/21 02:20 by kbadmin

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki