Page 1 of 1

tcp out to specific port/ip destination

Posted: 11 Feb 2013, 14:54
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?

Re: tcp out to specific port/ip destination

Posted: 11 Feb 2013, 18:02
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.