Hello,
I installed a debian etch on a old server, tu prepare the migration from
sarge to etch on my actual server.
I can send email, but I have an error with authdaemon and maildrop when
I try to receive mails.
Jun 17 09:56:48 serveurP3 postfix/pipe[2344]: 65F6D2066:
to=<thie...@xxxx.bxxxxx.org>, relay=maildrop, delay=0.39,
delays=0.13/0.12/0/0.14, dsn=5.1.1 , status=bounced (user unknown.
Command output: ERR: authdaemon: s_connect() failed: Permission denied
Invalid user specified. )
I've this in my master.cf (that I copied from my sarge config)
maildrop unix - n n - - pipe
flags=ODRqhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
The test:
# maildrop -V 4 -d thie...@xxx.xxxx < test.txt
maildrop: authlib: groupid=1001
maildrop: authlib: userid=1001
.......
works with the user root, but not with the user vmail.
I did that also:
# ls -al /var/run/courier/authdaemon
total 4
drwxr-x--- 2 daemon daemon 120 2007-06-17 12:29 .
drwxr-xr-x 3 daemon daemon 208 2007-06-17 12:29 ..
-rw-r--r-- 1 root root 5 2007-06-17 12:29 pid
-rw------- 1 root root 0 2007-06-17 12:29 pid.lock
srwxrwxrwx 1 root root 0 2007-06-17 12:29 socket
So I try to add the user vmail to the daemon group, and I restarted
computer, but it changes nothing :-(.
Somebody have an idea?
Thanks :)