Hi Wietse,
my machine is no more the final destination. It was but now no more.
Basically i removed the example.com from the config and changed the DNS
to point to different MX records.
That's what is driving me crazy :)
Now it MX records are:
# dig example.com MX +noall +answer
example.com. 12889 IN MX 10 ASPMX.L.GOOGLE.COM.
example.com. 12889 IN MX 20 ALT1.ASPMX.L.GOOGLE.COM.
example.com. 12889 IN MX 20 ALT2.ASPMX.L.GOOGLE.COM.
example.com. 12889 IN MX 30 ASPMX2.GOOGLEMAIL.COM.
example.com. 12889 IN MX 30 ASPMX3.GOOGLEMAIL.COM.
On 12/04/2012 03:40 PM, Wietse Venema wrote:
d.davo...@mastertraining.it:
Hi everybody,
I'm running a postfix 2.5.5-1 on a old debian server, managing different
mail domains. I'm migrating now to a different mail provider, one domain
at time (es. example.com).
I removed example.com from "virtual_alias_domains" and/or
"mydestination" in main.cf. And restarted postfix.
If you machine is final destination for example.com, Postfix WILL
report a mail loop, unless you list the domain in mydestinaton OR
virtual_alias_domains OR virtual_mailbox_domains.
Further reading:
http://www.postfix.org/ADDRESS_CLASS_README.html
Wietse