FTP & Mail problems - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: FTP & Mail problems (/thread-10765.html) |
FTP & Mail problems - irix - 05-24-2010 09:15 PM 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 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! RE: FTP & Mail problems - irix - 05-25-2010 12:27 AM With replacing the original master.cf I seem to have some mail coming (at least my testmail arrived), but I don't think this is the complete solution... Any help would be appreciated. hmm it seems to graylist almost all mails? Code: May 24 16:32:27 server postfix/policyd-weight[5930]: weighted check: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 CL_IP_EQ_FROM_MX=-3.1 IN_PM_RFCI=0.1; <client=***> <helo=silan003.mailer.ibood.com> <from=noreply@mailer.***.com> <to=info@***>; rate: -7.5 All these mails never arrive in my inbox? RE: FTP & Mail problems - irix - 05-25-2010 06:02 AM Graylisting seems something else, it seems to work, so I think this might be concidered resolved. Only the FTP issue is still there. RE: FTP & Mail problems - dcreation - 05-26-2010 02:52 PM Mhh, iam sure that I had the same FTP Problems as you, be I cant really remember what was the problem. Take a look here, it helped me alot to get it back to work: http://isp-control.net/documentation/solving_proftpd_issues Iam pretty sure it was something with the sql-module. RE: FTP & Mail problems - irix - 05-26-2010 07:42 PM That was the first thing I did, but that did not help for me RE: FTP & Mail problems - dcreation - 05-26-2010 08:30 PM Code: May 24 16:32:27 server postgrey[2443]: action=greylist, reason=new, client_name=www.***.com, client_address=***, sender=noreply@mailer.***.com, recipient=info@*** try: cat /var/log/mail.log | grep triplet All mails listed there were accepted by greylist. (Was send again and will arrive in your inbox.) RE: FTP & Mail problems - irix - 05-30-2010 02:35 AM Yeah I understand now and it's working fine. Just the FTP issue still remains. |