I set up and ran a couple of mail servers on ipv4 address on amazon ec2. These addresses were previously blacklisted and it took some work to stop some emails from getting blocked. The other problem is that amazon limits you to only 5 elastic ipv4 addresses per region (an elastic ip is equivalent of a static ip).
I plan to set up other mail servers on ec2. To avoid the problems above, I want to set up the mail servers with ipv6 out of the box and I want that ipv6 address to be the main static ip address for the machine and basically ignore the ipv4 address (except for when using ssh, etc.).
Is this possible? Will I run into problems with some mail servers not being able to talk to my ipv6 machine because they are ipv4? If so, is it possible to advertise the non-static ipv4 address instead? I'm not sure how this all works. I'm new to ipv6.