FRLinux
User
 Fresh Boarder
| Posts: 2 |   | Karma: 0
|
Issue on Debian - 2008/04/25 13:43
Hello, I have been using a Debian stable as a server for mail. Currently on postfix with mailscanner, clamd and spamassassin. I seem to have a problem in the graphs. Here is my stats page : http://stats.frlinux.net/vispan/
Right now, it doesn't seem to see that clam is installed and I am wondering why no graphs apart from system load are actually working.
Could anyone point me in the right direction? I have searched a lot for vispan and postfix but it doesn't seem to be really documented.
Here's a diff of my configuration versus the packaged one :
| Code: |
diff /etc/Vispan.conf Vispan-3.0.0/Vispan.conf
41c41
< UseAccess = 0
---
> UseAccess = 1
56c56
< UseRBL = 0
---
> UseRBL = 1
100c100
< LogFile = /var/log/mail.log
---
> LogFile = /var/log/maillog
104c104
< Queue_Dirs = /var/spool/postfix/hold
---
> Queue_Dirs = /var/spool/mqueue1
108c108
< WhiteList = 192.168.1.1/24
---
> WhiteList = 192.168.0.1 192.168.0.2
118c118
< HTMLDir = /home/frlinux/virtual/stats.frlinux.net/vispan
---
> HTMLDir = /var/www/html/vispan
142c142
< SMLogString = postfix/smtpd
---
> SMLogString = sendmail
148c148
< UseGeoIP = 1
---
> UseGeoIP = 0
152c152
< HighScore = 3.0
---
> HighScore = 9.0
177c177
< Scanner = clamd mailscanner
---
> Scanner = clamav mailscanner
|
Any help welcome. Thanks!
|