Dan Bloomquist wrote:
>
> I've also done:
> http://meshier.com/2006/09/18/adding...il-on-plesk-8/
Ok, great. By compiling with TLS defined and setting relayclient= 0;
in smtp_rcpt(..) I have stopped all but valid accounts getting mail into
the queue. And the mail does make it to the queue. It is ok if I don't
have login relaying working before we move.
But...
Then sending server gets an immediate:
Diagnostic-Code: smtp; 5.1.0 - Unknown address error 554-'mail server
permanently rejected message (#5.3.0)' (delivery attempts: 0)
And the mail just sites in the queue and is not transfered to the client
boxes.
A phony address comes back:
Diagnostic-Code: smtp; 5.1.0 - Unknown address error 550-'sorry, no
mailbox here by that name. (#5.7.17)\r' (delivery attempts: 0)
This is good.
My wife's deadline for moving from our current provider is the end of
the month. :)
> http://lakeweb.com/scooter/qmail-smtpd.c
Thanks, Dan.