postfix-stats/settings.sh

8 lines
159 B
Bash
Executable File

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