open-smtp does not update, even with vpopmail-5.0
Roaming users dont seem to work. What should I check? Where should I look?
I tested by using fetchmail from my office network from behind a firewall.
 Please help, 
  Thanks,

-Phil
-----------------------------------------------
 Background: Running 

OS: Conectiva Linux, Kernel 2.4.5-9cl 
vpopmail 5.0 (configured roaming users), 
qmail-1.03
ucspi-tcp-0.88
daemontools-0.76
vpopmail-5.0


===========================================================================
== Some settings: =========================================================
===========================================================================
# cat /home/vpopomail/tcp.smtp (modified)
127.0.0.:allow,RELAYCLIENT=""
6.9.25.:allow,RELAYCLIENT=""

# cat /etc/xinetd.d/pop-3
service pop-3
{
        disable                 = no
        socket_type             = stream
        protocol                = tcp
        wait                    = no
        user                    = vpopmail   # Required for lock file ownership.
        server                  = /var/qmail/bin/qmail-popup
        server_args             = mail.merilex.net /home/vpopmail/bin/vchkpw 
/var/qmail/bin/qmail-pop3d Maildir
}

Using daemontools:

# cat /service/qmail-smtpd/run
===========================================================================
#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
exec /usr/local/bin/softlimit -m 2000000 \
/usr/local/bin/tcpserver -v -H -R -l 0 -x /home/vpopmail/etc/tcp.smtp.cdb \
-u "$QMAILDUID" -g "$NOFILESGID" 0 smtp /var/qmail/bin/qmail-smtpd 2>&1
===========================================================================

-Phil Carinhas
--
 .--------------------------------------------------------.
 | Dr. Philip A. Carinhas       | [EMAIL PROTECTED]      |
 | Fortuitous Technologies Inc. | http://fortuitous.com   |
 | Linux Consulting & Training  | Tel : 1-512-467-2154    |
 `--------------------------------------------------------'

Reply via email to