Miles Scruggs writes:

>  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=""

This allows anything in the 192.168.1.* subnet to relay through your host. 

> 192.:allow,RELAYCLIENT=""

This allows anything in the 192.* net to relay through your host. I'm sure 
you do not mean that. 

> 65.193.90.:allow,RELAYCLIENT=""

And I have a feeling yo do not mean this, either (all hosts in 65.193.90.*? 
Do you trust them all to relay through you?) 

> :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

You're only using rbl.maps.vix.com for rblsmtpd (since you don't supply any 
options). 

> 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.

You do not need to restart tcpserver to activate changes to 
/etc/tcp.smtp.cdb. 

However, you're not telling us what the problem is; from which IP you're 
connecting to the smtpd, or what the error message was, or what the logs 
say. 

Can you connect to port 25 on that machine? Can you send mail to a user 
local to that machine (via smtp)? 

Vince.

Reply via email to