LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Linux Mail Server (https://www.linuxquestions.org/questions/linux-software-2/linux-mail-server-111902/)

DragonM15 11-03-2003 01:05 PM

Linux Mail Server
 
Im trying to run squirrelmail and when i go to login, i get past the login screen but it says that it cant connect to port 111, but i have it configured to go to 143, but it keeps on wanting to go to 111. what do i do.

please help me.

-DragonMoon15

iceman47 11-03-2003 02:16 PM

111 is sunrpc aka portmapper, apps connect to portmapper and portmapper tells them what port to connect to.
Start the portmap service (/etc/init.d/portmap start) and see what happens.

DragonM15 11-04-2003 11:00 AM

Ok, I did that, and now it says Error connecting to IMAP port 0
now i dont think there is a port 0....unless im really confused...

DragonM15

iceman47 11-04-2003 11:55 AM

There is a port 0 actually, but back to your problem.
I think you've got a configuration error, go to the squirrelmail dir and typ ./configure, the check the IMAP port&server settings.

Robert0380 11-04-2003 12:13 PM

if u cant get squirrel mail to work, u can always give IMP a go.

http://www.horde.org

install horde, configure it, install IMP, configure it and you're done. the README's or whatever tell you everything you need to do to get it working.

example loging screens:

mine https://www.gigahurts.net/horde/imp
Georgia Tech: https://webmail.mail.gatech.edu

no portmapper needed, just apache, php, a mail server running on port 25 and imap on port 143 (or imaps on port 993)

DragonM15 11-04-2003 09:32 PM

I already ran the ./configure program, and it is set for IMAP on port 143. As for IMP I might have to check that out if errors continue.

Thanks
DragonM15

iceman47 11-04-2003 09:54 PM

The only thing I can think about now is this:
Look at /etc/services and check if IMAP4 is port 143.
If that isn't it I cannot help you further, sorry.

DragonM15 11-10-2003 10:39 AM

Hey Robert, I have decided to give IMP a go. I was curious if you could give me an example of a configuration file. So I can have a reference. I know server settings will be different.

Thanks
DragonM15


All times are GMT -5. The time now is 04:45 AM.