# Reply Mailinglist

**URL:** <https://meta.discourse.org/t/reply-mailinglist/297732>\
**Category:** Self-hosting\
**Tags:** email\
**Created:** [March 3, 2024, 9:27pm UTC](https://meta.discourse.org/t/reply-mailinglist/297732 "2024-03-03T21:27:20Z")\
**Posts on this page:** 6\
**Page:** 1

<div class="post-metadata">

**Author:** ![Taste-OF-IT](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/taste-of-it/32/303842_2.png) [@Taste-OF-IT](https://meta.discourse.org/u/Taste-OF-IT)\
**Post date:** [March 3, 2024, 9:27pm UTC](https://meta.discourse.org/t/reply-mailinglist/297732/1 "2024-03-03T21:27:20Z")

</div>

Hi,  
i try using mailing list and mail reply. I have a selfhosted Discourse container. All work well. Emails are received and send. Mails from new Topics are send and received. But if i answer to an email and topic i got:

\*\* **`bad_destination_address`** : none of the email addresses in the `To`, `Cc` and `Bcc` fields matched a configured incoming email address.\*

I tested with different mailsystems. If i use the same host, thunderbird or roundcube shows me the correct recipient address from the forum. But if i reply from gmx it shows me replies+123yxc234. Thats seems to be configured in discourse: replies+%{reply\_key}@mydomain.tld. But this mailaddress didnt exists. How can i handle this?  
thx

---

<div class="post-metadata">

**Author:** ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)\
**Post date:** [March 3, 2024, 11:32pm UTC](https://meta.discourse.org/t/reply-mailinglist/297732/2 "2024-03-03T23:32:14Z")

</div>

The easiest way is to [Configure direct-delivery incoming email for self-hosted sites](https://meta.discourse.org/t/configure-direct-delivery-incoming-email-for-self-hosted-sites/49487)

---

<div class="post-metadata">

**Author:** ![Taste-OF-IT](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/taste-of-it/32/303842_2.png) [@Taste-OF-IT](https://meta.discourse.org/u/Taste-OF-IT)\
**Post date:** [March 4, 2024, 9:05am UTC](https://meta.discourse.org/t/reply-mailinglist/297732/3 "2024-03-04T09:05:17Z")

</div>

Hi Jay,  
and thanks for your reply. I have a 2 stage server. One container for prod system and one for testing. I have nginx in front of both. I am not sure how to control the new mailing container for each instance. What would the way via pop3 and my normal mailserver?

---

<div class="post-metadata">

**Author:** ![thoka](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thoka/32/115652_2.png) [@thoka](https://meta.discourse.org/u/thoka)\
**Post date:** [March 5, 2024, 11:33am UTC](https://meta.discourse.org/t/reply-mailinglist/297732/4 "2024-03-05T11:33:11Z")

</div>

Does your mail server accept [sub adressing](https://en.wikipedia.org/wiki/Email_address#Sub-addressing) for your replies@mydomain.tld inbox?

---

<div class="post-metadata">

**Author:** ![Taste-OF-IT](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/taste-of-it/32/303842_2.png) [@Taste-OF-IT](https://meta.discourse.org/u/Taste-OF-IT)\
**Post date:** [March 5, 2024, 9:46pm UTC](https://meta.discourse.org/t/reply-mailinglist/297732/5 "2024-03-05T21:46:13Z")

</div>

Hi Thomas,  
yes Sub-Addressing is possible. I tested it with bob+forum@mydomain.tld and the mail is received.  
Whats next? Do i have to change the configurationt to something like bob+%{reply\_key}@mydomain.tld?  
thx

---

<div class="post-metadata">

**Author:** ![thoka](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thoka/32/115652_2.png) [@thoka](https://meta.discourse.org/u/thoka)\
**Post date:** [March 6, 2024, 12:54pm UTC](https://meta.discourse.org/t/reply-mailinglist/297732/6 "2024-03-06T12:54:43Z")

</div>

Whatever you configure as your reply address, it has to reach the mailbox your server is polling for incoming messages.  
replies+something@mydomain.tld should all be forwarded to this address.
