I have several IPs that I want to reserve for sending email:
mail1.domain.com
mail2.domain.com
mail3.domain.com
etc...
I want Exim to bind to those IPs when sending, so that all outgoing mail will be evenly distributed over those domains REGARDLESS of the account which sent the email.
Is there a way to do this? Is it possible to make a configuration directive that would allow me to have exim lookup this info from a text file and select one of the domains listed in the text file? Even if it is randomly choosing from the text file, that is fine. I don't know enough about exim config to do that.
I am aware of "/etc/mailips" and that is not what I am looking for, because I want to decide myself which IPs exim uses for sending. Thanks.
mail1.domain.com
mail2.domain.com
mail3.domain.com
etc...
I want Exim to bind to those IPs when sending, so that all outgoing mail will be evenly distributed over those domains REGARDLESS of the account which sent the email.
Is there a way to do this? Is it possible to make a configuration directive that would allow me to have exim lookup this info from a text file and select one of the domains listed in the text file? Even if it is randomly choosing from the text file, that is fine. I don't know enough about exim config to do that.
I am aware of "/etc/mailips" and that is not what I am looking for, because I want to decide myself which IPs exim uses for sending. Thanks.