Is there a way to have Apache James send an undeliverable email to a default email of some sort if the address is undeliverable for whatever reason? If storing the mail folders in a database, having some other sort of mechanism for collecting undeliverable email would be even better, but I assume having a n email bounced back is my most likely bet. Am I missing a configuration option of some sort? I am using James 2.3.2.
Share
Check this link http://wiki.apache.org/james/HelpOnConfiguration/EmailSupport
Create a general mail id and configure mail_from
This value is used for the “From:” header in the emails sent, if no better value is known.
So if the user replies it comes back to this generic email box.