tcp out to specific port/ip destination

Post Reply
mtk
Junior Member
Posts: 14
Joined: 28 May 2010, 14:39

tcp out to specific port/ip destination

Post by mtk »

Hey,
when I globally open port 465 in the TCP_OUT everything works fine and I am able to send email through PHP (i.e).
I've tried as an example to open port 465 only to smtp.gmail.com with this line in the allow table (as suggested in the readme.txt):

Code: Select all

tcp|out|d=465|s=smtp.gmail.com
this does not work.

any idea?
sawbuck
Junior Member
Posts: 366
Joined: 10 Dec 2006, 16:20

Re: tcp out to specific port/ip destination

Post by sawbuck »

My inclination would be to use tcp|out|d=465|d=smtp.gmail.com and also as a possible alternative the IP for smtp.gmail.com.
Post Reply