mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
* 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
13 lines
562 B
Python
13 lines
562 B
Python
--- spf_engine/policydspfsupp.py.orig 2022-12-17 04:55:15 UTC
|
|
+++ spf_engine/policydspfsupp.py
|
|
@@ -49,8 +49,8 @@ defaultConfigData = {
|
|
'Mock' : False,
|
|
'Queue_ID' : True,
|
|
# For milter front end
|
|
- 'Socket': 'local:/run/pyspf-milter/pyspf-milter.sock',
|
|
- 'PidFile': '/run/pyspf-milter/pyspf-milter.pid',
|
|
+ 'Socket': 'local:/var/run/pyspf-milter/pyspf-milter.sock',
|
|
+ 'PidFile': '/var/run/pyspf-milter/pyspf-milter.pid',
|
|
'UserID': 'pyspf-milter',
|
|
'UMask': 7,
|
|
'InternalHosts': ['127.0.0.1'],
|