• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Recent content by Evan F

  1. E

    Postfix Forward Through Relayhost

    I've given up on trying to filter mail through my own server, so I'm running everything in and out through Logicnow Max Mail. Each domain in Max Mail is given it's own outbound smtp relay, which I have configured in postfix via sender_dependent_relayhost_maps for each respective domain. This...
  2. E

    Spamassassin: Increase max message size

    Great! Glad to see it worked for you!
  3. E

    Spamassassin: Increase max message size

    I haven't really put this through rigorous testing yet, but here is my very hacky attempt at modifying the max message size. mv /usr/bin/spamc /usr/bin/spamc-orig Create /usr/bin/spamc with this as the contents: #!/bin/sh ARGS=`echo $@ | sed "s/\-s\ 256000/\-s\ 1024000/g"`...
  4. E

    smtp_psa Gone

    I've got a CentOS 5.2 server running Plesk 9.0.1. Last night I did a 'yum update/upgrade' and now my smtp_psa and smtps_psa are both gone. I've heard to copy this from a working installation, but I dont have another box to pull from. Any help would be greatly appreciated. -Evan
Back
Top