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

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 external@maildomain.de...
  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