Hi,

I have installed qmail and vpopmail. Now I start qmail like this:

smtp:
./tcpserver -u 502 -g 101 -x /home/vpopmail/etc/tcp.smtp.cdb 0 smtp
/var/qmail/bin/qmail-smtpd &

pop3:
./tcpserver -H -R 0 pop3 /var/qmail/bin/qmail-popup name.domain.com
/home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d
Maildir &

The user id 502 and gid 101 belongs to the extra qmail user and group.
Now I can sent and receive mail but somehow all mails are messed up in
the queue because neither they can be received via pop3 nor a remote host
receives any message when I send one. When I start qmail like this, the
mails are delivered immediately:

exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start ./Maildir/ splogger qmail

When a user logs in a tail -f /var/log/mail brings:
May  4 19:40:50 rootbeer vpopmail[2475]: vchkpw login
[EMAIL PROTECTED]:217.2.145.94

What is wrong here? When I authenticate via pop3 he says everything is okay.
I compiled vpopmail with this line:
./configure --enable-roaming-users=y --enable-relay-clear-minutes=30 --enabl
e-logging=y [EMAIL PROTECTED] --enable-passwd
=n --enable-apop=y

and even when I install it like this:
./configure --enable-roaming-users=y --enable-relay-clear-minutes=30 --enabl
e-logging=y [EMAIL PROTECTED]

It does not work either. I send an email to [EMAIL PROTECTED] and I did
not get
an error but it is not in his maildir. And when I sent a mail it is not
delivered.
Does anyone have more ideas?

Bye,
Sebastian

Reply via email to