Chris Payne wrote:
>
> I just compiled vpopmail 4.9.4 with the roaming option turned on and got the
> below error.
>
> Has anyone seen this before or know how to fix it?
>
> Chris Payne
> Arrival Communications
> [EMAIL PROTECTED]
>
> -----Original Message-----
> From: Cron Daemon [mailto:root@baknoms1]
> Sent: Friday, October 06, 2000 5:40 AM
> To: root@baknoms1
> Subject: Cron <root@baknoms1> /var/vpopmail/bin/clearopensmtp 2>&1 >
> /dev/null
>
> tcprules: fatal: unable to move /var/vpopmail/etc/open-smtp.tmp.12709 to
> /etc/tcp.smtp.cdb: cross-device link
Ahh.. I only know one way to fix that.
stop smtp and pop tcpserver processes
Move your /etc/tcp.smtp* to /var/vpopmail/etc/
Then in vpopmail source do:
make distclean
./configure (with your options)
make
make install-strip
Then modify your tcpserver startup line for smtp to use
-x /var/vpopmail/etc/tcp.smtp.cdb instead of -x /etc/tcp.smtp.cdb
Then start up smtp and pop tcpserver processes
Ken Jones