[Case 115477] /etc/mailips not working
Hello.
I set
Send mail from account"s dedicated IP address - off
Reference /etc/mailhelo for outgoing SMTP HELO - on
Reference /etc/mailips for outgoing SMTP connections - on
/etc/mailhelo
domain.com: mail.domain.com
*: smtp.anotherdomain.com
/etc/mailips
domain.com: xx.xx.xx.xx
*: yy.yy.yy.yy
But all emails sent from yy.yy.yy.yy, even for domain.com
-
Hello :) Internal case number 115477 is open to address an issue where the IP address referenced in /etc/mailips for a domain name is not utilized. There is currently no specific time frame available on when a resolution will be published. Thank you. 0 -
In the exim config i see: interface = ${if exists {/etc/mailips}{${lookup{$original_domain}lsearch*{/etc/mailips}{$value}{${lookup{$sender_address_domain}lsearch*{/etc/mailips}{$value}{${lookup{${perl{get_sender_from_uid}}}lsearch*{/etc/mailips}{$value}{}}}}}}}} But when I debug what exim does, i see that $original_domain is destination domain, not the local domain. For example I send mail from me@sender.com to me@receiver.com and in the log files i see that $original_domain is receiver.com so indeed exim doesn't find it in mailips. $sender_address_domain is empty. Is it right ? 0 -
Just to clarify, when you state that email is still coming from the main IP address, are you basing that on the log entry from Exim? Or, what other information are you making that determination from? Thank you. 0
Please sign in to leave a comment.
Comments
3 comments