Rudy Gevaert <rudy.gevaert@xxxxxxxx> 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 ---- Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html