Forum Moderators: bakedjake
The question is, should we bounce those messages at all or just delete them as obviously the ones that are not bounced are a clear indication that the email address is valid.
Thoughts?
Opinions?
BZ
(that's what I understand is happening from what I can see in the server logs).
We just implemented the SMTP check to make sure any incoming mail was going to a valid mailbox before going through any other process (mail queue, spam assassin, etc). This has really kept the amount of traffic down.
We are bouncing those emails, and that was the original question, now just how to not bounce them.
BZ
We are bouncing those emails, and that was the original question, now just how to not bounce them.
In the SMTP transaction, the sender server issues a
MAIL FROM: <bob@example.com> RCPT TO: <fred@example.net> If your mailserver blindly accepts the TO/FROM addresses, the message is then transmitted, and your server accepts responsibility for it.
How you configure this depends on your mail server.