vpopmail
Hi...
installed the vpopmail 4.8.9. . with these options
./configure --enable-tcprules-prog=/usr/bin/tcprules \
--enable-qmaildir=/var/qmail/ \
--enable-logging=y \
--enable-log-name=vpopmail \
--enable-vpopuser=vpopmail \
--enable-vpopgroup=vchkpw \
--enable-default-domain=intrafision.com \
--enable-mysql=y \
--enable-large-site=y \
--enable-sqllibdir=/usr/lib/mysql \
--enable-sqlincdir=/usr/include/mysql \
--enable-roaming-users=n
and afther the installation, I can manage to add a domain and user with the
vadddomain and vadduser command.
Then, I try to telnet to the pop server 110 port, and i manage to login as
the user...
however, after a while (2 hours later), i telnet again, i cannot login as
the user at all...
so.. can someone tell me what's going wrong?
try to use the vuserinfo to check the user, it is there.. so.. I suspected
the problem with the qmail-pop3d.
below is the script that start up the pop3d .
#!/bin/sh
service=pop3d
. /usr/lib/qmail/run-functions
uid="0"
gid="`id -g qmaild`"
hostname="`hostname`"
readdefault concurrency concurrencypop3d 20
readdefault checkpass checkpassword checkpassword
do_ulimits
exec tcpserver -u "$uid" -g "$gid" -c "$concurrency" -v -H -R -X \
-x /etc/tcpcontrol/pop-3.cdb 0 pop-3 \
/var/qmail/bin/qmail-popup "intrafision.com" \
/home/vpopmail/bin/vchkpw \
/var/qmail/bin/qmail-pop3d Maildir/