1
0
mirror of https://lab.it.hs-hannover.de/misc/postfix-stats.git synced 2024-11-27 22:37:55 +01:00
postfix-stats/settings.sh

8 lines
159 B
Bash
Raw Normal View History

2018-05-03 19:58:08 +02:00
#!/bin/bash
### Configuration ###
LOGFILE="/var/log/mail.info"
DBFILE="/root/mailstats.db"
RRDFILE="/root/mailstats.rrd"
2018-05-04 15:20:04 +02:00
GRAPHDIR="/var/www/jpt.lu/mailstats"