Hello all, I have a setup with about 10 FreeBSD and Linux VMs. (all running postfix)
One of the VMs is the primary mail host. All the other VMs I configured to use the primary as relayhost And I aliased root in /etc/aliases on all VMs to an address on the primary. So far all the mail routing is working correctly, except that the from addresses are: r...@fully.qualified.name.of.vm So any bounces or replies from the primary mail server cannot be delivered, because the VMs dont accept mail from 'outside'. Can I change the from address on each VM to something like: rootVMname@myworking.domain? so that the domain name stays the same? If so, where do I change this? Or should I create a domain on the primary mail server for each VMs fully.qualified.name.of.vm and alias those to the same address they currently send to? Kind regards, Coert