1 (edited by Shnoulle 2025-01-10 19:37:39)

Topic: NOQUEUE: reject for twitter/x.com email

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 1.7.1 OPENLDAP edition.
- Deployed with iRedMail Easy or the downloadable installer? downloadable
- Linux/BSD distribution name and version: debian
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx):Nginx
- Manage mail accounts with iRedAdmin-Pro?No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

When i want to reset my password from twitter : code not received :

2025-01-10T12:32:48.395894+01:00 nedra postfix/smtpd[1722414]: discarding EHLO keywords: CHUNKING
2025-01-10T12:32:48.873327+01:00 nedra postfix/smtpd[1722414]: Anonymous TLS connection established from spruce-goose-al.twitter.com[199.59.150.81]: TLSv1.2 with cipher ECDHE-ECDSA-AES128-GCM-SHA256 (128/128 bits)
2025-01-10T12:32:49.027109+01:00 nedra postfix/smtpd[1722414]: discarding EHLO keywords: CHUNKING
2025-01-10T12:32:49.421018+01:00 nedra postfix/smtpd[1722414]: NOQUEUE: reject: RCPT from spruce-goose-al.twitter.com[199.59.150.81]: 450 4.7.1 <spruce-goose-al.x.com>: Helo command rejected: Host not found; from=<n0098d3a4f6-1992ccb5169d4a3f-courriel===example.net@bounce.x.com> to=<courriel@example.net> proto=ESMTP helo=<spruce-goose-al.x.com>
2025-01-10T12:32:54.574045+01:00 nedra postfix/smtpd[1722414]: disconnect from spruce-goose-al.twitter.com[199.59.150.81] ehlo=2 starttls=1 mail=1 rcpt=0/1 quit=1 commands=5/6

What is the best way to acept ?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: NOQUEUE: reject for twitter/x.com email

You could accept/whitelist "spruce-goose-al.x.com" in /etc/postfix/helo_access.pcre

Make sure your pcre regular expression is correct, like:

/^spruce-goose-al\.x\.com$/ OK

3

Re: NOQUEUE: reject for twitter/x.com email

Shnoulle wrote:

2025-01-10T12:32:49.421018+01:00 nedra postfix/smtpd[1722414]: NOQUEUE: reject: RCPT from spruce-goose-al.twitter.com[199.59.150.81]: 450 4.7.1 <spruce-goose-al.x.com>: Helo command rejected: Host not found; from=<n0098d3a4f6-1992ccb5169d4a3f-courriel===example.net@bounce.x.com> to=<courriel@example.net> proto=ESMTP helo=<spruce-goose-al.x.com>

It's X's fault not register this HELO hostname in DNS, but as @coralsnake mentions, you can whitelist it in /etc/postfix/helo_access.pcre.