Current time: 05-01-2024, 05:47 PM Hello There, Guest! (LoginRegister)


Post Reply 
FTP & Mail problems
Author Message
irix Offline
Junior Member
*

Posts: 17
Joined: May 2010
Reputation: 0
Post: #1
FTP & Mail problems
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!
(This post was last modified: 05-24-2010 09:22 PM by irix.)
05-24-2010 09:15 PM
Find all posts by this user Quote this message in a reply
irix Offline
Junior Member
*

Posts: 17
Joined: May 2010
Reputation: 0
Post: #2
RE: FTP & Mail problems
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
May 24 16:32:27 server postfix/policyd-weight[5930]: decided action=PREPEND X-policyd-weight:  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; rate: -7.5; <client=***> <helo=silan003.mailer.***.com> <from=noreply@mailer.***.com> <to=info@***>; delay: 1s
May 24 16:32:27 server postgrey[2443]: action=greylist, reason=new, client_name=www.***.com, client_address=***, sender=noreply@mailer.***.com, recipient=info@***
May 24 16:32:27 server postfix/smtpd[6248]: NOQUEUE: reject: RCPT from www.***.com[***]: 450 4.2.0 <info@***>: Recipient address rejected: Greylisted, see http://postgrey.schweikert.ch/help/***.html; from=<noreply@mailer.***.com> to=<info@***> proto=ESMTP helo=<silan003.mailer.***.com>
May 24 16:32:27 server postfix/smtpd[6248]: disconnect from www.***.com[***]

All these mails never arrive in my inbox?
(This post was last modified: 05-25-2010 12:37 AM by irix.)
05-25-2010 12:27 AM
Find all posts by this user Quote this message in a reply
irix Offline
Junior Member
*

Posts: 17
Joined: May 2010
Reputation: 0
Post: #3
RE: FTP & Mail problems
Graylisting seems something else, it seems to work, so I think this might be concidered resolved.
Only the FTP issue is still there.
05-25-2010 06:02 AM
Find all posts by this user Quote this message in a reply
dcreation Offline
Junior Member
*

Posts: 85
Joined: Apr 2009
Reputation: 0
Post: #4
RE: FTP & Mail problems
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/sol...tpd_issues

Iam pretty sure it was something with the sql-module.
(This post was last modified: 05-26-2010 02:54 PM by dcreation.)
05-26-2010 02:52 PM
Find all posts by this user Quote this message in a reply
irix Offline
Junior Member
*

Posts: 17
Joined: May 2010
Reputation: 0
Post: #5
RE: FTP & Mail problems
That was the first thing I did, but that did not help for me Wink
05-26-2010 07:42 PM
Find all posts by this user Quote this message in a reply
dcreation Offline
Junior Member
*

Posts: 85
Joined: Apr 2009
Reputation: 0
Post: #6
RE: FTP & Mail problems
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@***
This only means that the server temporary blocked this mail. The sending-server have to sent it again. It is specified in RFC and all Mailserver do that. Greylisting is very effective against email-sending-scripts as used by spammers.
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.)
05-26-2010 08:30 PM
Find all posts by this user Quote this message in a reply
irix Offline
Junior Member
*

Posts: 17
Joined: May 2010
Reputation: 0
Post: #7
RE: FTP & Mail problems
Yeah I understand now and it's working fine. Just the FTP issue still remains.
05-30-2010 02:35 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)