LMTP transport fails: warning: connect to transport private/dovecot: No such file or directory

Host: Debian 13 (trixie)
Postfix: 3.10.5-1~deb13u1
Dovecot: 2.4.1+dfsg1-6+deb13u2

I was expecting postfix to access private/dovecot-lmtp according to the configuration, not private/dovecot.  I must be missing something.  Local delivery transport "dovecot" (pipe) works when configured.

Revelant Dovecot configs:
protocols {
  imap = yes
  lmtp = yes
  sieve = yes
}
service lmtp {
  unix_listener /var/spool/postfix/private/dovecot-lmtp {
    group = postfix
    mode = 0666
    user = postfix
  }
}
protocol lmtp {
  mail_plugins {
    sieve = yes
    quota = yes
  }
  postmaster_address = postmaster@<redacted>.com
}

Relevant Postfix configs:
lmtp       unix  -       -       y       -       -       lmtp

David Koski

_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to