Server Config GUI Error

Discussion in 'Installation/Configuration' started by bandit, Oct 28, 2018.

  1. bandit

    bandit New Member

    Hi,

    i have problem after upgrade ispconfig. can't open "server config" part on ISPConfig GUI.

    and now postfix not send or receive email from client also from webmail.
    for this postfix error, i got notif "dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)" on maillog but no error from amavisd.

    hope somebody can give any good clues or suggestion. Thanks :)

    OS Centos 6.9 -- i drop the firewall for testing
    (GUI using different port, not 8080)


    Code:
    ##### SERVER #####
    IP-address (as per hostname): ***.***.***.***
    IP-address(es) (as per ifconfig): ***.***.***.***
    [INFO] ISPConfig is installed.
    
    ##### ISPCONFIG #####
    ISPConfig version is 3.1.13
    
    
    ##### VERSION CHECK #####
    
    [INFO] php (cli) version is 5.3.3
    
    ##### PORT CHECK #####
    
    [WARN] Port 8080 (ISPConfig) seems NOT to be listening
    [WARN] Port 8081 (ISPConfig Apps) seems NOT to be listening
    
    ##### MAIL SERVER CHECK #####
    
    
    ##### RUNNING SERVER PROCESSES #####
    
    [INFO] I found the following web server(s):
        Unknown process (httpd) (PID 2764)
    [INFO] I found the following mail server(s):
        Postfix (PID 5952)
    [INFO] I found the following pop3 server(s):
        Dovecot (PID 2623)
    [INFO] I found the following imap server(s):
        Dovecot (PID 2623)
    [INFO] I found the following ftp server(s):
        PureFTP (PID 2777)
    
    ##### LISTENING PORTS #####
    (only        ()
    Local        (Address)
    [anywhere]:46976        (2305/rpc.statd)
    [anywhere]:993        (2623/dovecot)
    [anywhere]:995        (2623/dovecot)
    [localhost]:199        (3034/snmpd)
    [localhost]:10025        (5952/master)
    [anywhere]:3306        (2595/mysqld)
    [localhost]:10027        (5952/master)
    [anywhere]:587        (5952/master)
    [anywhere]:110        (2623/dovecot)
    [localhost]:783        (2669/spamd.pid)
    [anywhere]:143        (2623/dovecot)
    [anywhere]:111        (2283/rpcbind)
    [anywhere]:465        (5952/master)
    [anywhere]:21        (2777/pure-ftpd)
    ***.***.***.***:53        (2248/named)
    [localhost]:53        (2248/named)
    [anywhere]:22        (2445/sshd)
    [anywhere]:25        (5952/master)
    [localhost]:953        (2248/named)
    *:*:*:*::*:443        (2764/httpd)
    [localhost]311        (3227/dsm_om_connsvc)
    *:*:*:*::*:993        (2623/dovecot)
    *:*:*:*::*:995        (2623/dovecot)
    *:*:*:*::*:49771        (2305/rpc.statd)
    [localhost]10        (2623/dovecot)
    [localhost]43        (2623/dovecot)
    [localhost]11        (2283/rpcbind)
    *:*:*:*::*:80        (2764/httpd)
    *:*:*:*::*:65201        (2764/httpd)
    *:*:*:*::*:21        (2777/pure-ftpd)
    *:*:*:*::*:53        (2248/named)
    *:*:*:*::*:22        (2445/sshd)
    *:*:*:*::*:953        (2248/named)
    
    ##### IPTABLES #####
    Chain INPUT (policy ACCEPT)
    target     prot opt source               destination      
    
    Chain FORWARD (policy ACCEPT)
    target     prot opt source               destination      
    
    Chain OUTPUT (policy ACCEPT)
    target     prot opt source               destination    
     
    Last edited: Oct 28, 2018
  2. bandit

    bandit New Member

    after search and bypass amavisd check for spam and antivirus in amavisd.conf, i can send from webmail to myself.
    but i can't send/receive email from outside server network, using other email or my own email (mail client) on this mail server. also can't send to other user in the same server

    log msg:
    dsn=5.7.1, status=bounced (Mailbox Fake Closed)
     
    Last edited: Oct 28, 2018
  3. bandit

    bandit New Member

    case closed ... found the problem and solution :)
     

Share This Page