From: "Loryan Strant" <[EMAIL PROTECTED]>

> I'm currently running vpopmail 4.9.10, courier-imap 1.3.5, and relay-ctrl
> 2.5.
>
> I'm still having problems with my server allowing me to send SMTP, even
> though I have already authenticated with POP3.
> I suspect that it's because I'm not calling /usr/sbin/relay-ctrl-allow from
> within tcpserver.
> What command should I add to my rc.local to allow this to work?
> Currently I have:
> /usr/local/bin/tcpserver -x /home/vpopmail/etc/smtp.cdb -uqmaild -gnofiles 0
> smtp /var/qmail/bin/qmail-smtpd &

Please excuse my ignorance but what is "relay-ctrl 2.5." and why do you need it
with vpopmail?

Did you remember to ./configure --enable-roaming-users=y  your vpopmail?

I can do is show you what I use.  Maybe it will help.
I use qmail + vpopmail but as you see I run rblsmtp.

bash-2.04# cat /var/qmail/supervise/qmail-smtpd/run
#!/bin/sh
# Note: concurrencyincoming is a feature of this script.
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
exec /usr/local/bin/softlimit -m 4000000 \
tcpserver -l0 -v -H -R -x /home/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" \
-u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
/usr/local/bin/rblsmtpd \
-r relays.orbs.org \
-r rbl.maps.vix.com \
-r blackholes.mail-abuse.org \
-r dialups.mail-abuse.org \
-r 'relays.mail-abuse.org:Open relay problem - see
<URL:http://www.mail-abuse.org/cgi-bin/nph-rss?%IP%>' \
qmail-smtpd 2>&1


Reply via email to