Nah, that doesn't work.
Sorry, but this is pretty frustrating.
In the Bounce-Filter settings there are two addresses that can be entered. The first is the "Forward incoming mails" address which we have just set to
ext_3@mydomain.com . The second is the Autoresponder > "Sender Address" which we're not sure what to enter in at this point but we presume that we could use whatever we want here. For argument's sake, we'll state that we've entered
iru@mydomain.com in this field.
In the bav.conf-local file we have
iru@mydomain.com alias:ext_3@mydomain.com
What's incorrect about this configuration?
We restart OpenEMM each time we make a change to bav.conf-local. Do we also need to restart Sendmail? Seems that OpenEMM spawns it's own Sendmail processes so we didn't think we needed to restart the Sendmail daemon.
Why does the Bounce-Filter set the email address as
ext_N@mailer.mydomain.com instead of
ext_N@lists.mydomain.com?
The way I understand the mail flow for bounces is this. We send a newsletter each month as
iru@mydomain.com and in the OpenEMM Mailing we set the reply-to address as
iru@lists.mydomain.com. Bounces and recipient replies will thus go to
iru@lists.mydomain.com which is an alias for
ext_N@mydomain.com (or as we'd like it,
ext_3@lists.mydomain.com, but that value doesn't get set when saving a Bounce-Filter). Our mail gateway and corporate mail server know to send mail to our OpenEMM server for delivery when mail is addressed to any of the following addresses & domains:
The OpenEMM server should accept mail for
iru@lists.mydomain.com and know that it should be "picked up" and processed. Instead it complains with a "User Unknown" error and bounces the email back to the sender.
How come there isn't a way to have it fetch bounces from a mailbox on our corporate server using POP or IMAP and process bounces anyway?