On Apr 24, 2010, at 11:55 AM, Stanczak Slawomir wrote: > I have 1000 accounts on my mail server. I set limit 50MB for all: > > message_size_limit = 50M > return_size_limit = 500K > > How can I set biger limit (200MB) for two users? Can you help me? > > Regards > > S.S. > > -- > ## 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/
If you're not worried about rejecting the message at SMTP time, you could bump the global limit up to take care of your two users and rely on a local mail delivery agent to enforce size limits to the rest of the user base. This idea doesn't sound very economical considering its only 2 users out of a 1000 user base. Maybe a compromise somewhere in the middle? Generally speaking mail over the 50-75 MB size tends to choke up many mail systems, and I agree with the other responder that maybe transferring files using some other method would be better. Thanks, James -- ## 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/
