Hi Guys

We are trying to get file restrictions working for outbound mail on a per
user basis. Below is a copy of the from our acl_check_data we. Perhaps
someone could help?

There error we get in the log file is:
--------------------------------------------------

temporarily rejected after DATA: invalid "condition" value ""100M""

This an extract from the Exim config file:
----------------------------------------------------------

acl_check_data:

deny

     message = Message is larger than the recipient is allowed to receive.
If this is work related, please contact the recipient telephonically

     condition =
"${lookup{$recipients}lsearch{/etc/mail/limits}{$value}{100M}}"

     senders = [EMAIL PROTECTED] <[EMAIL PROTECTED]>

Contents of the limits file:
-------------------------------------

 <[EMAIL PROTECTED]>
victor.hermelin         :                      15M
vijayj                       :                      10M
vijay.jagannath         :                      10M
walters                    :                       20M
walter.simeoni          :                      20M

Any help would be greatly appreciated :)

Thanks
c
-- 
## List details at http://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/

Reply via email to