# NOQUEUE: reject using Direct Email Delivery

**URL:** https://meta.discourse.org/t/noqueue-reject-using-direct-email-delivery/75054
**Category:** Self-hosting
**Created:** [November 30, 2017, 1:11am UTC](https://meta.discourse.org/t/noqueue-reject-using-direct-email-delivery/75054 "2017-11-30T01:11:14Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![dfriestedt](https://avatars.discourse-cdn.com/v4/letter/d/a698b9/32.png) [@dfriestedt](https://meta.discourse.org/u/dfriestedt)
#### Post date: [November 30, 2017, 1:11am UTC](https://meta.discourse.org/t/noqueue-reject-using-direct-email-delivery/75054/1 "2017-11-30T01:11:14Z")

</div>

I have a new discourse installation and am setting up Direct Email Delivery according to these instructions: [[Configure direct-delivery incoming email for self-hosted sites with Mail-Receiver](https://meta.discourse.org/t/straightforward-direct-delivery-incoming-mail/49487)]

I have this working on a different forum, no problem. However, on the new forum no inbound emails are getting delivered. When running ./launcher logs mail-receiver I see the email message is getting rejected. Any thoughts on trouble shooting? I’m getting this error from different email addresses.

I checked the API key - it’s correct  
I disabled spam protection  
I checked all the email addresses in the setup, they are correct.

thx

```
<22>Nov 30 00:47:01 postfix/smtpd[267]: connect from mail-io0-f176.google.com[209.85.223.176]
<22>Nov 30 00:47:01 postfix/smtpd[267]: NOQUEUE: reject: RCPT from mail-io0-f176.google.com[209.85.223.176]: 454 4.7.1 <replies+0f6bef48656c993dfbe4df4b5cdff0d6@reply.EL.fit>: Relay access denied; from=<theia@VF.fit> to=<replies+0f6bef48656c993dfbe4df4b5cdff0d6@reply.EL.fit> proto=ESMTP helo=<mail-io0-f176.google.com>
<22>Nov 30 00:47:01 postfix/smtpd[267]: disconnect from mail-io0-f176.google.com[209.85.223.176] ehlo=1 mail=1 rcpt=0/1 data=0/1 quit=1 commands=3/5
<22>Nov 30 00:50:09 postfix/anvil[262]: statistics: max connection rate 2/60s for (smtp:209.85.223.173) at Nov 30 00:44:21
<22>Nov 30 00:50:09 postfix/anvil[262]: statistics: max connection count 1 for (smtp:209.85.223.173) at Nov 30 00:40:08
<22>Nov 30 00:50:09 postfix/anvil[262]: statistics: max cache size 2 at Nov 30 00:42:15

```

---

<div class="post-metadata">

### Author: ![mpalmer](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mpalmer/32/45740_2.png) [@mpalmer](https://meta.discourse.org/u/mpalmer)
#### Post date: [November 30, 2017, 1:13am UTC](https://meta.discourse.org/t/noqueue-reject-using-direct-email-delivery/75054/2 "2017-11-30T01:13:48Z")

</div>

`MAIL_DOMAIN` isn’t set to `reply.EL.fit`.

---

<div class="post-metadata">

### Author: ![dfriestedt](https://avatars.discourse-cdn.com/v4/letter/d/a698b9/32.png) [@dfriestedt](https://meta.discourse.org/u/dfriestedt)
#### Post date: [November 30, 2017, 1:14am UTC](https://meta.discourse.org/t/noqueue-reject-using-direct-email-delivery/75054/3 "2017-11-30T01:14:22Z")

</div>

EL = endurancelab . I redacted it

---

<div class="post-metadata">

### Author: ![dfriestedt](https://avatars.discourse-cdn.com/v4/letter/d/a698b9/32.png) [@dfriestedt](https://meta.discourse.org/u/dfriestedt)
#### Post date: [November 30, 2017, 1:15am UTC](https://meta.discourse.org/t/noqueue-reject-using-direct-email-delivery/75054/4 "2017-11-30T01:15:41Z")

</div>

sorry… total Dummy

To bring closure to anyone else with this issue…

Here is my mistake:

MAIL\_DOMAIN: discuss.endurancelab.fit  
should he  
MAIL\_DOMAIN: reply.endurancelab.fit

MAIL\_DOMAIN needs to match reply by email address

Thank you!!

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [November 30, 2017, 10:19am UTC](https://meta.discourse.org/t/noqueue-reject-using-direct-email-delivery/75054/5 "2017-11-30T10:19:03Z")

</div>


