Skip to main content

How to stop these checkdbs cron emails?

Comments

2 comments

  • cPanelMichael
    Hello @WebHostPro, 1. You should be able to silence those notifications by editing the following line in /etc/cron.d/mailman: 0 8 * * * mailman /usr/local/cpanel/scripts/restartsrv_mailman --status &> /dev/null && /usr/bin/python -S /usr/local/cpanel/3rdparty/mailman/cron/checkdbs
    To: 0 8 * * * mailman /usr/local/cpanel/scripts/restartsrv_mailman --status &> /dev/null && /usr/bin/python -S /usr/local/cpanel/3rdparty/mailman/cron/checkdbs &> /dev/null
    2. Feel free to submit a
    0
  • WebHostPro
    Awesome, that will do it, thanks!
    0

Please sign in to leave a comment.