This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Daily Spam Report

Is there anyway on setting the delivery time of daily Spam Report. Or can we make this twice per day?


This thread was automatically locked due to age.
Parents
  • congratulations you must be the 100th person to ask for this facility, but astaro don't listen. Check out the other threads on the subject including mine entitled enhancement request.
  • I see many posts on that matter. An unsupported way to achieve this is to create a cron job with the following command:  /usr/bin/chroot /var/chroot-cffd digest

    ----------------------------------------------------------------------------------------
    mini how-to in order to activate daily spam report every day at 01:00 (default) and 18:30:
    ----------------------------------------------------------------------------------------
    -Connect to astaro using ssh with loginuser account
    -grant root permissions by issuing the command 'su' into the system
    -issue the command crontab -e
    -press insert key
    -type 30 18 * * * /usr/bin/chroot /var/chroot-cffd digest
    -press esc key
    -type :wq (don't forget the : symbol before the wq)

    for more details about cron, check crontab man page.
Reply
  • I see many posts on that matter. An unsupported way to achieve this is to create a cron job with the following command:  /usr/bin/chroot /var/chroot-cffd digest

    ----------------------------------------------------------------------------------------
    mini how-to in order to activate daily spam report every day at 01:00 (default) and 18:30:
    ----------------------------------------------------------------------------------------
    -Connect to astaro using ssh with loginuser account
    -grant root permissions by issuing the command 'su' into the system
    -issue the command crontab -e
    -press insert key
    -type 30 18 * * * /usr/bin/chroot /var/chroot-cffd digest
    -press esc key
    -type :wq (don't forget the : symbol before the wq)

    for more details about cron, check crontab man page.
Children
No Data