freebsd-ports/www/sogo3/files/cron-expire-autoreply.sample
Jose Alonso Cardenas Marquez 8a6804ce12 - New port: www/sogo3
SOGo is a fully supported and trusted groupware server with a focus on
scalability and open standards. It provides a rich AJAX-based Web
interface and supports multiple native clients through the use of
standard protocols such as CalDAV, CardDAV and GroupDAV.
2016-03-30 18:27:28 +00:00

7 lines
310 B
Bash

#!/bin/sh
TZ=Europe/London; export TZ
PATH=$PATH:/usr/local/GNUstep/System/Tools; export PATH
. /usr/local/GNUstep/System/Library/Makefiles/GNUstep.sh
/usr/local/GNUstep/Local/Tools/Admin/sogo-tool expire-autoreply -p /usr/local/etc/sogo/expire-autoreply.creds > /var/log/sogo/cron-expire-autoreply.out 2>&1