• 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

    Webmail and IMAP fix after upgrading

    I just wanted to share this, so that anyone who happened to have a similar problem after upgrade to 8.2 will try this fix. I upgraded using autoinstaller and my upgraded completed without error, only to find out later that my customers cant login to webmail and cant connect to imap. I spent...
  2. S

    HORDE [error] [imp]

    Blank_page, I was reading the hread because i am also getting this error and no one can log into webmail. When i telnet localhost 143, i get connection refused. Any idea what could be wrong. Thanks
  3. S

    modifying mod_security

    just in case anyone have this problem, i was able to resolve it by adding this lines to my exclude.conf; <Directory /usr/share/psa-horde> SecFilterRemove 300013 SecFilterRemove 300015 SecFilterRemove 300016 SecFilterRemove 300018 SecFilterRemove 300040 </Directory>
  4. S

    DNS not working for me

    Hi all, I am setting up my own nameservers but after following the examples on this forum the message i get when i try to browse my website is; If you see this page it means: 1. hosting for this domain is not configured or 2. there's no such domain registered in Plesk and the dns...
  5. S

    modifying mod_security

    I posted my mod-security config ealier in this thread and as you can see exclude.conf preceeds all other rules. I know that when i remove the filter rules below from my rules.conf it works just fine; #really broad furl_fopen attack sig #tune this for your system SecFilterSelective...
  6. S

    modifying mod_security

    I added it but it didnt fix it. tempted but I dont want to comment out my rules.conf as i would rather live with a buggy horde calendar than an exploitable server
  7. S

    modifying mod_security

    [Sun Apr 22 14:44:05 2007] [error] [client 10.*.*.*] mod_security: Access denied with code 500. Pattern match "!/imp/login\\\\.php" at HEADER("Referer") [id "300018"] [rev "3"] [msg "Generic PHP code injection protection via ARGS"] [severity "CRITICAL"] [hostname "webmail.domain.com"] [uri...
  8. S

    modifying mod_security

    This is what i had in my exclude .conf; #Squirrel mail and Horde postings <LocationMatch "/imp/compose.php"> SecFilterRemove 300013 SecFilterRemove 300015 SecFilterRemove 300016 SecFilterRemove 300018 </LocationMatch> I went ahead and added the last two of your exclusions...
  9. S

    modifying mod_security

    The rules are the latest from gotroot.com; 20061013
  10. S

    modifying mod_security

    Thx Derfalk, for taking the time. pasted below is my mode_security rule set. I sometimes wonder if i really need all those rules. <IfModule mod_security.c> # Only inspect dynamic requests # (YOU MUST TEST TO MAKE SURE IT WORKS AS EXPECTED) #SecFilterEngine DynamicOnly SecFilterEngine...
  11. S

    modifying mod_security

    I recently implemented mod_security on my server and ever since i have been having problem with horde mail calendar. Whenever a user try to make an entry in calender the page generates an error message and i was able to trace the error to the audit_log file and this line is always generated...
  12. S

    partitioning suggestions

    Thanks, i will research more on how to implement your suggestion.
  13. S

    partitioning suggestions

    Atomic, is there any other way to secure the /tmp folder if partitioning with a noexec nosuid restrictions dosent really work.
  14. S

    Plesk 8.1.1: unable to change Plesk default cert

    never Dmitry it worked. my bad. i was logging on to the server with the local address as oppose to using the FQDN
  15. S

    Plesk 8.1.1: unable to change Plesk default cert

    Dmitry I manually copied the private key and the certificate into PRODUCT_ROOT/admin/conf/httpsd.pem which i believe is /usr/local/psa/admin/conf/httpsd.pem for FC6 I have restarted psa service even restarted the server but still didnt work for me. Am i missing something
  16. S

    Plesk 8.1.1: unable to change Plesk default cert

    thanks Dmitry, i will give that a shot and let you know.
  17. S

    Plesk 8.1.1: unable to change Plesk default cert

    I am getting the same error too, on a Fresh install FC6 and fresh install of Plesk 8.1. Any chance Plesk is going to address this issue?
  18. S

    New installation problem

    I hope there is someone who can help me out with this. I just installed plesk 8.1 and everything seems to be working just fine except i cant login to horde webmail. The login page comes up but when i put in the username i get login failed. Is there something i am missing.
Back
Top