• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

Search results

  1. F

    Spam Training Tab Missing?

    50plesk-daily U can find it in /etc/cron.daily/ or in /etc/psa/ (last only for SuSEs)
  2. F

    Plesk won´t start any more

    >[root@myserver psa]# echo '10.2.0 CentOS 5 102100709.06' > /usr/local/psa/version 10.2.0, is it correct prev. version??? 1st of all detect prev. version. Execute mysql query: [root@a10-52-45-181 ~]# mysql -uadmin -p`cat /etc/psa/.psa.shadow` -D psa -e 'select version_info from...
  3. F

    Spam Training Tab Missing?

    1. In webmail need move spam letters in folder Spam 2. Every day crontask started. It start spamassassin lerning - all letters in Spam treated as spam, all another - as ham.
  4. F

    Proftpd problem

    >it's like I never tried login via ftp. possible need to wait until xinet.d service perform restart >sended a stop signal(ctrl-c) to strace that the process ignored. in another console call /etc/init.d/xinetd restart, should be enought
  5. F

    Proftpd problem

    on server exec strace -f -s 1024 -o /tmp/STRACE /etc/init.d/xinetd restart try to login under FTP user and attach /tmp/STRACE (do not forget to hide password in STRACE)
  6. F

    Proftpd problem

    Output of su -l $FTP_USER -s '/bin/sh' -c 'cat /etc/{passwd,group}' provide actual data? In additional provide permission for /etc/{passwd,group}, also try to login with selinux turned off.
  7. F

    Corrupted PSA database - need to reinstall

    Read http://forum.parallels.com/showthread.php?p=435928, 15 post. Possible it helps.
  8. F

    Update Broke Bind?

    On rh/ce zones stored in /var/named/run-root/var, zones includes in /var/named/run-root/etc/named.conf For bind start with debug info U can call 'sh -x /etc/init.d/named restart'
  9. F

    Plesk 9.5.2 "Mail Queue" does not match Linux "mailq" results

    >(2) Many of the "mailqueuemng" parameters appear to be dysfunctional [e.g., -L, -l, --help]. Seems like it acceptable fro internal utility, for example try to get help for sbin/dnsmng First of all compare output mailq (or postqueue -p) and "/usr/local/psa/admin/sbin/mailqueuemng --queue...
  10. F

    Plesk 9.5.2 "Mail Queue" does not match Linux "mailq" results

    ManagingD, why U so agressive? Do not frustrate, relax. No need to post huge and colored posts. Lets start to discussion. 1. >Linux/Unix mail queue command "mailq" 'mailq' - is not separate utility, it just symlink; read about alternativies mechanizm in 'Linux/Unix' 2...
  11. F

    Proftpd problem

    backup /etc/pam.d and try to use attached one
  12. F

    Proftpd problem

    try to change password for user 'noise' temporary passwd noice <<< type any dummy here, for example 'qweqwe' and try to login again
  13. F

    Proftpd problem

    Here all fine. Need to go on. grep ftp /var/log/secure
  14. F

    Proftpd problem

    Did U install Kerberos 5, tune it? Package krb5*
  15. F

    Proftpd problem

    also very useful will be output of chkconfig --list
  16. F

    Proftpd problem

    U do not provide info only partly, so its not enought. Sytem log are need (look my prev. post) >not appear in /etc/ftpusers not, that well
  17. F

    Plesk, fcgi memory problems (leak?)

    add new directivee in fcgid.conf <IfModule mod_fcgid.c> .. FcgidIdleTimeout 40 FcgidProcessLifeTime 30 FcgidMaxProcesses 20 FcgidMaxProcessesPerClass 8 FcgidConnectTimeout 30 FcgidIOTimeout 45 FcgidInitialEnv RAILS_ENV production FcgidIdleScanInterval 10...
  18. F

    PHP support over FastCGI does not work

    where are another info? >examine domain apache config - examine php handler, should be like >check script permission - 0755?
  19. F

    Proftpd problem

    doez pam_plesk_install helps? If not, need to do additional steps: doez FTP user under U try to login exist in /etc/ftpusers? provide /etc/ftpchroot 1. tail -f /var/log/messages |& tee /tmp/MESS 2. try to login under domain FTP user 3. provide /tmp/MESS
  20. F

    PHP support over FastCGI does not work

    1. cat /etc/httpd/conf.d/fcgid.conf 2. ll /var/run/mod_fcgid/fcgid_shm 3. examine domain apache config - examine php handler, should be like <IfModule mod_fcgid.c> <Files ~ (\.php)> SetHandler fcgid-script FCGIWrapper /var/www/cgi-bin/cgi_wrapper/cgi_wrapper .php...
Back
Top