Hi all,
I'm new here. Coming from another web hosting control panel (which was not updated for over 2 years now) I'm a bit new to ispCP, although I have used VHCS years ago.
I've installed it on my fresh basic install of Debian Lenny. All went fine, but I *had* to copy over all databases, inclusing the 'mysql' database itself. Some issues occured, but I fixed them.
I'm stuck with just 2 problems:
1: Mail doesn't seem to arrive, or at least not all of it. In /var/log/mail.err I see:
Code:
May 24 11:12:54 server postfix/master[12022]: fatal: /etc/postfix/master.cf: line 11: bad transport type: smtpd_proxy_filter=localhost:10024
May 24 11:14:22 server postfix/master[12156]: fatal: /etc/postfix/master.cf: line 11: bad transport type: smtpd_proxy_filter=localhost:10024
May 24 11:18:17 server postfix/master[12295]: fatal: /etc/postfix/master.cf: line 11: bad transport type: smtpd_proxy_filter=localhost:10024
and so on. I've done the spamassassin tutorial on this forum in order to enable it, but this doesn't seem to work.
In mail.warn I get:
Code:
server postfix/smtp[7820]: warning: host **mydomain** [**myip**]:25 greeted me with my own hostname **myhostname**
So for example:
warning: host mydomain1.com [100.100.100.100]:25 greeted me with my own hostname server.mydomain2.com
I don't know why it's doing this.
Also in mail.warn (just once):
Code:
May 23 13:27:30 server postfix/policyd-weight[7823]: warning: cache_query: $csock couln't be created: connect: No such file or directory, calling spawn_cache()
----------
Issue 2: FTP
It always says user/pass incorrect (web ftp) or connection refused (ftp client). When I open up proftpd in debug mode and connect through a client it gives me:
FTP session requested from unknown class
FTP session closed.
I made sure the ftp user and password are correct and granted the ispcp table.
Any ideas on this? thanks!