Milos Prudek wrote:
Are they addressed to real Domino users?

Most of them are not.

If not, your best use of time is to get postfix to reject mail
to invalid users during SMTP, before it ever gets accepted.

So I just enter "reject_unverified_sender" into main.cf and then run "postsuper -r ALL", correct?

First, I meant reject_unverified_recipient, not sender. Examples how to use it are here:
http://www.postfix.org/ADDRESS_VERIFICATION_README.html#recipient

Reject_unverified_recipient only works if your Lotus Domino rejects undeliverable recipients during SMTP, so make sure it's configured correctly.

It's too late to reject the mail that's already in your queue, better to identify the spam and discard it.


You can add a content_filter to postfix that uses
SpamAssassin, then requeue the deferred mail so it knows to go
through the content filter.

Is "postsuper -r ALL" the requeue command?

Yes, that's the correct command.

--
Noel Jones

Reply via email to