On Mon, 2 Sep 2002, James Simmons wrote:

> Can someone provide more granular installation instructions?  I'm not
> certain I've installed it correctly.  The instructions on
> http://develooper.com/code/qpsmtpd/ were rather vague.

Yeah, I'll improve on them when I put version 0.10 out.

[...]
> Restarted qmail and everything appears to be working, but maybe someone can
> confirm that this is okay?  Also, how would I test it to determine if it is
> rejecting hosts that don't resolve or have no A or MX record.

telnet to port 25 of the server,

 telnet 1.2.3.4 25

and you should see the qpsmtpd header.

You can test it by just manually entering an invalid from address,
for example:

[ask@miette ask]$ telnet x1.develooper.com 25
Trying 209.104.63.55...
Connected to x1.develooper.com.
Escape character is '^]'.
220 x1.develooper.com ESMTP qpsmtpd 0.10-dev ready; send us your mail, but not your 
spam.
HELO miette
250 x1.develooper.com Hi [EMAIL PROTECTED] [64.81.84.162]; I am so happy to 
meet you.
MAIL FROM:<[EMAIL PROTECTED]>
450 Could not resolve address.does.not.exist
QUIT
221-x1.develooper.com closing connection.
221   / Well thaaaaaaat's okay.


 - ask

-- 
ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();

Reply via email to