Once again, I can't figure out the best place to make this post since it involves the cron and the email message generated.
We have a cron that runs nightly. The cron spits out an email and sends from the admin account to the domain administrator email account (two seperate accounts). I have a foward rule on the admin account to a colleage of mine.
We are getting the message rejected because the admin email account is getting NS tacked on. Is there an easy fix for this?
thanks in advance for any help
We have a cron that runs nightly. The cron spits out an email and sends from the admin account to the domain administrator email account (two seperate accounts). I have a foward rule on the admin account to a colleage of mine.
We are getting the message rejected because the admin email account is getting NS tacked on. Is there an easy fix for this?
Code:
[email][email protected][/email]
(ultimately generated from [email][email protected][/email])
SMTP error from remote mailer after RCPT TO:<[email protected]>:
host domain.com [xxx.xxx.xxx.xxx]: 550-Verification failed for <[email protected]>
550-unrouteable mail domain "ns.2dads.com"
550 Sender verify failed
------ This is a copy of the message, including all the headers. ------
Return-path: <[email protected]>
Received: from admin by ns.2dads.com with local (Exim 4.24)
id 1CHeIj-00084j-O9
for [email][email protected][/email]; Wed, 13 Oct 2004 04:16:01 -0400
To: [email][email protected][/email]
Subject: Nightly Invoice Cron Report
Wrom: ARHDMNNSKVFVWRKJVZCMHVIBGDADRZFSQHYUCD
Message-Id: <[email protected]>
Sender: <[email protected]>
Date: Wed, 13 Oct 2004 04:16:01 -0400
thanks in advance for any help