Hello! Since experiments on my testserver two days ago /var/spool/postfix/private/dovecot-lmtp is not created anymore. This the setting in /etc/dovecot/conf.d/10-master.conf service lmtp { unix_listener /var/spool/postfix/private/dovecot-lmtp { group = postfix mode = 0600 user = postfix } } I searched nearly the whole system for lmtp but can't find the reason why. What can I do? Debug? Andreas
> On 22 Jan 2020, at 20.59, ratatouille <ratatouille at bitclusive.de> wrote: > > Hello! > > Since experiments on my testserver two days ago > /var/spool/postfix/private/dovecot-lmtp > is not created anymore. > > This the setting in /etc/dovecot/conf.d/10-master.conf > > service lmtp { > unix_listener /var/spool/postfix/private/dovecot-lmtp { > group = postfix > mode = 0600 > user = postfix > } > } > > I searched nearly the whole system for lmtp but can't find the reason > why. > > What can I do? Debug?And when you run doveconf -n you have also verified that your config files are parset correctly. Ie. the setting is in the output? Sami
Sami Ketola <sami.ketola at dovecot.fi> schrieb am 22.01.20 um 21:07:24 Uhr:> > This the setting in /etc/dovecot/conf.d/10-master.conf > > > > service lmtp { > > unix_listener /var/spool/postfix/private/dovecot-lmtp { > > group = postfix > > mode = 0600 > > user = postfix > > } > > } > > > > I searched nearly the whole system for lmtp but can't find the reason > > why. > > > > What can I do? Debug? > > And when you run doveconf -n you have also verified that your config files are parset correctly. > Ie. the setting is in the output?Something modified dovecot.conf from protocols = imap lmtp sieve to protocols = imap pop3 during my tests. Everthing works as expected again. Andreas