Hello!

Mark ADAMS <mada...@msn.com> schrieb am 23.12.19 um 19:40:01 Uhr:

> I forgot a couple of things:
> Distro: Linux shuttle 5.4.2-desktop-1.mga7 #1 SMP Thu Dec 5 17:40:00 UTC 2019 
> x86_64 x86_64 x86_64 GNU/Linux
> Postfix: postfix-3.4.5-1.mga7
> Dovecot: 2.3.7.2 (3c910f64b)
> 
> I'm looking at dovecot, but not getting any errors there either. I'm looking 
> for a dovecot support mailing list.

I don't drive postfix 3.x but in main.cf I have these settings so that postfix 
talks to dovecot:

mailbox_transport = lmtp:unix:private/dovecot-lmtp
virtual_transport = lmtp:unix:private/dovecot-lmtp

and in dovecot I enabled

service lmtp {
 unix_listener /var/spool/postfix/private/dovecot-lmtp {
   group = postfix
   mode = 0600
   user = postfix
  }
}

HTH

  Andreas

Reply via email to