Mail Mess
Mail is a mess. Some emails get bounced to mail/new/ folder, and are not delivered. It all started when I dropped some domains. Mail is sent using PHPMailer via SendMail. Here is what I see in one bounced email:
Should note I use CloudFlare CDN. This email originates from the password-sentry.com. Also, is there any way to for lionsgatecreative.com to be replace by domain name where the email is being generated? And, I have an issue with Mail HELO. It is set to one of the domains I dropped, but cannot change. How change, and is it possible to use different one for each domain? Each domain is a separate account.
Return-Path: <>
Delivered-To: passwordsentry@hosting.lionsgatecreative.com
Received: from hosting.lionsgatecreative.com
by hosting.lionsgatecreative.com with LMTP
id gNhJNbx7tF6KBQEARe4mrA
(envelope-from <>)
for ; Thu, 07 May 2020 14:21:00 -0700
Return-path: <>
Envelope-to: passwordsentry@hosting.lionsgatecreative.com
Delivery-date: Thu, 07 May 2020 14:21:00 -0700
Received: from [127.0.0.1] (port=49562 helo=psapi.net)
by hosting.lionsgatecreative.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
(Exim 4.93)
id 1jWnwy-000HQP-QD
for passwordsentry@hosting.lionsgatecreative.com; Thu, 07 May 2020 14:21:00 -0700
Received: from mailnull by hosting.lionsgatecreative.com with local (Exim 4.93)
id 1jWnwx-000HQK-VY
for passwordsentry@hosting.lionsgatecreative.com; Thu, 07 May 2020 14:21:00 -0700
X-Failed-Recipients: webmaster@XXXXXXXXXX.com
Auto-Submitted: auto-replied
From: Mail Delivery System
To: passwordsentry@hosting.lionsgatecreative.com
References: <387b5fdf3764e914e270e71d539b8fe0@www.password-sentry.com>
Content-Type: multipart/report; report-type=delivery-status; boundary=1588886459-eximdsn-1392547299
MIME-Version: 1.0
Subject: Mail delivery failed: returning message to sender
Message-Id:
Date: Thu, 07 May 2020 14:20:59 -0700
--1588886459-eximdsn-1392547299
Content-type: text/plain; charset=us-ascii
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
webmaster@XXXXXXXXXX.com
host XXXXXXXXXX.com [99.192.214.58]
SMTP error from remote mail server after RCPT TO::
550-Verification failed for
550-The mail server could not deliver mail to passwordsentry@hosting.lionsgatecreative.com. The account or domain may not exist, they may be blacklisted, or missing the proper dns entries.
550 Sender verify failed
--1588886459-eximdsn-1392547299
Content-type: message/delivery-status
Reporting-MTA: dns; hosting.lionsgatecreative.com
Action: failed
Final-Recipient: rfc822;webmaster@XXXXXXXXXX.com
Status: 5.0.0
Remote-MTA: dns; XXXXXXXXXX.com
Diagnostic-Code: smtp; 550-Verification failed for
550-The mail server could not deliver mail to passwordsentry@hosting.lionsgatecreative.com. The account or domain may not exist, they may be blacklisted, or missing the proper dns entries.
550 Sender verify failed
--1588886459-eximdsn-1392547299
Content-type: message/rfc822
Return-path:
Received: from passwordsentry by hosting.lionsgatecreative.com with local (Exim 4.93)
(envelope-from )
id 1jWnwJ-000HPd-4I
for webmaster@XXXXXXXXXX.com; Thu, 07 May 2020 14:20:19 -0700Should note I use CloudFlare CDN. This email originates from the password-sentry.com. Also, is there any way to for lionsgatecreative.com to be replace by domain name where the email is being generated? And, I have an issue with Mail HELO. It is set to one of the domains I dropped, but cannot change. How change, and is it possible to use different one for each domain? Each domain is a separate account.
-
Mail is a mess. Some emails get bounced to mail/new/ folder, and are not delivered. It all started when I dropped some domains. Mail is sent using PHPMailer via SendMail. Here is what I see in one bounced email:
What's the output of the following:exigrep 1jWnwJ-000HPd-4I /var/log/exim_mainlog
(just rename any local domains/IP's)Should note I use CloudFlare CDN. This email originates from the password-sentry.com. Also, is there any way to for lionsgatecreative.com to be replace by domain name where the email is being generated?
I'm not sure I understand - this sounds like it's coming from a service not associated with the cPanel account am I correct?And, I have an issue with Mail HELO. It is set to one of the domains I dropped, but cannot change. How change, and is it possible to use different one for each domain? Each domain is a separate account.
What's in/etc/mailhelo
?0 -
Gotta apologize. Figured out what was happening with respect to bounced emails. Regarding Mail HELO, I see this: *: psapi.net I did edit that file as: *: lionsgatecreative.com But, the changes were later overwritten back as *: psapi.net 0 -
Gotta apologize. Figured out what was happening with respect to bounced emails. Regarding Mail HELO, I see this: *: psapi.net I did edit that file as: *: lionsgatecreative.com But, the changes were later overwritten back as *: psapi.net
Well progress is progress!! So this makes me wonder what the PTR is set to. What is the output of the following (assuming you have 1 IP or that you haven't set a specific IP for mail)host0 -
Hmmm, interesting. Result for root dedicated IP (and each domain resides with dedicated IP): 234.99.9.72.in-addr.arpa domain name pointer psapi.net.0 -
So at some point I'd assume based on this you had this IP assigned to that domain and had a PTR added. This should either be changed to the hostname or if in the case of "send mail from account's dedicated IP" (a setting in WHM>>Server Configuration>>Exim Configuration Manager) the domain name it's assigned to. 0 -
Thanks! But, where do you make the changes? I did just enable "Send mail from account's dedicated IP" as it seemed like a good idea. 0 -
Most of the time you can't make these yourself (even with root access) - most providers don't delegate this to their users so you'd need to contact them to update it. 0
Please sign in to leave a comment.
Comments
7 comments