Multiple IPs under the same myVesta system?
Posted: Fri Sep 22, 2023 1:28 am
Hello,
I've discovered that it's feasible to associate multiple IPs and domains in Myvesta. However, I'm encountering challenges in correctly configuring the mail to align with the desired IP and domain.
My goal is to maintain the primary domain but set up subdomains, assigning each subdomain its unique IP. For instance:
server.example.com > [email protected] > IP 1
john.example.com > [email protected] > IP 2
mike.example.com > [email protected] > IP 3
I've successfully set up RDNS and the necessary records, and everything seemed in order. However, when I attempt to send an email from my application using settings like:
hostname: john.example.com
user: [email protected]
port: 2525
The email headers indicate the sender's IP as IP 1, whereas it should be IP 2. This discrepancy persists even with correctly configured SPF, DKIM, and RDNS. I suspect that the exim configuration might be the key to routing mail through the appropriate IP. Does anyone have insights or suggestions on how to address this?
I've discovered that it's feasible to associate multiple IPs and domains in Myvesta. However, I'm encountering challenges in correctly configuring the mail to align with the desired IP and domain.
My goal is to maintain the primary domain but set up subdomains, assigning each subdomain its unique IP. For instance:
server.example.com > [email protected] > IP 1
john.example.com > [email protected] > IP 2
mike.example.com > [email protected] > IP 3
I've successfully set up RDNS and the necessary records, and everything seemed in order. However, when I attempt to send an email from my application using settings like:
hostname: john.example.com
user: [email protected]
port: 2525
The email headers indicate the sender's IP as IP 1, whereas it should be IP 2. This discrepancy persists even with correctly configured SPF, DKIM, and RDNS. I suspect that the exim configuration might be the key to routing mail through the appropriate IP. Does anyone have insights or suggestions on how to address this?