1
0
mirror of https://lab.it.hs-hannover.de/misc/postfix-stats.git synced 2024-12-03 18:48:20 +01:00
postfix-stats/settings.sh

8 lines
153 B
Bash
Executable File

#!/bin/bash
### Configuration ###
LOGFILE="/var/log/mail.info"
DBFILE="/root/mailstats.db"
RRDFILE="/root/mailstats.rrd"
GRAPHDIR="/var/www/html/stats"