On 1/16/2014 1:24 PM, Security Admin (NetSec) wrote:
> I recently added a new domain to my postfix mail gateway.  I use the
> “relay_domains = newdomain, domain2, …” in “main.cf” to add accepted
> domains.  
> 
>  
> 
> I also updated my “relay_recipients” file with the following line:
> 
>  
> 
> “@newdomain.com x                               OK”
> 
>  
> 
>  
> 
>  
> 
> All of my other domains send and receive email with no issue.
> 
>  
> 
>  
> 
>  
> 
> The new domain added can send out mail, but when receiving mail the
> following error occurs in my maillog:
> 
>  
> 
>  
> 
> “to=<n...@newdomain.com>,
> relay=mail.someotherdomain.com[uuu.vvv.xxx.yyy]:25, delay=0.33,
> delays=0.04/0.01/0.28/0, dsn=5.4.6, status=bounced (mail for
> newdomain.com loops back to myself)”
> 
>  
> 
>  
> 
> If anyone has an idea on how to correct this, much appreciated.
> 
>  
> 
>  
> 
> Edward Ray
> 

Postfix looks up the MX record for the new domain, and it points to
itself.  You need to tell postfix where to deliver mail to the new
domain. This is typically done with a transport map entry or split
DNS views.


  -- Noel Jones

Reply via email to