View previous topic :: View next topic |
Author |
Message |
Kenji Miyamoto Veteran
Joined: 28 May 2005 Posts: 1452 Location: Looking over your shoulder.
|
Posted: Fri Oct 06, 2006 9:34 pm Post subject: Mozilla Thurnderbird and WebMail Extension |
|
|
I've installed the WebMail extension for Thunderbird, but am unable to connect to localhost due to a firewall, but I have the following rules for ports 110, 25, and 143: Code: | -A INPUT -p tcp -m state --state NEW --dport 110 -j ACCEPT
-A INPUT -p tcp -m state --state NEW --dport 143 -j ACCEPT
-A INPUT -p tcp -m state --state NEW --dport 25 -j ACCEPT | Why doesn't the extension work? _________________ [ Kawa-kun, new and improved!! ]
Alex Libman seems to be more of an anarchist than a libertarian. |
|
Back to top |
|
|
Eil n00b
Joined: 14 Nov 2005 Posts: 21
|
Posted: Sat Oct 07, 2006 3:43 pm Post subject: |
|
|
If you don't already, you should have a rule in your firewall that explicitly allows all traffic on the loopback intereface. Its been a long time since I wrote any Linux firewall rules, though, so I can't give you anything specific. |
|
Back to top |
|
|
Kenji Miyamoto Veteran
Joined: 28 May 2005 Posts: 1452 Location: Looking over your shoulder.
|
Posted: Mon Oct 09, 2006 5:46 pm Post subject: |
|
|
Eil wrote: | If you don't already, you should have a rule in your firewall that explicitly allows all traffic on the loopback intereface. Its been a long time since I wrote any Linux firewall rules, though, so I can't give you anything specific. | I already allow all traffic from 127.0.0.1. _________________ [ Kawa-kun, new and improved!! ]
Alex Libman seems to be more of an anarchist than a libertarian. |
|
Back to top |
|
|
|