• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Recent content by bigfrog

  1. B

    After update to 11.0.9 our mails are classified as spam

    Hi Daniel 1. We dont use spf. From the gmail header: Received-spf: neutral 2. What do you mean, we have >10 domains that use email. Or do you refer to the hostname of the server? like this: Received: from h1980300.stratoserver.net (h1980300.stratoserver.net. [85.214.200.27]) 3. without...
  2. B

    After update to 11.0.9 our mails are classified as spam

    Hello, after the update to 11.0.9 from 10.4 mails from or server are classified as spam by Google and others. I have no idea, but it's exactly after the update that this happens. This applies to all our mail users, not only some of them. Must be something on our server. Google reports: "It's...
  3. B

    Upgrade to 10.4.4 - check-quota filter errors

    Hi, same problem here, after update to 10.4.4 I find in my logs postalias running on nonexisting mailadresses. External adresses as well as nonextisting users of local domains. Mar 5 16:14:49 h1980300 check-quota filter[10641]: Failed to run '/usr/sbin/postalias -q [email protected]...
  4. B

    postfix email problem / 10027: Connection timed out

    well then check the OUTPUT chain also and check with iptables -L -n -v if the rules got triggered
  5. B

    postfix email problem / 10027: Connection timed out

    Hi, it's better to see whats really happening with your firewall config. So do a iptables -L -n -v on the console to have a list of your rules, and especially the order of the rules. If you now add the localhost rule on top: /sbin/iptables -I INPUT -s 127.0.0.1 -j ACCEPT /sbin/iptables -I...
  6. B

    postfix email problem / 10027: Connection timed out

    ok, got the solution In case somebody runs into the same problem, I found the error. It was a problem in the firewall config, or in the way postfix connects to that port 10027. My iptables config reads like this: ... /sbin/iptables -A INPUT -s 127.0.0.1 -j ACCEPT ... by examining...
  7. B

    postfix email problem / 10027: Connection timed out

    additional info thought I'd post some more info netstat -atnp tcp 0 0 127.0.0.1:10025 0.0.0.0:* LISTEN 1647/master tcp 0 0 127.0.0.1:10026 0.0.0.0:* LISTEN 1647/master tcp 0 0 127.0.0.1:10027...
  8. B

    postfix email problem / 10027: Connection timed out

    Hi, I use Plesk 10.1.1 on ubuntu 10.04.2 LTS 64Bit, a strato dedicated server. We have an email problem, emails from forms of the websites on the servers don't go out, AND redirection does not work. "Normal" mail from real-person accounts leave and come in fine, but redirection does not...
Back
Top