Thanks Uldis,
That is that problem solved, but a new one created. When sending a mail using Dovecot-deliver the following error pops up in /var/log/maillog:
Apr 15 10:32:19 termserv dovecot: auth(default): master in: USER 1 user@zesgoes.nl service=deliver Apr 15 10:32:19 termserv dovecot: auth(default): static(user@zesgoes.nl): passdb doesn't support lookups, can't verify user's existence Apr 15 10:32:19 termserv dovecot: auth(default): master out: FAIL 1 Apr 15 10:32:19 termserv postfix/pipe[31977]: 19C3820125: to=user@zesgoes.nl, relay=dovecot, delay=377, delays=377/0/0/0, dsn=4.3.0, status=deferred (temporary failure)
I've tried Google, but with zero results. Now what?
TIA, Wouter
-----Oorspronkelijk bericht----- Van: dovecot-bounces+wamsterdam=zesgoes.nl@dovecot.org [mailto:dovecot-bounces+wamsterdam=zesgoes.nl@dovecot.org] Namens Uldis Pakuls Verzonden: dinsdag 15 april 2008 7:20 Aan: Wouter Amsterdam CC: 'Dovecot Mailing List' Onderwerp: Re: [Dovecot] dovecot-deliver auth-master error
Wouter Amsterdam wrote:
Hi all,
[....]
type: listen master: path: /var/run/dovecot/auth-master
Apr 14 16:14:44 termserv dovecot: auth(default): unlink(/var/run/dovecot/auth-master) failed: Is a directory
/var/run/dovecot/auth-master is path to auth-master socket. This socket is automaticly created at startup. You have directory called /var/run/dovecot/auth-master - thus creating of socket fails. "path: /var/run/dovecot/auth-master" - it is not path where socket is placed - it is socket's name itself. Remove this directory.
Uldis