Re: [exim] bypass the quota

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: David S. Madole
Ημερομηνία:  
Προς: 'Derrick', 'exim-users@exim.org'
Αντικείμενο: Re: [exim] bypass the quota
> From Derrick on Thursday, June 28, 2007 9:27 AM
> I have a need to bypass the exim quota for messages coming from
> the company mailing lists, staff members (determined by a field
> in mysql) and from certain machines (different host naming, internal
> domain); what would i be looking to do for this? Any examples?


If the quota is implemented by the "quota =" option in Exim, the simply make the argument of the option an expansion that expands to the correct quota value normally, and to zero (which means no quota) for the particular messages that you want to have bybass the quota.

For a more specific answer, you would need to supply more information on your configuration.

David