This file is indexed.

/etc/squidtaild/squidtaild.conf is in squidtaild 2.1a6-6.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# squidtaild config file

# URL where squidtaild will reference it's files
url			http://some.somecomputer.somewhere/squidtaild
# Note the LACK of a trailing slash...

# File where violations are logged
htmldir		/my/directory/for/squidtaild/
# Note the trailing slash...

# Squid log file
squidlog		/var/log/squid/access.log

# Enable Incremental mode (yes/no)
incremental	yes	

# Truncate URL's (yes/no)
truncate_url yes

# Size of truncated url (characters)
url_length 50

# Status page refresh interval
# (in seconds)
refresh 60

# Lookup hostnames (yes/no)
dnslookups yes


#####################################################
#		MailReporting								#
#		Works only if sendmail is installed!!!!		#
#####################################################

# Enable mail reporting (yes/no)
mailreport 		yes	

# Mailstyle ("text" = plain asci, "html" = HTML style) 
mailstyle		html

# Sendmail Program
sendmail		/usr/sbin/sendmail

# Who should receive the reports
mailrecipient	somebody@somewhere.com	

#####################################################
#		Filter File Locations						#
#####################################################

# Possible Filter file
possible			/etc/squidtaild/filters/possible

# Probably Filter file
probable			/etc/squidtaild/filters/probable

# Definite Filter file
definite			/etc/squidtaild/filters/definite

# Excludes Filter file
excludes			/etc/squidtaild/filters/excludes

#####################################################
#		WinPopUps									#
# Works only if samba is installed					#
# and configured correctly!!!!						#
#####################################################

# Enable winpopups (yes/no)
winpopups		no	

# smbclient program
smbclient		/usr/bin/smbclient

# Send winpopups to users (yes/no)
winpopup_users	no	

# Users winpopup message
user_msg		You have violated our policy!

# Send winpopups to admin (yes/no)
winpopup_admin	no	

# Admin's winpopup message
admin_msg		A policy violation has just occurred!	

# Admin user's netbios name
admin_computer  admin_machine