Hi,
to avoid complains from other Mailservers like:
SSL verify error: certificate name
it is maybe better to set the default MX to
@ IN MX 10 {$SERVER_HOSTNAME}.
wich has a valid cert, instead of
@ IN MX 10 mail
because postfix cannot handle SNI.
Or is there a "overwriteproof" solution to change the default MX ?
cheers, Olli