• 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. M

    Howto block mail from specific address.

    I had similar problem with blocking specific email. In the end, I've ended up setting up postfix like this: http://www.cyberciti.biz/faq/howto-blacklist-reject-sender-email-address/ (just follow first part (with postfix), ignore spamassassin part at the end)
  2. M

    Python Permissions to Write Files in another web space on same server

    Well, good luck! Update thread later if you find the solution, I'm curious.
  3. M

    Python Permissions to Write Files in another web space on same server

    Script should write something in the error.log file in case of a permission/open_basedir problem. If error log is empty then you need to check your application, debug it more futher. Stupid question but, do you have under hosting settings under domain2 Python support enabled? Are you running...
  4. M

    Python Permissions to Write Files in another web space on same server

    It failes because you don't have permission there, thus you will need to configure open_basedir in order for this to work. In Control panel of domain, click on the domain name -> PHP Settings -> set open_basedir (path to this domain2.com images folder) It should work.
  5. M

    DDOS or hihg CPU load dedicated centos linux server

    You should contact your system administrator to check this more futher (this needs additional troubleshooting and high CPU is something that is not easy to find, where the problem is). You have to check additional logs like apache/nginx/mysql, check mysql with command "SHOW PROCESSLIST;" when...
  6. M

    Email forwarding is not working

    Did you actually receive the email, since it's saying "sent" ? (check spam folder as well) Did you receive bounce email and error message why email was not sent? Try to correct the following problems:
  7. M

    Contribution How to install (D)DoS Deflate and APF (Advanced Policy Firewall) to block bad IPs

    Hi there, thank you. I've updated my first post and I added modified add_banned_ip_in_subject.txt. "How to do it" is explained as well in the file. Since there is a limit of 10k characters, I'm posting here changes. Changes - nothing special, I just added few lines to have banned IP...
  8. M

    Contribution How to install (D)DoS Deflate and APF (Advanced Policy Firewall) to block bad IPs

    Hello. You could probably find tutorials using google, but here it is, at one place. Before few days I had problems with one of the servers I administrate and situation on the server was as follows: - totally slow network, websites loading was 10-20sec (30) - at first I though, ok, slow...
  9. M

    ProFTPD problem with resuming upload/download

    Hi. There are few topics with this subject, however I didn't find solution. According to proftpd documentation, for resuming uploads/downloads, following directives are used: AllowStoreRestart (http://www.proftpd.org/docs/directives/linked/config_ref_AllowStoreRestart.html)...
  10. M

    phpMyAdmin issue

    I've the same problem in plesk 11.5. Although I've tried to replaced mentioned session file, I get new message while trying to access phpmyadmin:
  11. M

    How to create subdomain email accounts ?

    You can add it as new subscription or simply add it in your control panel as new domain. Click on "Add New Domain" and add subdomain as "yoursubdomainname.something.TLD" and it will work like new subscription.
  12. M

    502 Bad Gateway when saving settings in subscription

    Hello. I had random bad gateways and other NGINX errors, but I've fixed that already with settings in nginx conf/plesk php.ini. for example I have set : in: # /usr/local/psa/admin/conf/php.ini (phpmyadmin workaround) In nginx.conf I have: and: # grep buffer...
  13. M

    Inctroducing incremental backup script - take a look

    Updated link to download and same archive added in attachments. Script working as well on Plesk 11.5.
  14. M

    hosting migration errors help please.

    I'm wondering the same. Sorry.
  15. M

    hosting migration errors help please.

    Regarding MySQL databases, two things: 1) information regarding passwords: some special character couldn't be converted during the migration, that's why migration manager will always generate new passwords (make sure you change credentials as well in your configuration files) 2) restore of the...
  16. M

    Scheduled Tasks don't run after update from 11.x to 11.5

    Have you tried to run command within server shell itself? You will see probably the error there, why it is not running.
  17. M

    how to increment postfix smtpd client connection count limit?

    It's planned, just vote here: https://plesk.uservoice.com/forums/184549-feature-suggestions/suggestions/3539690-limit-outgoing-mail-messages
  18. M

    Samba file server

    Little update. I've manage to figure it out how you can limit disk space on samba shared. So basically, when you're doing process of creating new samba share, you're selecting SYSTEM USER when creating new user right? That system user is FTP user of your subscription. After that being said...
  19. M

    Samba file server

    Have you checked logs in /var/log/samba/ ? Usually when this happen, problem is with access to the samba itself, so you need to add your IP/Network range within Plesk. I'm also interested in this.
  20. M

    Plesk Samba File Server (or something similar)

    I've successfully installed and configurated Samba and my client is already using it, I've also map it as network drive on windows and everything is working fine (creating folders/sync/deleting/uploading, etc.). Question: Has anyone installed/configurated some kind of gui with Plesk...
Back
Top