Ispconfig Ftp Login Problem Cannot Log In Ftp Error: 530 Login Incorrect



Ispconfig Ftp Login Problem Cannot Log In Ftp Error: 530 Login Incorrect
 (380) Click. Work. Collect
Ispconfig Ftp Login Problem Cannot Log In Ftp Error: 530 Login Incorrect
Post Description:
Post Tags: ispconfig, ftp, login, problem, cannot, log, in, ftp, error, 530, login, incorrect
This Post Has Been Viewed 1399 Times Since Mon Jan 21, 2008 11:02 am Posted By tuiz.com with 4 replies
Ispconfig Ftp Login Problem Cannot Log In Ftp Error: 530 Login Incorrect
i leased a server from www.webune.com and i installed ispconfig on this linux server, i installed everying correctly now, when i try to connect to the proftpd login i created in the panel it says Error: 530 login incorrect i was able to login through the ispconfig webftp with the same username and password. what am i doing wrong?

Leave Your Comments     [ dejar commentarios ]
  * Name     [nombre]

  * eMail (will not be published)     [coreo electronico]

* Enter Your Reply or Comments:    [commentarios]


Add Picture To Comments         [incluir foto]
YES NO             upload
Receive Replies on my Comments (An email will be sent to you when someone replies to your comments)

     

Comments and replies About Ispconfig Ftp Login Problem Cannot Log In Ftp Error: 530 Login Incorrect




:: 1 :: #37544 - Reply By hostman On Mon Jan 21, 2008 11:03 am
i've had that problem before what i did, i reinstalled proftpd and then it worked.
:: 2 :: #37545 - Reply By tuiz.com On Mon Jan 21, 2008 11:03 am
how do i reinstall it? i have fedora 7
:: 3 :: #37546 - Reply By hostman On Mon Jan 21, 2008 11:07 am
follow these commands:

/etc/init.d/proftpd stop

yum remove proftpd

yum install proftpd

cp /etc/pam.d/proftpd /etc/pam.d/proftpd_orig

cat /dev/null > /etc/pam.d/proftpd
*say yes to overide

nano /etc/pam.d/proftpd

add this to /etc/pam.d/proftpd
#%PAM-1.0
auth required pam_unix.so nullok
account required pam_unix.so
session required pam_unix.so


chkconfig --levels 235 proftpd on

/etc/init.d/proftpd start


after i did this, it was ok. my problem was that i was very slow
:: 4 :: #47637 - Reply By Miodrag Tokic On Sat Mar 29, 2008 7:09 am
i solved this in fedora 8...

1. create backup:
/etc/proftpd_ispconfig.c edit /etc/pam.d/proftpd like this:
#%pam-1.0
auth required pam_unix.so nullok
account required pam_unix.so
session required pam_unix.so

3. change defaultaddress 127.0.0.1 to your host ip address

4. restart proftpd