Ken,
Thanks for the email.
However I have followed the instructions in the FAQ and the tcp.smtp file is
not updated when people use POP to authenticate.
Thanks,
Paul
----- Original Message -----
From: "Ken Jones" <[EMAIL PROTECTED]>
To: "Paul - Zenith Tech Inc" <[EMAIL PROTECTED]>
Sent: Tuesday, June 26, 2001 11:47 AM
Subject: Re: Relay problems
> > Paul - Zenith Tech Inc wrote:
> >
> > Hi everybody,
> >
> > What's the best way of stopping a Qmail server relaying?
> >
> > I have been trying to get vpopmail's roaming-users option working, but
> > it just wont work. :(
> > Is there any other alternatives that work along with vpopmail?
> >
> > Many thanks,
> > Paul
>
> get the qmail source code.
> look in the FAQ
>
> 5.4. How do I allow selected clients to use this host as a relay? I see
> that qmail-smtpd rejects messages to any host not listed in
> control/rcpthosts.
>
> If you are using tcpserver 0.80 or above: Create
> /etc/tcp.smtp containing
>
> 1.2.3.6:allow,RELAYCLIENT=""
> 127.:allow,RELAYCLIENT=""
>
> to allow clients with IP addresses 1.2.3.6 and 127.*. Run
>
> tcprules /etc/tcp.smtp.cdb /etc/tcp.smtp.tmp < /etc/tcp.smtp
>
> Finally, insert
>
> -x /etc/tcp.smtp.cdb
>
> after tcpserver in your qmail-smtpd invocation.
>