> Jean Caron writes:
>  > Can I reject messages destined to certain domains ? I seem to be dealing
>  > with somebody that's got too much time on their hands, and my send queue
>  > gets filled with messages for some strange domain.
> 
> Sounds like you don't have a /var/qmail/control/rcpthosts.  Create it, 
> and read FAQ 5.4, and your problem will go away.
> 
I do have a rcpthosts file containing only hosts from my domain. I re-read
the FAQ 5.4, and I am using tcpserver with the following;

mail:/etc# cat tcp.smtp
206.191.36.30:allow,RELAYCLIENT=""
127.:allow,RELAYCLIENT=""
:allow

Invoking tcpserver from rc.M as follow;
/usr/local/bin/tcpserver -R -x/etc/tcp.smtp.cdb -c100 -u1002 -g101 0 smtp
/var/qmail/bin/qmail-smtpd &

Looking at this now, I'm wondering if the last line of my tcp.smtp file is
creating this situation...?

Jean

Reply via email to