Page 1 of 1

[QUESTION] - Routing Tables for emails in OSX 10.8

Posted: Tue Jul 31, 2012 5:08 pm
by steuermann
Hello all,

i got some problems after updating my OSX 10.7.4 to 10.8
i had some static routing tables added to my system-start to be able to send email via my openVPN:
since i installed 10.8 only the first line in my tables is working?

(I did this script by following a tutorial! I am a total noob to those stuff ;) )

and i use Viscosity for connecting to my VPN-Server
StartService ()
{
sleep 10
ConsoleMessage "Adding Static Routing Table"
sudo /sbin/route add smpt.be***z.de 192.168.1.1 255.255.255.255 is working
sudo /sbin/route add smtp.gmail.com 192.168.1.1 255.255.255.255 not working
sudo /sbin/route add mail.gmx.net 192.168.1.1 255.255.255.255 not working
}
maybe OSX Mountain Lion handle this different

is there anybody who can help me out! and is there a way to open only port 25,465,587

any help is really appreciated :)