Re: [exim] configuration to freeze all messages from specifi…

Top Page
Delete this message
Reply to this message
Author: PRAJITH
Date:  
To: LinuxAdmin
CC: exim-users
Subject: Re: [exim] configuration to freeze all messages from specific domains
in the acl_check_rcpt ACL configuration section, create a new rule:

accept   condition =
${lookup{$sender_address}lsearch{/etc/exim/freeze_sender_addresses}{1}{0}}
         control   = freeze/no_tell


I didn't get a chance to test this yet, so let me know if it is
working for you.


Thanks,
Prajith P
Senior Linux Engg @ Ndimensionz
http://prajith.in


On Tue, Jan 6, 2015 at 11:50 AM, LinuxAdmin <linuxadm@???> wrote:

> Dear All,
>
> i know the command to freeze all messages that are in queue.
>
> But i want to create ACL to freeze all meesage for specific domains like
> hotmail.com, while its come to queue.
>
> Thanks in advance.
>
> Thanks & Regards,
> Dilip Jadav
> Sr. Linux Administrator
> --
> ## List details at https://lists.exim.org/mailman/listinfo/exim-users
> ## Exim details at http://www.exim.org/
> ## Please use the Wiki with this list - http://wiki.exim.org/
>