Gary Frederick a écrit :
> Thanks all. I now understand.
> 
> ...
>>> My postfix sends a message back to the sender that it was to a
>>> non-existent address. I was thinking about not sending them anything
>>> back. No need to tell them they guessed wrong.
>>>
>> in a good confifguration postfix doesn't _send_. it _rejects_ the
>> transaction. this is like a 404 in http. the bounce is created by the
>> client MTA, not by your postfix.
> 
> An example where my server rejected a bad address:
> 
> "The error that the other server returned was: 550 550 5.1.1
> <a...@dev.jsoft.com>: Recipient address rejected: User unknown in
> virtual alias table (state 14)."
> 

please show full log lines (you can hide private infos, but do so
consistently). do not interpret logs and error messages (I doubt any MTA
says "that the other server returned").

> I do not send bounces. I reject them like the above.
> 

it actually looks like you do send bounces. if your postfix relays mail
to an internal server, you must configure postfix to reject unknown
recipients instead of accepting them and then bouncing.

As I already said, show logs and 'postconf -n' for help.

> sooo
> It's a bad idea to mess with the rejection message. Thanks again.
> 
> Gary

Reply via email to