Sorry if this is a repeat to the list but I just subscribed
The install went just find but I have a problem
1.) I can't seem to to set the enviroment variable to allow me to have
certain hosts relay. Below is the contents of my tcp.smtp
127.0.0.1:allow,RELAYCLIENT=""
192.168.1.:allow,RELAYCLIENT=""
192.:allow,RELAYCLIENT=""
65.193.90.:allow,RELAYCLIENT=""
:allow
Then I ran the
tcprules /etc/tcp.smtp.cdb /etc/tcp.smtp.tmp < /etc/tcp.smtp
And here is my tcpserver startup line which is in
/var/qmail/supervise/qmail-smtp/run
exec /usr/local/bin/softlimit -m 2000000 /usr/local/bin/tcpserver -v -p -x
/etc/tcp.smtp.cdb -u 1003 -g 102 0 smtp rblsmtpd /var/qmail/bin/qmail-smtpd
2>&1
I have restarted smtpd just to make sure the changes took, I don't know if
this is nessary or if they are on the fly.
Miles Scruggs