• 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

Search results

  1. nethubonline

    Issue "plesk sbin mail_auth_view" does not show capital letter of email address

    Hi all, Usually we help users for email login, we use "plesk sbin mail_auth_view" for verify user's username & password, and sometimes we use it to login for testing. We found that "plesk sbin mail_auth_view" only shows email addresses in small letter (e.g. [email protected]) even the user...
  2. nethubonline

    Resolved How to handle API fatal error?

    Thanks IgorG for help.
  3. nethubonline

    Resolved How to handle API fatal error?

    Thanks IgorG, I afraid you have mis-understood what I mean. The error "User account already exists" is enough, but now it is showing too much: " Fatal error: Uncaught PleskX\Api\Exception: User account already exists. in...
  4. nethubonline

    Resolved How to handle API fatal error?

    Hi all, According to plesk/api-php-lib , I tried example codes as below: <?php require 'vendor/autoload.php'; $host = 'testing.com'; $login = 'admin'; $password = '123456'; $client = new \PleskX\Api\Client($host); $client->setCredentials($login, $password); $client->customer()->create([...
  5. nethubonline

    Question How to assign a database to a site by command line? Seems --assign-to-subscription not working as it

    Thanks igorG for the command. May I know what will --assign-to-subscription do?
  6. nethubonline

    Question How to assign a database to a site by command line? Seems --assign-to-subscription not working as it

    Hi all, I want to use command line to assign a database to a site, just like the screenshot below: According to this doc database: Databases , I tried to run command plesk bin database --assign-to-subscription test1 -domain test1.com -server localhost:3306, but seems it is not I want and...
  7. nethubonline

    Issue pmm-ras.exe infected? Symantec detected WS.Reputation.1

    After upgrade the Plesk to most updated version: Plesk Onyx Version 17.5.3 Update #22 , Backup manager becomes not accessible, it is same to this KB: Backup manager is not accessible: The system cannot find the file specified We checked the reason becuase Symantec Endpoint Protection detects...
  8. nethubonline

    Resolved command line mbox_quota set unlimited wrongly

    Plesk version: Version 17.5.3 Update #18 OS: Windows 2012 Mail server: MailEnable 9.7.4 According to document here, command "plesk bin mail --update [email protected] -mbox_quota -1" should result in setting the default mailbox quota for its domain. mail: Mail Accounts However, it is not true...
  9. nethubonline

    Issue long time Anti-Virus scan for many recipients

    Just check again, the problem still exist in most updated version at this time......any schedule to fix the problem? Plesk Onyx 17.5.3 with drweb-bases-6.0.2.4-1302271534pleskel5.noarch, CentOS Linux release 7.3.1611, x86_64
  10. nethubonline

    Issue long time Anti-Virus scan for many recipients

    Thanks IgorG, here are the details PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE Plesk Onyx 17.0.17 with drweb-bases-6.0.2.4-1302271534pleskel5.noarch, CentOS Linux release 7.3.1611, x86_64 PROBLEM DESCRIPTION long time multiple Anti-Virus scan for many internal recipients STEPS TO...
  11. nethubonline

    Issue long time Anti-Virus scan for many recipients

    I confirm problem still exists on Plesk Onyx 17.0.17 wth dr.web anti-virus Can developer fix this?
  12. nethubonline

    Resolved Plesk Windows command services_plan - log-rotate not working

    Hi all, I tried to use "service_plan" command to create or update to enable log rotate , but it seems not working and I need to enable it for my service plan via Plesk web panel. Is my command wrong or something else? Thanks a lot. plesk bin service_plan -c "Plan A" -log-rotate true...
  13. nethubonline

    Plesk 12.5 Nginx starting failure in OpenVZ VM

    Under OpenVZ VM, Nginx starts getting failure because cannot bind to IP port 80, the reason is that the network is not yet fully started so that no IP configured during Nginx starting. Apr 6 15:45:43 c9 systemd: Starting Startup script for nginx service... Apr 6 15:45:43 c9 nginx: nginx: the...
  14. nethubonline

    Plesk 11.5.30 bug - courier-imap module "authpsa"

    Hi Nikolay and other Parallels developer, I just tested Plesk 11.5.30 MU7, seems the problem still exists, I think you are hard working on this. I have some updates for this issue, don't know if it can help you to fix the problem in MU8 1. courier provides "authtest" for testing the module...
  15. nethubonline

    Plesk 11.5.30 bug - courier-imap module "authpsa"

    Understood, hope this can help to "play along" with other module and courier auth and we look forward to hearing new patch soon :)
  16. nethubonline

    Plesk 11.5.30 bug - courier-imap module "authpsa"

    Hi Nikolay, I am not sure what is wrong with courier authlib, however the debug log shows "authpsa: auth_psa_common() callback returned -1", is it correct? Anyway, I just do one more test which can confirm something more. Environment: Plesk 11.5.30...
  17. nethubonline

    Plesk 11.5.30 bug - courier-imap module "authpsa"

    Nikolay, hahaahaaaaaaaaaaaaaaa, yep, you are right, I think it should not show the internal interpreter error to user in the front end (laughing.................) Anyway, I will submit this to horde, maybe they can show a friendly error instead of PHP error, whatever...... However, if...
  18. nethubonline

    Plesk 11.5.30 bug - courier-imap module "authpsa"

    Hi Nikolay, For more reference, below is the log (DEBUG_LOGIN=2) that I tested for "new courier-imap (4.13), courier-authlib (0.65), and new horde (Horde Version: 5.1.1, Imp [Mail]: H5 (6.1.2)), but I don't use authpsa because I am not using Plesk for this testing", you can see there will be...
  19. nethubonline

    Plesk 11.5.30 bug - courier-imap module "authpsa"

    Hi Nikolay, Yeah, I confirmed that horde version does not generate any problem / error, however seems the new horde version check the IMAP more deeply. What I am testing is the new version (Horde Version: 5.1.1, Imp [Mail]: H5 (6.1.2)), and I am sure I installed this new horde correctly (under...
Back
Top