Hi guys, I am new with ISPConfig, I just installed it on a new VPS I ordered. FTP Service and IMAP/POP3 does not work ! In service status, they appear as offline. I already looked around the web to find a solution, But it wasn't a success. Any idea? Thanks in advance, Napster
I directly asked my staff to install it, I'm not really good with CentOS and linux distribution. But I can do some stuff through SSH
To see if SMTP-AUTH and TLS work properly now run the following command: Code: telnet localhost 25 see if you can start the ftp with Code: /etc/init.d/proftpd start
220 mydomain.com ESMTP Sendmail 8.13.8/8.13.8; Sat, 10 Mar 2012 00:28:37 +0300 I replaced my domain for security ^^ That what I got with FTP: [root@servName~]# /etc/init.d/proftpd start -bash: /etc/init.d/proftpd: No such file or directory
First, you have Sendmail installed, but ISPConfig supports Postfix only. ISPConfig needs PureFTPd, so the correct command would be Code: /etc/init.d/pure-ftpd start