with hack equal = yes

and

[EMAIL PROTECTED] lconrad]# /usr/sbin/postmap -q "[EMAIL PROTECTED]" 
pcre:/etc/postfix/to_recipients_bw.regexp
550  Sender-specified routing rejected

some tests:

mx4# telnet mx3.pldi.net 25
Trying 64.250.192.82...
Connected to mx3.pldi.net.
Escape character is '^]'.
220 mx3.pldi.net - ESMTP - Postfix - Attn: UCE trespassers will be pursued.
helo this.is.len
250 mx3.pldi.net
mail from:<[EMAIL PROTECTED]>
250 Ok
rcpt to:<[EMAIL PROTECTED]>
554 <[EMAIL PROTECTED]>: Relay access denied
quit
221 Bye
Connection closed by foreign host.

mx4# telnet mx3.pldi.net 25
Trying 64.250.192.82...
Connected to mx3.pldi.net.
Escape character is '^]'.
220 mx3.pldi.net - ESMTP - Postfix - Attn: UCE trespassers will be pursued.
helo this.is.len
250 mx3.pldi.net
mail from:<[EMAIL PROTECTED]>
250 Ok
rcpt to:<lconrad%go2france.com>
504 <lconrad%go2france.com>: Recipient address rejected: need 
fully-qualified address
421 Error: too many errors
Connection closed by foreign host.

mx4# telnet mx3.pldi.net 25
Trying 64.250.192.82...
Connected to mx3.pldi.net.
Escape character is '^]'.
220 mx3.pldi.net - ESMTP - Postfix - Attn: UCE trespassers will be pursued.
helo this.is.len
250 mx3.pldi.net
mail from:<[EMAIL PROTECTED]>
250 Ok
rcpt to:<[EMAIL PROTECTED]>
550 <[EMAIL PROTECTED]>: User unknown in relay recipient table
quit
221 Bye
Connection closed by foreign host.

mx4# telnet mx3.pldi.net 25
Trying 64.250.192.82...
Connected to mx3.pldi.net.
Escape character is '^]'.
220 mx3.pldi.net - ESMTP - Postfix - Attn: UCE trespassers will be pursued.
helo this.is.len
250 mx3.pldi.net
mail from:<[EMAIL PROTECTED]>
250 Ok
mail from:<[EMAIL PROTECTED]>
503 Error: nested MAIL command
quit
221 Bye
Connection closed by foreign host.


I can't even GET the SMTP to trigger the .regexp error msg.  what an 
inconclusive mess.

put in the to_recipients_bw.regexp and see what happens.

Len


Reply via email to