On 2012-04-08 Rich wrote:
> My domain is domain.com
> my email server is mail.domain.com and the main.cf settings are:
> mydomain is domain.com
> myhostname is mail.domain.com
> I have a sender_bcc file that says
> 
> user          [email protected]
> 
> the archive server is archive.domain.com the main.cf settings are:
> mydomain = domain.com
> myhostname is archive.domain.com
> mydestination = archive.domain.com
> 
> When I send mail from mail.domain.com it forwards the mail to
> archive.domain.com.
> I get the following error on the archive server.
> "mail forwarding loop for [email protected]"
> 
> Where am I making mistake in the main.cf of the archive server?

"[email protected]" has a localpart "user" too, causing mail that
was bcc'd to [email protected] to loop back to archive.domain.com.

Change the line

  user  [email protected]

into

  [email protected]       [email protected]
  [email protected]  [email protected]

Regards
Ansgar Wiechers
-- 
"Abstractions save us time working, but they don't save us time learning."
--Joel Spolsky

Reply via email to