Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/techsneeze/dmarcts-report-parser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Pearce <sean@smpita.com>2019-01-04 00:21:42 +0300
committerSean Pearce <sean@smpita.com>2019-01-04 00:21:42 +0300
commitf6fea74322666cf5790b43ea09515a7a3e609f31 (patch)
tree0b80d5d9af5f126cbd95824c34219d3ada388165
parent79a51773b7a0caa1c978028c7622e806b29255e4 (diff)
Example configuration of custom db port
-rw-r--r--dmarcts-report-parser.conf.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/dmarcts-report-parser.conf.sample b/dmarcts-report-parser.conf.sample
index 82266fd..6725653 100644
--- a/dmarcts-report-parser.conf.sample
+++ b/dmarcts-report-parser.conf.sample
@@ -12,6 +12,7 @@ $dbname = 'dmarc';
$dbuser = 'dmarc';
$dbpass = 'xxx';
$dbhost = ''; # Set the hostname if we can't connect to the local socket.
+$dbport = '3306';
$imapserver = 'mail.example.com:143';
$imapuser = 'dmarcreports';