[EMAIL PROTECTED] wrote:
> Hello,
> It seems i have trouble getting my email programs to connect when i have
> the linux firewall on, centos 5 builtin firewall.
> 
> connection time out on whatever i try. pop3,imap,smtp, submission, ssl
> 
> Clues? I have checked the iptables and it should be ok, still not
> 
> ( yeah i have run firewall.sh :P )
> 
> B/R
> Ole J
> 

Is your toaster on a private IP address behind a firewall? If so, you'll
need to modify your toaster firewall.sh to allow traffic from your local subnet.

Example (includes existing lines for reference):
## Drop all incoming fragments
iptables -A INPUT -i eth0 -f -j DROP
#
# shubes 5/16/06 - accept packets from local net
iptables -A INPUT -s 192.168.nnn.0/255.255.255.0 -j ACCEPT
#
## Drop outside packets with local addresses - anti-spoofing measure


-- 
-Eric 'shubes'

---------------------------------------------------------------------
     QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to