mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 17:20:29 -04:00
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
10 lines
343 B
Text
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
|