Re: [Exim] messg size limit

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Sheldon Hearn
Datum:  
To: Rajesh
CC: Exim User list
Betreff: Re: [Exim] messg size limit

On Fri, 22 Mar 2002 10:45:24 +0530, Rajesh wrote:

> I wanted to implement Message_size_limit for all outgoing mails only
> for some specific users. I am using FreeBSD and exim3.31. Can anyone
> suggest me how do i do that.


There's a transport option message_size_limit that lets you set the
maximum size of messages that pass through a given transport.

By setting this option on the transport used for outgoing mail from
certain users, you'll accomplish what you want. But it does mean having
at least two different outboung transports.

Ciao,
Sheldon.