Hylafax comes with (2) two programs that need to be run periodically on the SME server: faxqclean and faxcron.
Periodic Maintenance:
0 * * * * /usr/local/sbin/faxqclean
25 23 * * * /usr/local/sbin/faxcron | mail faxuser
Adding crontab to the SME Server:
# pico -w /etc/e-smith/templates-custom/etc/crontab/clean
add your cron entries:
0 * * * * /usr/local/sbin/faxqclean
25 23 * * * /usr/local/sbin/faxcron | mail faxuser
Save your file
Enter these commands to check:
# /sbin/e-smith/expand-template etc/crontab
# more /etc/crontab - just to verify your new entry is there, then
reboot your server and check using this command:
# more /etc/crontab
If someone knows of a better way to do this, please let all of us know so we can move this project foward. Again, thanks to all of you that have helped to make this work.
Carl