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

  1. T

    cron.daily/asl failing with "/usr/bin/find: invalid argument `+' to `-ctime'"

    Issue should be fixed in the meanwhile: the /etc/asl/config file (which is updated by cron every night) now contains the PURGE_LOGS variable: PURGE_LOGS="no" So even without any workaround all should go fine again for now.
  2. T

    cron.daily/asl failing with "/usr/bin/find: invalid argument `+' to `-ctime'"

    Since the /etc/asl/config file is reset every night (by the /etc/cron.hourly/asl cron), the workarounds above doesn't work. While waiting for a permanent fix, you can add if [ -z "$PURGE_LOGS" ]; then PURGE_LOGS="no" fi before the Purge Log section (line 78) in /etc/cron.daily/asl.
  3. T

    cron.daily/asl failing with "/usr/bin/find: invalid argument `+' to `-ctime'"

    Same story here. Error occurs in the following part of /etc/cron.daily/asl due to the missing $PURGE_LOGS variable in /etc/asl/config (which was updated last night): # Purge Logs if [[ "$PURGE_LOGS" != "no" ]]; then DAYS=$PURGE_LOGS # Alerts /usr/bin/find...
  4. T

    Issue SMTP error while using NAT address

    Are you sure this will work for a NAT address? Which "src" address should be mentioned in that case: the internal address (10.XXX.YYY.ZZZ) or the public one (EEE.FFFF.GGG.HHH)? At this moment, an "ip route" command only has details about the primary IP address (AAA.BBB.CCC.DDD) which I want to...
  5. T

    Issue SMTP error while using NAT address

    I recently started using a floating IP address for my droplet at Digital Ocean, following the instructions at Default Plesk page is shown for a domain assigned on a floating IP address from DigitalOcean. However, after changing subscriptions to the new floating IP (which works fine for the...
Back
Top