mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 02:05:16 +03:00
22 lines
868 B
Diff
22 lines
868 B
Diff
diff --git a/data/postsrsd.conf.in b/data/postsrsd.conf.in
|
|
index fd3ecba..f93d478 100644
|
|
--- a/data/postsrsd.conf.in
|
|
+++ b/data/postsrsd.conf.in
|
|
@@ -44,7 +44,7 @@ domains = {}
|
|
# socketmap = unix:/var/spool/postfix/srs
|
|
# socketmap = inet:localhost:10003
|
|
#
|
|
-socketmap = unix:/var/spool/postfix/srs
|
|
+socketmap = inet:localhost:10003
|
|
|
|
# Socketmap connection keep-alive timeout.
|
|
# After PostSRSd has served a socketmap request, it will keep the connection
|
|
@@ -112,7 +112,7 @@ original-envelope = embedded
|
|
# Example:
|
|
# secrets-file = "@CMAKE_INSTALL_FULL_SYSCONFDIR@/@PROJECT_NAME@.secret"
|
|
#
|
|
-secrets-file = "@CMAKE_INSTALL_FULL_SYSCONFDIR@/@PROJECT_NAME@.secret"
|
|
+secrets-file = "@CMAKE_INSTALL_FULL_SYSCONFDIR@/@PROJECT_NAME@/@PROJECT_NAME@.secret"
|
|
|
|
# SRS tag separator
|
|
# This is the character following the initial SRS0 or SRS1 tag of a generated
|