commit: 4f08d7f499b8b425adcd9ac6b4453e644ee03fd2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Sun May 31 04:39:04 2020 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Sun May 31 04:46:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f08d7f4
net-mail/relay-ctrl: tweak storage permissions Closes: https://bugs.gentoo.org/224545 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> net-mail/relay-ctrl/relay-ctrl-3.1.1-r3.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/net-mail/relay-ctrl/relay-ctrl-3.1.1-r3.ebuild b/net-mail/relay-ctrl/relay-ctrl-3.1.1-r3.ebuild index 25383ad78d6..88c8668e862 100644 --- a/net-mail/relay-ctrl/relay-ctrl-3.1.1-r3.ebuild +++ b/net-mail/relay-ctrl/relay-ctrl-3.1.1-r3.ebuild @@ -46,7 +46,8 @@ src_install() { keepdir ${RELAYCTRL_BASE} ${RELAYCTRL_BASE}/${RELAYCTRL_STORAGE} fperms 700 ${RELAYCTRL_BASE} - fperms 1777 ${RELAYCTRL_BASE}/${RELAYCTRL_STORAGE} + # perm 777 is intentional, see http://untroubled.org/relay-ctrl/ + fperms 777 ${RELAYCTRL_BASE}/${RELAYCTRL_STORAGE} dodir ${RELAYCTRL_CONFDIR} @@ -70,4 +71,7 @@ pkg_postinst() { fi elog "Please see the instructions in /usr/share/doc/${PF}/README" elog "for setup instructions with Courier-IMAP and Qmail" + + einfo "Ensure that the relay-ctrl-age cronjob is running" + einfo "otherwise your system may accumulate old relay entries." }
