On Mon, Aug 21, 2000 at 04:39:52PM -0400,
John Steniger <[EMAIL PROTECTED]> wrote:
> I'm having an issue which I believe is tcpserver; I've searched the archives
> and haven't found anything.
>
> I have qmail up and running under tcpserver, and using a client like Outlook
> I am able to both send mail and recieve mail (using pop3 protocol).
> However, I have a network monitoring tool (What's Up Gold) which can be
> configured to send email messages. When I specify my qmail server as the
> SMTP server, and attempt to test, I get immediate failure.
This sounds like you didn't allow the host to act as a relay. The default
configuration will be that noone can relay through the machine, even the
machine hosting qmail. Usually mail on the qmail host will be injected
with qmail-inject rather than using an smtp session.
You need to add a line like the following to your tcpserver data:
129.89.124.28:allow,RELAYCLIENT="",RBLSMTPD=""
(The RBLSTMPD line is only needed if you are using rblsmtpd and you want
to still be able to use the smtp connection if your host shows up on a
blacklist.)