So i think this is problem with your name resolving, it cannot
correctly resolve mail.softoolz.com

Your user preferences are gone cause user is determined also by host
(i think this from structure of user table in mysql).

So you three posibilities:
1/ fix resolving and change localhost back to mail...
2/ add mail.softoolz.com to /etc/hosts and  change localhost back to
mail... (but this is ugly)
3/ from my point of view best one
        UPDATE users SET host = localhost WHERE host = 'mail.softoolz.com'
        (but delete newly created lines with host = localhost
before)

        i think this is best because if you have iloha on same
server as web, no waste of time with resolving

Ne, lis 06, 2005 ve 09:21:57 -0500, Dean Holden napsal:
> I don't think I have the IP address anywhere, but if I did, which file would
> it be in.  I tried changing to localhost and that worked, except for some
> reason now all my user preferences are gone (I use mysql).
> 
> Dean
> 
> 
> ===== Original message from Ondra Kudlik =====
> > Only for sure, don't you have ip address in config? but from error
> > message it looks like that not :( Can you resolve mail.softoolz.com
> > correctly on this machine? Why you use mail.softoolz.com and not
> > localhost? Or this is not the server on which you have iloha?
> >
> > Ne, lis 06, 2005 ve 08:46:06 -0500, Dean Holden napsal:
> >> My host moved me to a new server and I have not been able to log in.  I
> >> can't understand why either.  I get this message "Could not connect to
> >> mail.softoolz.com at port 143", yet I can connect using SquirrelMail with
> >> any problems.  I didn't change anything in my ilohamail version
> >> 0.8.14-RC2, and attempted to connect to a different IMAP server using the
> >> same ilohamail install, and it worked fine there.  Any ideas?  It's
> >> driving me crazy...
> >>
> >> Thanks,
> >> Dean


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Ilohamail-devel mailing list
Ilohamail-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ilohamail-devel

Reply via email to