On Thu, 2002-12-26 at 06:48, Jonathan Angliss wrote: > Hello Leo, > On Tuesday, December 24, 2002, Leo Boucher wrote... > > > I recently revisited my firewall and found it wasn't working right. > > I redid it from scratch and everything works except for > > Squirrelmail. I am running an iptables firewall with ports open for > > imap (tcp and udp) open as well as pop3, smtp, http and https. > > > I can get to the squirrel login page, but a login results in cannot > > contact mail server. > > > Does anyone have any suggestions about this? > > Do you have SquirrelMail set to connect on localhost or the outside > IP address? What did you firewall? What Port numbers? Did you put > a firewall on localhost, blocking all? Or did you put a firewall on > the outside IP?
recall: [cphillips@kiosk cphillips]$ cat /etc/services | grep imap imap 143/tcp imap2 # Interim Mail Access p2 imap 143/udp imap2 imap3 220/tcp # Interactive Mail Acces imap3 220/udp # Protocol v3 imaps 993/tcp # IMAP over SSL imaps 993/udp # IMAP over SSL note that 143/tcp is the only one of these you MUST allow through to your mail-server to have squirrel-mail work. > > -- > Jonathan Angliss > ([EMAIL PROTECTED]) > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > -- > squirrelmail-users mailing list > List Address: [EMAIL PROTECTED] > List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 > List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users -- ------------------------------------------- | Caleb Phillips | | The Studio Resource | | IT Specialist | | | | Handcrafted for you in Ximian Evolution | ------------------------------------------- ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
