I noticed that this runs daily in the cron, it seems to remove the directory /var/spool/sogo every day, and if sogo ever needs to be restarted it baulks and says no /var/spool/sogo directory and we have to create it.... is it normal for this directory to be removed?
contents of sogo-tmpwatch:
#!/bin/sh

SOGOSPOOL=/var/spool/sogo

/usr/sbin/tmpwatch 24 "$SOGOSPOOL"
find "$SOGOSPOOL" -type d -empty -exec /bin/rmdir -p {} \; 2> /dev/null


cheers,

Ryan

--
Ryan Evans
Systems Administrator
Gulf Interstate Engineering Company
16010 Barkers Point Lane, Suite 600
Houston, Texas 77079-9000 USA
Office: 713-850-3604
Cell: 281-413-2900


--------------------------------------------------------------------------------
Privileged, Proprietary and/or Confidential Information may be contained in
this electronic message.  If you are not the intended recipient, you should
not copy it, re-transmit it, use it or disclose its contents, but should
kindly return to the sender immediately and delete your copy from your system.
Gulf Interstate Engineering Company does not accept responsibility for
changes made to this electronic message or its attachments.
--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to