LMTP with Postfix Problem

Daniel Tröder troeder at univention.de
Thu Jun 18 07:24:32 UTC 2015


Am 18.06.2015 um 04:35 schrieb Steve Matzura:
> Here's a maillog entry that's one of many I receive when I try sending
> a test message to my system. The recipient is a virtual user in
> /etc/virtual. The way I'm expecting it to work is that my message from
> me to this Postfix virtual user will be sent back to me. Every time
> the message delivery is attempted, Dovecot says the LMTP directory
> doesn't exist. I thought it was created automatically as messages
> arrive.
> 
> Jun 18 01:48:27 <machine-name> postfix/lmtp[30644]: 4CA5B8CB6:
> to=<postmaster@<my-domain>>, orig_to=<postmaster>, relay=none,
> delay=0.02, delays=0.02/0/0/0, dsn=4.4.1, status=deferred (connect to
> <my-FQDN>[private/dovecot-lmtp]: No such file or directory)
> 
I think "private/dovecot-lmtp" isn't found. Please compare your Dovecot
socket configuration and Postfix-main.cf configuration to
http://wiki2.dovecot.org/HowTo/PostfixDovecotLMTP

(The group may not be "postfix" for your system.)

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

virtual_transport = lmtp:unix:private/dovecot-lmtp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://dovecot.org/pipermail/dovecot/attachments/20150618/478f5b42/attachment.sig>


More information about the dovecot mailing list