Проблема с proftpd

Модератор: /dev/random

avstaim
Сообщения: 5
ОС: Gentoo Linux

Проблема с proftpd

Сообщение avstaim »

Система - Gentoo 2007.0

proftpd-1.3.1_rc2-r3

Конфиг:

Код: Выделить всё

ServerName                      "ProFTPD"
ServerType                      standalone
DefaultServer                   on
Port                            21
Umask                           022
MaxInstances                    30

User                            proftpd
Group                          proftpd

DefaultRoot /home/ftp

AllowOverwrite          on

<Anonymous /home/ftp>
  User                          ftp
  Group                         ftp

  UserAlias                     anonymous ftp

  AuthUsingAlias On
  AnonRequirePassword Off

  MaxClients                    10

  DisplayLogin                  welcome.msg
  DisplayFirstChdir             .message

  RequireValidShell off

  <Directory /home/ftp>
  <Limit READ>
    AllowAll
  </Limit>
  </Directory>

  <Limit WRITE>
    DenyAll
  </Limit>
</Anonymous>


Получаем:

USER anonymous

331 Anonymous login ok, send your complete email address as your password
PASS xxxx
530-Unable to set anonymous privileges.
530 Login incorrect.

В /etc/messages:

Aug 5 01:00:28 proxima proftpd[6284]: proxima (aerostorm[85.30.227.177]) - ftp: Directory /home/ftp/ is not accessible.

Директория /home/ftp принадлежит ftp:ftp и имеет права на чтение-запись 100%, пользователь ftp ессно существует и имеет домашней папкой /home/ftp/

В /etc/ftpusers также отсутствует.

Причина непонятна, need help!
Спасибо сказали: