At 08:17 PM 6/12/2001 +0100, you wrote:
>At 06:12 12/06/01, Lye On Siong Johnny wrote:
>>Hi,
>>
>>can somebody help me?
>>
>>I reinstalled vpopmail and I think I miss out on something.
>>currently my /home/vpopmail/etc dir is as follow
>>-rw-r--r-- 1 vpopmail vchkpw 25 Jun 12 12:54 inc_deps
>>-rw-r--r-- 1 vpopmail vchkpw 32 Jun 12 12:54 lib_deps
>>-rw-r--r-- 1 root root 1918 Jun 12 13:08 open-smtp
>>-rw-r--r-- 1 vpopmail vchkpw 0 Jun 12 13:08 open-smtp.lock
>>-rw-r--r-- 1 vpopmail vchkpw 30 May 4 17:46 tcp.smtp
>>-rw-r--r-- 1 vpopmail vchkpw 3207 Jun 3 22:54 tcp.smtp.cdb
>>
>>I am not too sure why open-smtp is under root now.
>>which i think is the reason that tcp.smtp.cdb never get updated.
>
>I don't think so. Mine works fine and it's:
>
>-rw-r--r-- 1 vpopmail vchkpw 25 Jun 7 12:10 inc_deps
>-rw-r--r-- 1 vpopmail vchkpw 32 Jun 7 12:10 lib_deps
>-rw-r--r-- 1 root vchkpw 352 Jun 12 18:12 open-smtp
>-rw-r--r-- 1 root vchkpw 0 Jun 12 18:12 open-smtp.lock
>-rw-r--r-- 1 vpopmail vchkpw 63 Jun 7 11:50 tcp.smtp
>-rw-r--r-- 1 vpopmail vchkpw 2519 Jun 12 17:40 tcp.smtp.cdb
>
My tcp.smtp.cdb use to work fine and get updated. But not after I upgrade
my version of vpopmail.
>>I config my vpopmail with the following line
>>./configure --enable-roaming-users=y --enable-qmail-ext=n
>>--enable-tcprules-prog=/usr/local/bin/tcprules
>>--enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp
>
>Have you read the FAQ entry:
>4. How do I allow roaming users to use our smtp server...
>?
>
>What is your startup script for the qmail smtp server?
My startup script for smtp is as follow ... is it correct??
#!/bin/sh
exec /usr/local/bin/tcpserver -R -H -v -x/home/vpopmail/etc/tcp.smtp.cdb
-c20 -u504 -g507 0 25 \
/usr/local/bin/rblsmtpd /var/qmail/bin/qmail-smtpd 2>&1 | \
/usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t s5000000 n20
/var/log/qmail/qmail-smtpd
and my pop startup is as follow
#env - PATH="/var/qmail/bin:/usr/local/bin"
#tcpserver 0 pop-3 /var/qmail/bin/qmail-popup my.hostname.com
#/home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir &
>Did you run /path/to/vpopmail/bin/clearopensmtp ?
I get this following error
tcprules: fatal: unable to create ~vpopmail/etc/tcp.smtp.tmp.24143: file
does not exist
>Finally, remember that users must first authenticate by popping in to
>*receive* mail before they will be able to use the server as a relay.