ports/mail/dkimproxy/files/extra-patch-scripts_dkimproxy__in.conf.example
Mathieu Arnold b3f6f195f5 Fix random build failure.
Because scripts/dkimproxy.out is patched, its timestamp may be after the
one of scripts/dkimproxy_out.8, forcing a rebuild of the man page.

- The Makefile are generated with autotools, and need gmake
- Fix some syntax error in dkimproxy.out's pod section.

While there, regenerate patches.

Reported by:	pkg-fallout
Sponsored by:	Absolight
2016-11-08 12:44:09 +00:00

10 lines
343 B
Text

--- 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