Hello,

I've upgraded my old qmail+vpopmail 5.2.2 installation with qmail toaster 0.8.1 
and vpopmail 5.4.13.

All work fine but I'm not able to use roaming-users.

Vpopmail is compiled with:

./configure --enable-logging=y --enable-roaming-users

and qmail start with:

#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
export CHKUSER_RCPTLIMIT=100
exec /usr/local/bin/softlimit -m 8000000 /usr/local/bin/tcpserver -v -R -l 0 -x 
/home/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" -u "$QMAILDUID" -g "$NOFILESGID" 
0 smtp /usr/local/bin/fixcrio /var/qmail/bin/qmail-smtpd 
/home/vpopmail/bin/vchkpw /bin/true 2>&1


Mi trouble is that the file open-smtp is not updated, so pop3 before smtp 
authentication does not work.

I can not figure why this problem. May be a permission related problem? This is 
mi /home/vpopmail/etc contents:

ls -asl
total 36
   4 drwxr-xr-x    2 vpopmail vchkpw       4096 Jan 31 10:10 .
   4 drwxr-xr-x    8 vpopmail vchkpw       4096 Oct 14  2002 ..
   4 -rw-r--r--    1 vpopmail vchkpw         25 Jan 31 10:03 inc_deps
   4 -rw-r--r--    1 vpopmail vchkpw         42 Jan 31 10:03 lib_deps
   8 -rwxrwxrwx    1 vpopmail vchkpw       6393 Jan 28 19:16 open-smtp
   0 -rw-r--r--    1 vpopmail vchkpw          0 Jan 28 19:16 open-smtp.lock
   4 -rw-r--r--    1 vpopmail vchkpw         30 Oct 14  2002 tcp.smtp
   4 -rw-r--r--    1 root     root         2094 Jan 31 10:04 tcp.smtp.cdb
   4 -rw-r--r--    1 vpopmail vchkpw       1106 Jan 28 19:55 vlimits.default

Any suggestion? Thanks in advance.


Reply via email to