[Dovecot] 2.0.5: quota warning failing

Timo Sirainen tss at iki.fi
Wed Oct 6 17:36:36 EEST 2010


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 = ..
  }
}



More information about the dovecot mailing list