Squirrelmail + changed IP

Discussion in 'Installation/Configuration' started by wrender, Jan 3, 2007.

  1. wrender

    wrender New Member

    I recently changed the IP address of my server, and the webmail stopped using for users.
    I am using the packaged squirrelmail which I installed through the ISPconfig interface.
    I get the following error when trying to SEND an email with the webmail.

    Code:
    Connection refused
    Server replied: 111 Can't open SMTP stream. 
    The rest of my system seems to be working fine... the websites are all working, same with using regular email clients (like thunderbird).

    Wes
     
  2. wrender

    wrender New Member

    Fixed

    I was able to fix this myself...

    My /etc/hosts file on the server was messed up, and the localhost wasn't set correctly....

    instead of being

    Code:
    127.0.0.1     localhost.localdomain     localhost
    it was

    Code:
    0.0.1 localhost.localdomain     localhost

    Wes
     

Share This Page