• 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. Alberto Pizzarelli

    Resolved my website show HTTP ERROR 500 how to fix ?

    Hello, consider see the error log in you webspace, this is possible evidence of your problem. Inviato dal mio iPad utilizzando Tapatalk
  2. Alberto Pizzarelli

    Resolved Error: Unable to load object of type BsDomain with id=2: Domain does not exist.

    Hello, please try whit: plesk repair db your problem is a synchronization problem, the contents of the database plesk, is not aligned with content in the file system.
  3. Alberto Pizzarelli

    Resolved Deleting Error Log File

    Try whit: echo "" > error_log
  4. Alberto Pizzarelli

    Question webmail secured?

    Hello See this: https://kb.plesk.com/en/123648
  5. Alberto Pizzarelli

    Resolved Symbolic link not allowed or link target not accessible - centos 7 plask 12

    Hello, confirm, this is the correct solution, simply insert directive into webserver config:
  6. Alberto Pizzarelli

    Issue error_log continuously increases in size

    i'm sorry to all!!, but my english is a very basic level, i use a transaltor and same time, my post can be is incoprensible
  7. Alberto Pizzarelli

    Issue Server listed on Spamhaus XBL on a daily basis

    i know!! the evidence of what happened to you will find in the log, in the shell commands I gave you, you will see something into the attack moment, surely it is to consider that if you have fallen into the blacklist, it is because of your servers have been sent email , you just have to figure...
  8. Alberto Pizzarelli

    Issue error_log continuously increases in size

    ciao @UFHH01 I think your statement is incomplete. depende the php if run under modules or cgi, if you run php whit apache mod_php, each file to be created or modified, will have as owner apache, and not the system user, this has also been reported as a major security issue, which eventually...
  9. Alberto Pizzarelli

    Issue Server listed on Spamhaus XBL on a daily basis

    hello, but the system logs? show /var/log/maillog, and control postfix queue messages whit: /usr/local/psa/admin/sbin/mailqueuemng -s or mailq command if exist, another location for your analisys is the outbond connection on destination port 25, whit netstat -n | grep :25 or lsof |...
  10. Alberto Pizzarelli

    Issue error_log continuously increases in size

    if php run under apache but not suexec, the owner of files must be apache:apache, try set apache owner in tmp directory
  11. Alberto Pizzarelli

    Issue error_log continuously increases in size

    confirm FPM whitout nginx?
  12. Alberto Pizzarelli

    Resolved Auto Whitelisting for Spam Assassin

    Yeeesss!!, i'm confuse with HASH!! i'm sorry
  13. Alberto Pizzarelli

    Resolved Auto Whitelisting for Spam Assassin

    hello, in the article that you mentioned, is missing an important step, after writing in header_checks file is required because the control is done with regular expressions, set the following command: postmap /etc/postfix/header_checks Postifx with this command creates a .db file, where...
  14. Alberto Pizzarelli

    Issue error_log continuously increases in size

    hello, i think u must first of all control owner and permission of all files, your PHP run in fast CGI or modules?
  15. Alberto Pizzarelli

    Issue my Server health parameter "Services > MySQL CPU usage" changed its status from "green" to "red".

    Hello, This is a positive function, the plesk, into the crontab, performs many scheduled operations every day, if your light turns red, plesk panel probably at that performs operations that require lots of CPU to the server, you should check via ssh in the cron configuration which are the...
  16. Alberto Pizzarelli

    Error Install App in Webspace Joomla 3.5.1

    Hello, Are you sure the cms folder is empty? Try to remove cache in tools and setting ----->> application vault
  17. Alberto Pizzarelli

    Question rDNS of domain not created on plesk

    Ciao, do not look for what is not there, unfortunately at the time in plesk can not handle reverse zones, you must edit manually thie configuration files.
  18. Alberto Pizzarelli

    Question block .local (invalid) emails (spam issue)

    hello, You can block it from postfix rule in this way, add this into main.cf: echo "header_checks = regexp:/etc/postfix/header_checks" >> /etc/postfix/main.cf create a file called "header_checks", and insert this line: /^From:(.*)postmaster@3-it.local(.*)/ REJECT save this file...
Back
Top