Israel britto via Postfix-users: [ Charset ISO-8859-1 converted... ] > Hey, I have a strange problem, my incoming queue is growing and my active and > deferred queues are low on queue items. I checked and I have a lot of > incoming mailer-daemon and double-bounce emails, is there a way to discard > these messages? > I've already tried to create a transport_map by sending all incoming messages > to my domain to be discarded, like this @mydomain discard:silently > But even so I continue to be flooded with messages of this type in incoming. > Has anyone had this problem that can help me?
Likely, you have broken recipient address validation. Start by looking for "@domain" wildcards in virtual_alias_maps or relay_recipient_maps, and replace that with valid recipient addresses. If relay_recipient_maps is empty, and relay_domains is non-empty, relay_recipient_maps needs to be populated with valid recipient addresses. If you can't create a list of valid recipient addresses, you need to implement recipient address verification as described in https://www.postfix.org/ADDRESS_VERIFICATION_README.html#recipient. Wietse _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org