Quoting Jonathan Fortin ([EMAIL PROTECTED]):
> Ive read webwave qmail faq and another qmail faq, and i was wondering how to
> i setup relay so only
> users can send email thru our smtp if its going to a user from our domain...
Hey, looks like you have been reading that thread :)
> edit /etc/tcp.smtp and add 207.61.176.194:allow:RELAYCLIENT=""
So, this is close, but no cigar. Attention to detail and all that.
If your network is 207.61.176.0/24 then you'll want this:
207.61.176.:allow,RELAYCLIENT=""
Listing a specific IP address will only allow relaying from exactly
that address.
> and then ran tcpmakectl to transfer that into a tcp.smtp.cdb and then in rc,
> i added
> /usr/local/bin/tcpcontrol /etc/tcp.smtp.cdb,
That's the wrong program (don't know what that is...). Should be:
/usr/local/bin/tcpserver -x/etc/tcp.smtp.cdb [ rest of command line args ]
Aaron