Send email using a random IP?
How do I randomize the IPS?
this code not work /etc/exim.pl
-----------------
sub randinet {
@inet = ("x.x.x.1", "x.x.x.2", "x.x.x.3", "x.x.x.4");
return $inet[int rand($#inet+1)];
}
-
Alternative Option : You can write script to update IP's in /etc/mailips file. Then set it up as cron to update it every 1 minute. Make sure you disable the option "Send email from accounts dedicated IP" in WHM >> Exim configuration editor/manger 0 -
Hello :) Could you elaborate on why you prefer to randomize the IP addresses you send out email from? Thank you. 0
Please sign in to leave a comment.
Comments
2 comments