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.
7 lines
310 B
Bash
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
|