I inherited a system that uses postfix as the front end to send email to users to notify them of leads or other important information in our system (automated processes). The database of users is in the 100,000+. This database has not been maintained well and contains many now undeliverable email addresses.
I'm wondering if there is a preferred method for dealing with this on the postfix level? For example, any mail returned with a 500 level error, add it to a db and do not deliver mail to this address anymore. I could then take that db table and flag the email addresses and get them to the appropriate people to fix/delete, etc.
Thank you for your advice.
I'm wondering if there is a preferred method for dealing with this on the postfix level? For example, any mail returned with a 500 level error, add it to a db and do not deliver mail to this address anymore. I could then take that db table and flag the email addresses and get them to the appropriate people to fix/delete, etc.
Thank you for your advice.