• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Issue with suspend client/domain still being able to ftp

R

RickJones

Guest
hello,

We have a issue where we suspend the domain/client but the ftp details still work.

Is there are any way to stop this?

Thanks
 
Try

Code:
/etc/init.d/psa stop
/etc/init.d/psa start

Does that stop them from logging in?

Also make sure they are disabled in the /etc/shadow file
 
Restarting psa doesn't seem to disable FTP access for my suspended accounts. I can disable it via /etc/shadow but shouldn't Plesk be disabling all services when an account is suspended?

Try

Code:
/etc/init.d/psa stop
/etc/init.d/psa start

Does that stop them from logging in?

Also make sure they are disabled in the /etc/shadow file
 
Back
Top