Hi,

Can anyone help me with an acl to allow different users different message 
sizes. What I would like to do is have a list of users and their allowed 
message sizes (local_message_sizes) like so:

john: 10M
jimmy: 10M
james: 5M
peter: 512K

Then have an acl which sets a hard limit of say 256K for any user who is not 
listed in that file.

I'm thinking something like the following:

deny
  message = Message size exceeds limit set for user.
  ????
  condition = ${if < {$message_size}{256k}{1}}

Can anyone help?

Thanks,
-- 
Mark Ter Morshuizen
[EMAIL PROTECTED]
www.itbox.co.za
082 542 6484
2U Rackmount Casings: http://www.rackmount.co.za

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to