[Bug 273787] mail/postsrsd: 2.0.8 fails to start
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 273787] postsrsd 2.0.8 fails to start"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 15 Sep 2023 07:14:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273787
--- Comment #1 from Krzysztof <ports@bsdserwis.com> ---
I've checked rc.d/postsrsd script. I remove (by mistake):
: ${postsrsd_secret="/usr/local/etc/postsrsd.secret"}
(I've checked it by executing as root:
sh -x /usr/local/etc/rc.d/postsrsd onestart
)
So you have to define in /etc/rc.conf variable:
postsrsd_secret="/usr/local/etc/postsrsd.secret"
(or another file - as you have configured now)
Yes, I will make simple patch to modify rc script.
Greetings,
--
You are receiving this mail because:
You are the assignee for the bug.