mirror of
https://lab.it.hs-hannover.de/misc/postfix-stats.git
synced 2024-12-03 18:48:20 +01:00
8 lines
153 B
Bash
Executable File
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"
|