ports/mail/py-spf-engine/files/patch-data_etc_pyspf-milter_pyspf-milter.conf
Yasuhiro Kimura f32e5a0b50 mail/py-spf-engine: Update to 3.0.3
* Since 3.0.0 spf-engine uses flit-core as build backend. So switch to
  use 'USE_PYTHON=pep517'.
* Add entry to UPDATING as default configuration file path of
  pyspf-milter has changed.

ChangeLog:	https://git.launchpad.net/spf-engine/tree/CHANGES?h=3.0.3
2023-02-27 10:45:15 +09:00

14 lines
549 B
Text

--- data/etc/pyspf-milter/pyspf-milter.conf.orig 2022-12-08 13:45:03 UTC
+++ data/etc/pyspf-milter/pyspf-milter.conf
@@ -12,9 +12,9 @@ TempError_Defer = False
skip_addresses = 127.0.0.0/8,::ffff:127.0.0.0/104,::1
# Milter specific options
-#Socket = local:/run/pyspf-milter/pyspf-milter.sock
+#Socket = local:/var/run/pyspf-milter/pyspf-milter.sock
Socket = inet:8893@localhost
-PidFile = /run/pyspf-milter/pyspf-milter.pid
+PidFile = /var/run/pyspf-milter/pyspf-milter.pid
UserID = pyspf-milter
InternalHosts = 127.0.0.1
#MacroListVerify =