Hi,
ich bekomme den Fehler
Failed binding to 0.0.0.0, port 25: Address already in use
beim sbin/proftpd -n -d5
Meine Config:
# (C)
www.proftpd.de # updated 2003-05-12
# by Stonki
ServerName "SERVERNAME"
ServerType standalone
DefaultServer on
# Port 21 is the standard FTP port.
Port 21
# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask 022
# Note that this ONLY works in standalone mode
MaxInstances 30
# Set the user and group under which the server will run.
User nobody
Group nogroup
# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
DefaultRoot ~
# Normally, we want files to be overwriteable.
<Directory />
AllowOverwrite on
</Directory>