ISPConfig 2.2.0 On suse 9.2 (Webmail & FTP problems)

Discussion in 'Installation/Configuration' started by WebTeam, Mar 22, 2006.

  1. WebTeam

    WebTeam New Member

    Hello,

    I have installed ISPCongif 2.2.0 on my Suse 9.2 and I have 2 problems.

    First of them, the ProFTPd is not started when the machine boot up, I will start it manually.

    Second, I cannot login via webmail.

    my netstat -tap results :

    getro:/etc/init.d # netstat -tap
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 *:mysql *:* LISTEN 4993/mysqld
    tcp 0 0 *:sunrpc *:* LISTEN 4757/portmap
    tcp 0 0 *:hosts2-ns *:* LISTEN 4833/ispconfig_http
    tcp 0 0 *:xfer *:* LISTEN 4776/perl
    tcp 0 0 *:ftp *:* LISTEN 5727/proftpd: (acce
    tcp 0 0 getro.bioul.com.:domain *:* LISTEN 4994/named
    tcp 0 0 localhost:domain *:* LISTEN 4994/named
    tcp 0 0 *:smtp *:* LISTEN 5293/master
    tcp 0 0 localhost:953 *:* LISTEN 4994/named
    tcp 0 0 *:imaps *:* LISTEN 5062/couriertcpd
    tcp 0 0 *:pop3s *:* LISTEN 5070/couriertcpd
    tcp 0 0 *:pop3 *:* LISTEN 5045/couriertcpd
    tcp 0 0 *:imap *:* LISTEN 5046/couriertcpd
    tcp 0 0 *:www-http *:* LISTEN 5338/httpd2-prefork
    tcp 0 0 *:ssh *:* LISTEN 4931/sshd
    tcp 0 0 *:smtp *:* LISTEN 5293/master
    tcp 0 0 localhost:953 *:* LISTEN 4994/named
    tcp 0 0 *:https *:* LISTEN 5338/httpd2-prefork
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Try:

    Code:
    chkconfig --add proftpd
    or:

    Code:
     chkconfig --add proftp
    You must send an email to that account first before you login to that account.
     

Share This Page