diff --git a/Bundler/sogo.xml b/Bundler/sogo.xml new file mode 100644 index 0000000..38aed58 --- /dev/null +++ b/Bundler/sogo.xml @@ -0,0 +1,8 @@ + + + + + diff --git a/Cfg/etc/cron.daily/sogo/info.xml b/Cfg/etc/cron.daily/sogo/info.xml new file mode 100644 index 0000000..a0b21f3 --- /dev/null +++ b/Cfg/etc/cron.daily/sogo/info.xml @@ -0,0 +1,3 @@ + + + diff --git a/Cfg/etc/cron.daily/sogo/sogo b/Cfg/etc/cron.daily/sogo/sogo new file mode 100755 index 0000000..32a8923 --- /dev/null +++ b/Cfg/etc/cron.daily/sogo/sogo @@ -0,0 +1,8 @@ +#!/bin/sh + +SOGOSPOOL=/var/spool/sogo + +/usr/sbin/tmpreaper 48 "$SOGOSPOOL" +# L'option -depth permet que find commence par en bas +# et donc ne descend pas après dans les répertoires qu'il supprime avant +find "$SOGOSPOOL" -mindepth 1 -depth -type d -empty -exec /bin/rmdir {} \; diff --git a/Rules/sogo.xml b/Rules/sogo.xml new file mode 100644 index 0000000..f90917c --- /dev/null +++ b/Rules/sogo.xml @@ -0,0 +1,3 @@ + + +