[Dovecot] help with LMTP setup

Jeff Lacki jeep at rahul.net
Mon Apr 29 22:36:54 EEST 2013


Robert Schetterer <rs at sys4.de> wrote:

> Am 29.04.2013 19:26, schrieb Jeff Lacki:
> > my postfix/master.cf entry:
> > 
> > dovecot   unix  -       n       n       -       -       pipe
> >     flags=DRhu user=vmail:vmail argv=/opt/dovecot/libexec/dovecot/lmtp -f ${sender} -d ${recipient}
>
> with short look
> you mixed wrong with lda setup ?
>
> which may setup i.e like this
>
> dovecot      unix   -        n      n       -       -   pipe
>   flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/dovecot-lda -d
> $(recipient)
>
>
> i.e lmtp can be done like this
>
> /etc/postfix/main.cf
>
> virtual_transport = lmtp:unix:private/dovecot-lmtp
>
> /etc/dovecot/conf.d/10-master.conf
>
> service lmtp {
>  vsz_limit = ...
>  unix_listener /var/spool/postfix/private/dovecot-lmtp {
>    group = postfix
>    mode = 0660
>    user = postfix
>   }
> process_min_avail = ...
> }
>
>
> Best Regards
> MfG Robert Schetterer
>

Thanks Robert, unfortunately I still get the same error after
making those modifications.  Any other suggestions?

Thanks!

/mf/home/jeep/shell/.signature


More information about the dovecot mailing list