On Sat, 18 Aug 2007, Jennifer Nodwell wrote: > I have used the demo of IlohaMail (on IlohaMail.org) and put in my > username ([EMAIL PROTECTED]) and my server (pop.secureserver.net) as > the pop server used by all godaddy shared linux hosting accounts) and > was able to log into my pop account. > > I installed the source on my website, edited login.php and set > $default_host to the same pop server above, set default port to 110, and > tried logging in. I get an error in the database for the login attempt > that it couldn't connect to the server. The account is > [EMAIL PROTECTED]@pop.secureserver.net. The action is log in. The > comment is Could not connect to pop.secureserver.net at port 110/ > > I know it's possible to connect to this server, because it's been done > on the demo. What am I not setting up properly? Thanks for any help.
It's worth making sure your server can connect to that server. If you have a shell on it you should be able to do: [EMAIL PROTECTED]:~$ telnet pop.secureserver.net 110 Trying 64.202.165.92... Connected to pop.secureserver.net. Escape character is '^]'. +OK <[EMAIL PROTECTED]> Gavin ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Ilohamail-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ilohamail-users
