Hello
For this exemple :
mail.exemple.com and mail2.exemple.com are a cluster
Actually in my DNS i've :
exemple.com IN MX 30 mail.exemple.com
exemple.com IN MX 10 mail2.exemple.com
mail.exemple.com IN A PUBLICIP1
mail2.exemple.com IN A PUBLICIP2
Actually i dont want Proxmox use public IP to send email to my domain exemple.com
Can i set a relay for exemple.com using 192.168.20.100 and 192.168.20.101 ( if the first one crash ? )
Thanks
For this exemple :
Code:
mail.exemple.com local ip : 192.168.20.100
mail2.exemple.com local ip : 192.168.20.101
mail.exemple.com and mail2.exemple.com are a cluster
Actually in my DNS i've :
exemple.com IN MX 30 mail.exemple.com
exemple.com IN MX 10 mail2.exemple.com
mail.exemple.com IN A PUBLICIP1
mail2.exemple.com IN A PUBLICIP2
Actually i dont want Proxmox use public IP to send email to my domain exemple.com
Can i set a relay for exemple.com using 192.168.20.100 and 192.168.20.101 ( if the first one crash ? )
Thanks