summaryrefslogtreecommitdiff
blob: a24ab2f6226b6bbbb99c30273283502e446a6df6 (plain)
1
2
3
4
5
6
7
8
9
10
11
# specify what address/port DKIMproxy should listen on
listen    127.0.0.1:10025

# specify what address/port DKIMproxy forwards mail to
relay     127.0.0.1:10026

# performance tuning
min_servers 10
min_spare_servers 5
max_spare_servers 20
max_servers 50