• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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. Linulex

    Issue How to make log send email for check spam send via smtp or php script ?

    There is a link to the forum in plesk under "tools & settings" --> "Assistance and Troubleshooting" There is also a link to support in plesk under "tools & settings" --> "Assistance and Troubleshooting" This means that the forum is an the official channels that plesk uses to give "Assistance...
  2. Linulex

    Issue How to make log send email for check spam send via smtp or php script ?

    as said in the script. it is not run, it is the same kind of script as in the plesk support link you gave. BUT: it doenst work, just like the script in the plesk support link you gave doesn't work anymore. just like i said in my very first post. regards Jan
  3. Linulex

    Issue How to make log send email for check spam send via smtp or php script ?

    I notice i have an extra header in the mail. This header is always there: with and without the script, so this is not added by the script X-PHP-Originating-Script: 10001:mailvb.php 10001 = the UID of the system user, so it is impossible that this was added by php or the website. If this...
  4. Linulex

    Issue How to make log send email for check spam send via smtp or php script ?

    yes The name of the log file must be the same name as used in the script and have 0666 permission so its writable. I leave it permanent so i dont place the log in /var/tmp, but in /var/log. the natural habitat of log files. Same principle as used in the support post, they use # touch...
  5. Linulex

    Issue How to make log send email for check spam send via smtp or php script ?

    Not true. This support artikel is not working anymore after the update to plesk 17.8.11, atleast not on centos 7. I have been testing with this and another script i use the last few days now and the log stays empty. I was going to open a new post about it, but posting here is just as good. The...
  6. Linulex

    Input dovecot config errors

    ah, missed that one, thank you.
  7. Linulex

    Input dovecot config errors

    To plesk developers plesk 17.8.11 mu 17 centos 7.latest I have the following in my maillog Aug 21 10:36:16 kvmtest244 dovecot: config: Warning: Obsolete setting in /etc/dovecot/conf.d/11-plesk-security-ssl.conf:2: ssl_protocols has been replaced by ssl_min_protocol Aug 21 10:36:16 kvmtest244...
  8. Linulex

    Issue Web server configuration error

    you install this via Tools & settings --> Updates upgrades or the plesk-installer you start via the commandline
  9. Linulex

    Resolved Roundcube stopped sending mails

    try playing around with the values, localhost 25, localhost 587, etc... regards Jan
  10. Linulex

    Issue Web server configuration error

    Try installing the "Webserver Configurations Troubleshooter" extention and check the configuration with that. regards jan
  11. Linulex

    Resolved Roundcube stopped sending mails

    these changes worked for me: - remove and re-install roundcube - change /usr/share/psa-roundcube/config/default.inc.php $config['smtp_server'] = 'tls://localhost'; $config['smtp_port'] = 587; $config['smtp_auth_type'] = ''; make sure submission port 587 is enabled. hope this helps regards Jan
  12. Linulex

    Input lets encrypt wildcard not working via panel.ini

    Hello, I have found that when i add acme-directory-url = "https://acme-v02.api.letsencrypt.org/directory" acme-protocol-version = "acme-v02" to /usr/local/psa/admin/conf/panel.ini as descibed in Is it possible to use Let's Encrypt for wildcard certificates? it does nothing. I does work...
  13. Linulex

    Issue autoresponder creates heavy load

    Hello, We upgraded about 15 server to plesk 17.8.11 this weekend and we now see on all that the autoresponder creates a very heavy load. The overall server load jumps from 3 to 14 (or more). 31001 popuser 99.9 % /usr/local/psa/handlers/hooks/autoresponder responder opawai@ ... 9249...
  14. Linulex

    Issue Issue with DKIM fail (bad signature)

    We don't have experience with this particular problem, but i can give some general advise: - as i understand it, dns is done external, not by the plesk server 1) disable everything not done by plesk, if dns is done external: disable the plesk one. All needed dns records needs to be added to...
  15. Linulex

    Important Skins and Color Schemes

    Its been 2 months and 17.8 is stable now, any news on this yet? Our clients are starting to ask for the upgrade but we too don't want to push a new interface-look onto them. regards Jan
  16. Linulex

    Resolved Magicspam extension missing in Extension catalog but installed

    must be: you can use this extension "ONLY" on Preview 17.9 and higher, there is no version for the current plesk versions. Installing it on a lower version, that gives the error: We are not plesk beta testers, we only use stable plesk versions. Preview versions don't need spam add-on because...
  17. Linulex

    Resolved Magicspam extension missing in Extension catalog but installed

    Platform Linux Plesk Version 17.9.0 and up as far as i know plesk 17.8.11 is the latest stable version. Regards Jan
  18. Linulex

    Force update of domain php.ini files

    I know this is an old thread, but its still not fixed bij plesk. The method i use is to replace it in all php.ini files and then restart the webserver: find /var/www/vhosts/system/ -name 'php.ini' -type f | xargs perl -pi -e 's/$StringToFind/$StringToReplace/g' regards Jan
  19. Linulex

    Question How do i find outgoing website uid when using nginx?

    hi @Aleksandr Dunaev Thank you, ill give that a try. regards Jan
  20. Linulex

    Question How do i find outgoing website uid when using nginx?

    Hello all, I have a server that is blacklisted because a website makes connection with a bot. I want stop this offcourse, but i need to find wich website it is. It use to be as simple as login outgoing connections and the uid would show up in the log after a while. iptables -I OUTPUT 1 -p tcp...
Back
Top