6 Oct
2010
6 Oct
'10
5:36 p.m.
On Wed, 2010-10-06 at 15:29 +0100, Timo Sirainen wrote:
protocol lmtp { local_ip 127.0.0.1 { plugin { quota = maildir:user:noenforcing } } }
Ugh.
You're already using dovecot-lda to deliver the out-of-quota mails? How do you do this there then?
Oh, another simpler idea:
service lmtp-noquota { executable = lmtp -o plugin/quota=maildir:user:noenforcing unix_listener lmtp-noquota { mode = 0660 group = .. } }