I am trying to build an archive server for all email. Here is my setup. 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 u...@archive.domain.com 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 u...@archive.domain.com" Where am I making mistake in the main.cf of the archive server?