Localhost connection refused

Discussion in 'Installation/Configuration' started by Md. Mohib Billah, Dec 19, 2014.

  1. Hi

    I was install ispconfig on Opensuse 13.1 before few days. It was everything ok but today i see this server not recieve any mail. This show me

    mail:/etc/xinetd.d # telnet localhost
    Trying ::1...
    telnet: connect to address ::1: Connection refused
    Trying 127.0.0.1...
    telnet: connect to address 127.0.0.1: Connection refused

    i don't know what is the reason for this problem. Please help me for solve this problem.

    Thanks
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the output of:

    netstat -tap | grep smtp
     
  3. Hi Till,
    Thanks for your replay . I post this output in below

    mail:~ # netstat -tap | grep smtp
    tcp 0 0 localhost:smtp *:* LISTEN 1820/master
    tcp 0 0 localhost:smtp *:* LISTEN 1820/master

    Please help.
    Thanks
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Postfix is bount to localhost, so it cant receive mails. Please edit the postfix main.cf file and set:

    inet_interfaces = all

    and then restart postfix.
     
  5. Hi Till

    Thanks for replay. I folow your replay and did this but everything is same nothing change.
    I see this error in ispconfig monitor

    Web-Server: Online
    FTP-Server: Online
    SMTP-Server: Offline
    POP3-Server: Online
    IMAP-Server: Online
    DNS-Server: Online
    mySQL-Server: Online

    Please help me.

    Thanks
     

Share This Page