lmtp delivery if over quota
Nicolas KOWALSKI
niko at petole.demisel.net
Thu Jun 25 03:55:10 EDT 2009
Rudy Gevaert <rudy.gevaert at ugent.be> writes:
> I was wondering if it is possible to deliver an email to a mailbox
> even when the mailbox is over quota.
If you are using Exim as MDA, it allows the use of the IGNOREQUOTA
extension; I do not remember how to do it.
If you are using postfix, you may use the cyrus deliver with the '-q'
option, as in the following postfix transport in master.cf:
#
# cyrus
#
cyrus unix - n n - 1 pipe
user=cyrus argv=/usr/local/libexec/cyrus/deliver -q -r ${sender} ${user}
--
Nicolas
More information about the Info-cyrus
mailing list