문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top