
Wait, where is squid coming in at this level - pop3/imap? This has nothing "possibly" to do with proxy whether transparent or "opaque :)" Server is out in the world and not in your LAN right? Are you having the linux box as your gateway/firewall? Whats the output of sysctl -p paste below and a sketch pointer here if you need help otherwise we are just guessing what you want to do. sysctl -p iptables -t filter -L -n and iptables -t nat -L -n If you got 2 network cards, think rule should be FORWARD and not just INPUT on the iptables. If its not the gateway to the LAN, this doesn't matter anyway. Kind Regards, Wilson./ On 27 April 2016 at 11:32, Moses Makokha via skunkworks < skunkworks@lists.my.co.ke> wrote:
I have enabled the IP forwarding but still it can't work. I have also tried the following rules but still stuck.. iptables -A INPUT -p tcp --destination-port 25 -j ACCEPT iptables -A INPUT -p tcp --destination-port 110 -j ACCEPT
Kindly let me know if squid has to be transparent and also if it has to be the default gateway for that case.
On Wed, Apr 27, 2016 at 10:53 AM, <skunkworks-request@lists.my.co.ke> wrote:
Send skunkworks mailing list submissions to skunkworks@lists.my.co.ke
To subscribe or unsubscribe via the World Wide Web, visit http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks or, via email, send a message with subject or body 'help' to skunkworks-request@lists.my.co.ke
You can reach the person managing the list at skunkworks-owner@lists.my.co.ke
When replying, please edit your Subject line so it is more specific than "Re: Contents of skunkworks digest..."
Today's Topics:
1. Squid box mail proxing (Moses Makokha) 2. Re: Squid box mail proxing (awatila@yahoo.co.uk) 3. Linksys Distributor (charles kungu) 4. Re: Squid box mail proxing (Thuo Wilson) 5. Re: Linksys Distributor (Oliver Ndegwa) 6. Re: Linksys Distributor (Dennis Waweru)
----------------------------------------------------------------------
Message: 1 Date: Wed, 27 Apr 2016 08:37:25 +0300 From: Moses Makokha <jmosesk@gmail.com> To: skunkworks@lists.my.co.ke Subject: [Skunkworks] Squid box mail proxing Message-ID: < CANV_ND3MivoVU2N2CHsKuP5i02KKvzo1LUtf5bKGbm039bGQ0Q@mail.gmail.com> Content-Type: text/plain; charset="utf-8"
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.