
23rd July 2008, 18:59
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,685
Thanks: 1,899
Thanked 2,600 Times in 2,449 Posts
|
|
Quote:
Originally Posted by linuxbastard
Hi till,
I've been reading through the post.
I've followed the solution and it seems to be working until i sent a mail from my gmail account. the autoresponder tried to respond but since it wasn't local mail it had to go through my smtp relay and it got rejected because it's being sent as localuser@local.domain instead of from email@domain.com. here's the last maillog so you could get a better idea.
Code:
Jul 22 21:13:35 srv-mkna01 postfix/smtp[13521]: C297B16DB9A: to=<user@yahoo.com>, relay=smtp.*****[*****]:25, delay=3.9, delays=0.41/0.03/3/0.41, dsn=4.1.8, status=deferred (host smtp.****[****] said: 450 4.1.8 <web1_editorial@server01.****>: Sender address rejected: Domain not found (in reply to MAIL FROM command))
basically it's sending mail to non local addresses using a local user instead of the actual email address and it's being rejected by my smtp relay because the domain isn't fully qualified.
any help would be appreciated.
|
Create an A record for server01.****.
|