Code

Updated POST handling for mail shared folders.
[gosa.git] / gosa-plugins / squid / README.squid
1 goQuota.pl - run this script via cron (each 5-10 min for example). It makes
2              cache file (quota.db) with traffic usage and user info from LDAP
4 goQuotaView.pl - read collected data from quota.db and print it to
5                  stdout in human readable format
7 Libraries needed
9 The goQuotaView.pl needs 
11 libtimedate-perl
14 goSquid.pl - connect this script to squid
15              redirect_program /usr/local/sbin/goSquid
17 goAgent.pl - one script to create home directories and mailboxes on
18              filesystem. run it via cron
19   
20 mkHash.pl  - create hash file for black list
22 At this time all scripts have no config file. Please, edit source to configure.
24 Igor Muratov <migor@altlinux.org>