Hi guys, I have configured vpopmail to allow roaming. I get the entries
in the /home/vpopmail/etc/open-smtp and I have configured to use
tcp.smtp (default to /etc) but that file never get updated.
Here is the script I use for my qmail-smtp:
#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
exec /usr/local/bin/softlimit -m 2000000 \
/usr/local/bin/tcpserver -H -R -v -p -x /etc/tcp.smtp.cdb -c
"$MAXSMTPD" \
-u "$QMAILDUID" -g "$NOFILESGID" 0 smtp rblsmtpd rblsmtpd
-rrelays.mail-abuse.org /var/qmail/bin/qmail-smtpd 2>&1
Thanks for your help.
Remo