Proftpd Login Meldung

Backup, Restore und Transfer von Daten
Post Reply
fubbel
Posts: 84
Joined: 2003-02-17 14:49
 

Proftpd Login Meldung

Post by fubbel »

Hi

bei proftpd kommt folgender Text wenn man sich einloggt
Connecting to 217.160.XXX.XXX
Connected to 217.160.XXX.XXX Port XXXXXX
220 ProFTPD 1.2.8rc2 Server (XXXXXX) [p123456789.pureserver.info]
und zwar geht es mir um die meldung p123456789.pureserver.info

kann man die wegkriegen ?
oder verändern ?
woher holt er sich die überhaupt.
reverse dns ist bei mir die domain.

thx
floschi
Userprojekt
Userprojekt
Posts: 3247
Joined: 2002-07-18 08:13
Location: München
Contact:
 

Re: Proftpd Login Meldung

Post by floschi »

fubbel
Posts: 84
Joined: 2003-02-17 14:49
 

Re: Proftpd Login Meldung

Post by fubbel »

thx

wusst nich das es bei der faq dabei is.
sorry
fubbel
Posts: 84
Joined: 2003-02-17 14:49
 

Re: Proftpd Login Meldung

Post by fubbel »

hi
Connecting to 217.160.XXX.XXX
Connected to 217.160.XXX.XXX Port XXX
220 p123456789.pureserver.info FTP server ready
jetzt zeigt er mir zwar nicht mehr den namen an und das p123..... dahinter, dafür kommt es aber untendrunter

hab die änderung in der proftpd.conf gemacht

ServerIdent off

noch ne idee ?
floschi
Userprojekt
Userprojekt
Posts: 3247
Joined: 2002-07-18 08:13
Location: München
Contact:
 

Re: Proftpd Login Meldung

Post by floschi »

ServerName in der Konfig, steht gleich drüber ;)
fubbel
Posts: 84
Joined: 2003-02-17 14:49
 

Re: Proftpd Login Meldung

Post by fubbel »

olfi wrote:ServerName in der Konfig, steht gleich drüber ;)

????
sorry aber das hab ich nun nicht ganz verstanden.

ich hab das schon in der proftpd.conf hinzugefügt.
hie rmal meine porftpd.conf
ServerName ""
ServerType standalone
DefaultServer on
Port 255

ServerIdent off
AllowForeignAddress on

# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask 022

MaxInstances 30

# Set the user and group under which the server will run.
User XXX
Group XXX

DefaultRoot ~

RequireValidShell off
RootLogin off

# Normally, we want files to be overwriteable.

<Directory /home/XXX/XXX>
Umask 022
AllowStoreRestart on
AllowOverwrite on
<Limit WRITE>
#DenyAll
</Limit>
<Limit STOR CWD CDUP RNTO MKD APPE REST>
AllowAll
</Limit>
</Directory>

<Directory /home/XXX/XXX>
Umask 022
AllowStoreRestart on
AllowOverwrite on
<Limit WRITE>
#DenyAll
</Limit>
<Limit STOR CWD CDUP RNTO MKD APPE REST>
AllowAll
</Limit>
</Directory>

#DisplayLogin welcome.msg
#DisplayFirstChdir .message
oder hab ich dich da jetzt völlig falsch verstanden ? :?:
Last edited by fubbel on 2003-04-03 09:25, edited 1 time in total.
barto
Posts: 88
Joined: 2003-01-09 19:13
 

Re: Proftpd Login Meldung

Post by barto »

bei mir hat das hier geholfen

Code: Select all

DeferWelcome                   on
fubbel
Posts: 84
Joined: 2003-02-17 14:49
 

Re: Proftpd Login Meldung

Post by fubbel »

hi

hat en bissel gedauert aber dafür gehts auch :)

danke für eure hilfe.
ServerIdent on
AllowForeignAddress on
DeferWelcome on
ServerIdent und DeferWelcome beide auf on hat das Problem behoben.

steht jetz nur noch die ip da und die proftpd version.

thx
Post Reply