blob: 3b0e34477df8f6fd09d9f6a9abc48ed4f58d6b02 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- scripts/dkimproxy_in.conf.example.orig 2016-11-08 12:35:41 UTC
+++ scripts/dkimproxy_in.conf.example
@@ -1,5 +1,5 @@
# specify what address/port DKIMproxy should listen on
-listen 127.0.0.1:10025
+listen host.name:10025
# specify what address/port DKIMproxy forwards mail to
-relay 127.0.0.1:10026
+relay host.name:10026
|