Announcement

Collapse
No announcement yet.

FAIL: ftp per_source_limit Error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • FAIL: ftp per_source_limit Error

    I'm facing the problem when I upload and download files through FTP, the server cuts connection and shows the following error message in log file.
    Code:
    EXIT: SMTP status=1 pid = 8309 duration=0(sec)
    FAIL: ftp per_source_limit from xxx.xxx.xxx.xxx

  • #2
    Hi Sven,

    Try following solution to resolve the issue.

    Modify /etc/xinet.d/ftp_psa file and make the changes as below:
    Service ftp
    {
    Disable = no
    socket_type = stream
    Protocol = tcp
    Wait = no
    User = root
    Instances = UNLIMITED
    per_source = UNLIMITED
    Server = /usr/sbin/in.proftpd
    server_args = -c /etc/proftpd.conf
    }

    Comment

    Working...
    X