
Hi Skunks, I am unable to allow MS Office Outlook to access email through POP3 or IMAP protocol in our office. Our squid proxy is not configured as transparent proxy and the mail server is present at a public domain. I have tried to create some iptables rules but Still it doesn't work. Must the proxy be transparent and how should the iptables rules look like?! Could any body guide/help me out in this regard. Thanks in advance.

Remember to allow port forward: Better still if you could paste your iptables rule we would help better - i think. /etc/sysctl.conf edit line below and set 1 net.ipv4.ip_forward=1 Then sysctl -p OR echo 1 >> /proc/sys/net/ipv4/ip_forward < if ipv4, navigate for ipv6. Best if you reboot at this point. Kind Regards, Wilson./ On 27 April 2016 at 10:07, awatila--- via skunkworks < skunkworks@lists.my.co.ke> wrote:
#Allow access to mail server iptables -A INPUT -p tcp --destination-port 25 -j ACCEPT iptables -A INPUT -p tcp --destination-port 110 -j ACCEPT On Apr 27, 2016 8:37 AM, Moses Makokha via skunkworks < skunkworks@lists.my.co.ke> wrote:
Hi Skunks,
I am unable to allow MS Office Outlook to access email through POP3 or IMAP protocol in our office. Our squid proxy is not configured as transparent proxy and the mail server is present at a public domain. I have tried to create some iptables rules but Still it doesn't work. Must the proxy be transparent and how should the iptables rules look like?!
Could any body guide/help me out in this regard.
Thanks in advance.
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
participants (3)
-
awatila@yahoo.co.uk
-
Moses Makokha
-
Thuo Wilson