Re: LMTP with Postfix Problem

2015-06-18 Thread Steve Matzura
On Thu, 18 Jun 2015 09:24:32 +0200, you wrote:

>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

I had it set up that way, but found extra lines in 10-master.conf.
Fixed. Thanks again.


Re: LMTP with Postfix Problem

2015-06-18 Thread Daniel Tröder
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  postfix/lmtp[30644]: 4CA5B8CB6:
> to=>, orig_to=, relay=none,
> delay=0.02, delays=0.02/0/0/0, dsn=4.4.1, status=deferred (connect to
> [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



signature.asc
Description: OpenPGP digital signature


LMTP with Postfix Problem

2015-06-17 Thread 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  postfix/lmtp[30644]: 4CA5B8CB6:
to=>, orig_to=, relay=none,
delay=0.02, delays=0.02/0/0/0, dsn=4.4.1, status=deferred (connect to
[private/dovecot-lmtp]: No such file or directory)