Current time: 09-28-2024, 12:51 AM Hello There, Guest! (LoginRegister)


Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[ERLEDIGT] leider nochmal ProFTPd
Author Message
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #5
RE: leider nochmal ProFTPd
Klar, hier:

Code:
#
#       ispCP OMEGA ProFTPd config file
#
#
#
# Includes required DSO modules. This is mandatory in proftpd 1.3
#
Include /etc/proftpd/modules.conf

ServerName                              "meinedomain.tld"
ServerType                              standalone
DeferWelcome                    off
ServerIdent                     off

ShowSymlinks                    on
MultilineRFC2228                on
DefaultServer                   on
ShowSymlinks                    on
AllowOverwrite                  on
UseReverseDNS                   off
IdentLookups                    off
AllowStoreRestart               on
AllowForeignAddress             on

LogFormat                       traff "%b %u"

TimeoutNoTransfer               600
TimeoutStalled                  600
TimeoutIdle                             1200

DisplayLogin                    welcome.msg
DisplayFirstChdir               message

#LsDefaultOptions               "-l"

DenyFilter                              \*.*/

DefaultRoot                             ~

# Uncomment this if you are using NIS or LDAP to retrieve passwords:
#PersistentPasswd               off

# Port 21 is the standard FTP port.

Port                                    21

# To prevent DoS attacks, set the maximum number of child processes
# to 30.  If you need to allow more than 30 concurrent connections
# at once, simply increase this value.  Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd)

MaxInstances                    30

# Set the user and group that the server normally runs at.

User                            nobody
Group                           nogroup

# Normally, we want files to be overwriteable.

<Directory /*>
  # Umask 022 is a good standard umask to prevent new files and dirs
  # (second parm) from being group and world writable.
  Umask                         022     022

  AllowOverwrite                on
  HideNoAccess                  on

</Directory>

<Limit ALL>
  IgnoreHidden                  on
</Limit>

<Global>
  RootLogin                     off
  TransferLog                   /var/log/proftpd/xferlog
  ExtendedLog                   /var/log/proftpd/ftp_traff.log read,write traff
  PathDenyFilter                "\.quota$"
</Global>

<IfModule mod_delay.c>
        DelayEngine             off
</IfModule>

Greez BeNe
01-08-2008 10:04 PM
Visit this user's website Find all posts by this user
Thread Closed 


Messages In This Thread
[ERLEDIGT] leider nochmal ProFTPd - U-Tux - 01-08-2008, 09:23 PM
RE: leider nochmal ProFTPd - joximu - 01-08-2008, 09:56 PM
RE: leider nochmal ProFTPd - BeNe - 01-08-2008, 09:59 PM
RE: leider nochmal ProFTPd - U-Tux - 01-08-2008, 09:59 PM
RE: leider nochmal ProFTPd - BeNe - 01-08-2008 10:04 PM
RE: leider nochmal ProFTPd - U-Tux - 01-08-2008, 10:16 PM
RE: leider nochmal ProFTPd - BeNe - 01-08-2008, 10:35 PM
RE: leider nochmal ProFTPd - U-Tux - 01-08-2008, 10:39 PM
RE: leider nochmal ProFTPd - U-Tux - 01-08-2008, 11:04 PM
RE: leider nochmal ProFTPd - BeNe - 01-08-2008, 11:08 PM

Forum Jump:


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