• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  1. S

    Service /etc/init.d/httpd failed to start !

    Hi Gurus We have problem Service /etc/init.d/httpd failed to start all hosted sites are down but plesk is running and accessible. Any contributions highly appreciated! [root@vps68988879 ~]# /usr/local/psa/admin/sbin/httpdmng --reconfigure-all 2013-09-23T20:53:11+01:00 ERR (3): Apache...
  2. S

    Error: Table 'psa.domainaliases' doesn't exist imap is down.Advise need it

    Problem still exist -(( [root@vps11221887 ~]# /usr/local/psa/admin/sbin/mchk -without-spam ==> Checking for: mailsrv_conf_init... ok ==> Checking for: mail_handlers_init... ok ==> Checking for: mailsrv_entities_dump... ok ==> Checking for: mail_admin_aliases... ok ==> Checking for...
  3. S

    Error: Table 'psa.domainaliases' doesn't exist imap is down.Advise need it

    ok looks all done -)) However Tabs in plesk panell still giving the same error Internal error: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'psa.domainaliases' doesn't exist Message SQLSTATE[42S02]: Base table or view not found: 1146 Table 'psa.domainaliases' doesn't exist...
  4. S

    Error: Table 'psa.domainaliases' doesn't exist imap is down.Advise need it

    [root@vps11221887 ~]# rpm -qV psa-courier-imap SM5....T c /etc/courier-imap/imapd SM5....T c /etc/courier-imap/imapd-ssl SM5....T c /etc/courier-imap/pop3d SM5....T c /etc/courier-imap/pop3d-ssl .M.....T /etc/init.d/courier-imap S.5....T /usr/sbin/imaplogin [root@vps11221887...
  5. S

    Error: Table 'psa.domainaliases' doesn't exist imap is down.Advise need it

    [root@vps11221887 ~]# /etc/init.d/courier-imap status -bash: /etc/init.d/courier-imap: Permission denied [root@vps11221887 ~]# rpm -qa | egrep 'courier|driver' psa-courier-imap-3.0.8-cos5.build110120606.19 plesk-mail-pc-driver-11.0.9-cos5.build110120608.16 libdbi-drivers-0.8.1a-1.2.2...
  6. S

    Error: Table 'psa.domainaliases' doesn't exist imap is down.Advise need it

    [root@vps11221887 ~]# /etc/init.d/courier-imap status -bash: /etc/init.d/courier-imap: Permission denied
  7. S

    Error: Table 'psa.domainaliases' doesn't exist imap is down.Advise need it

    [root@vps11221887 ~]# /etc/init.d/courier-imapd status -bash: /etc/init.d/courier-imapd: No such file or directory [root@vps11221887 ~]# rpm -qf /etc/init.d/courier-imapd error: file /etc/init.d/courier-imapd: No such file or directory this is out put
  8. S

    Error: Table 'psa.domainaliases' doesn't exist imap is down.Advise need it

    yes please see here http://shortText.com/q4N7H i cannot upload file for some reason as well as log is to long for the post sorry.
  9. S

    Error: Table 'psa.domainaliases' doesn't exist imap is down.Advise need it

    Thank you for reply run-root was not there but I sorted! Unfortunately this problem did not disappear -((( For some reason I cannot upload log file in full so here is part of it Please let me know if you need any other part of it! [/CODE]***** problem report ***** ERROR while trying to...
  10. S

    Error: Table 'psa.domainaliases' doesn't exist imap is down.Advise need it

    Hi I have search solution on forum to problems below and could not find any fix.Can guru please bring some light as most importantly our postfix is not worming and all mail boxes unacceptable 1. In control panel when we press Websites &Domain error page SQLSTATE[42S02]: Base table or view...
  11. S

    Create Mailbox via SSH

    thank you it is working very well few problems -mailbox creating boxes but without password I did managed to do /usr/local/psa/bin/mail --u $u1 -mailbox pswrd -$p1 not sure if it is right way todo it.? { while IFS=';' read u1 p1 ;do PSA_PASSWORD="$p1" /usr/local/psa/bin/mail --create $u1...
  12. S

    Create Mailbox via SSH

    [root@vps1187 ~]# { while IFS=';' read u1 p1 ;do PSA_PASSWORD="$p1" plesk bin mail --create $u1; done ; } < users.txt -bash: plesk: command not found I do not know why? What am I doing wrong
  13. S

    Create Mailbox via SSH

    Thank you! This is exactly what I was looking for with one but. is there possobility to keep all users and password to craeta in one file adn run script like { while IFS=';' read u1 p1 ;do ./mail --create "$u1" -passwd "$p1" -mbox_quota 500M -antivirus inout .. done ; } <...
  14. S

    Create Mailbox via SSH

    Hi I look on forum and could not find an answer. So for gurus can we create mailbox via SSH (on VPS vith Parallel) and how? I know with Cpanel is very easy /scripts/addpop ..... Please share
Back
Top