• 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

    Postfix sending spam

    Nice to hear that you've found it. Usual problem on my servers as well hehe :)
  2. M

    Postfix sending spam

    What is the output of command: # mailq (if it's hude, put it in .txt file - it doesn't have to be full mailq log). Can you also post your main.cf file?
  3. M

    can Plesk do this? (is it "safe" to move from cPanel to Plesk?)

    As mentioned, Plesk have subscriptions - normal user under cPanel doesn't have that. Lets have 3 domains for example: 1) domain1.com and domain2.com 2) domain3.com If two domains are under same subscription, first one you add is basically MAIN domain as mentioned already and second one...
  4. M

    Contribution PHP Panda! Multi-PHP installer for Plesk

    Any plans for the future to support this on Debian?
  5. M

    Resolved Juggernaut Security and Firewall Plesk Addon

    CSF guys made the same thing for cPanel and if you're running cPanel, you can install CSF (http://configserver.com/cp/csf.html) for free. However you've customized it a bit to make it functional with Plesk, but you're charging it?
  6. M

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

    Well, CSF is far better solution then this one to be honest, I'm using CSF on our cPanel servers. Anyway, I've tested this on our server running Debian 7 and I can't reproduce the above (your) errors. What version are you using?
  7. M

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

    I'm currently on vacation, but I'll check this out, but no, this is not normal. I will check what exactly is on this lines - restart was succesful, not sure though about this 'let' and what kind of directory need to be created/does not exists.
  8. M

    Use SSL-Cert for Panel: "Main"-IP has multiple customers on it...

    Since you already have SSL cert, there is no need for CSR, so I won't explain that part. Simply add cert in Home>Tools & Settings> SSL Certificates and make sure you choose both "Secure the Panel" and "Make Default for Websites" (also make sure you install intermediate/chain cert). Once you've...
  9. M

    How to install IMAP

    993 is IMAP SSL port.
  10. M

    Select PHP Version at customer service plan

    That is working by default assuming you have registered that additional PHP version you installed with Plesk. E.g. on one server I have default php 5.4. which came automatically with Plesk installation and PHP5.3. as additional one which I registered in plesk. By default all my service plans...
  11. M

    Help with optimise my MYSQL

    For start, you should decrese query_cache_limit = 4000M to something like 2-8MB, 3.9GB limit is way too high. MySQL is running only 3 hours, leave it at least 24-48h hours.
  12. M

    MySql usage morethen 700%

    For start, configure slow query logs to something like: log_slow_queries = /var/log/mysql/mysql-slow.log long_query_time = 30 If you have queries that run longer then 30sec, something is wrong. Check slow query log and try to fix all queries you can. After that, move query time to 15-20...
  13. M

    Need help exporting emails

    Agree. I've tested myself today as well and it says "creating folder XYZ" and then copying messages into folder XYZ fails with message - this folder doesn't exist. They've changed something/something has definitely changed, because I remember this was working just fine before one and two years...
  14. M

    Need help exporting emails

    Well, to run this: http://www.howtoforge.com/how-to-migrate-mailboxes-between-imap-servers-with-imapcopy you don't need access to any server, you just need two things: - terminal (and mentioned packages) - list of emails / passwords from both servers You can run that from your local machine...
  15. M

    Need help exporting emails

    If they are running Plesk as well and you have root access to current server where domain was, well...simply backup whole /var/qmail/mailnames/domain.com and give them this backup, they will restore and you have all emails - since it's plesk...they won't even have to touch permissions). If that...
  16. M

    Help with optimise my MYSQL

    For start, since you have a lot of RAM and you're missing query cache, increase query_cache_size to 4GB and set query_cache_limit to 4MB. Next, set (table_open_cache is basically table_cache, it's just table_cache is deprecaded, so you don't get confused) table_definition_cache =...
  17. M

    MySql usage morethen 700%

    Your MySQL need more optimization. What is running during this high CPU load, can you login next time into mysql and check output of command: mysql -> SHOW PROCESSLIST; In addition, you've configured way too many threads, just check the warning Please run Tuning Primer...
  18. M

    Monitor Email queue

    I don't know how to get notified on the Mobile Plesk Server Monitor, but I've created a simple script on our server that checks email queue, if number exceed XX number, I get email about the same. Please note that you will get email only if email queue exceed XX number, otherwise you won't...
  19. M

    Howto block mail from specific address.

    Hello. You could give such example in first reply, because I can see finally what you really want. I've no idea if this is possible nor how to do it.
  20. M

    Howto block mail from specific address.

    You want to block both IMAP(POP)/SMTP for specific email account and the rest of the email accounts under domain name and server should work normally? If this is not what you though, please give more details about the same. If this is the case: to be honest I don't know, I never had same...
Back
Top