diff options
| author | Ulrich Müller <ulm@gentoo.org> | 2026-06-02 16:29:18 +0200 |
|---|---|---|
| committer | Ulrich Müller <ulm@gentoo.org> | 2026-06-02 16:38:22 +0200 |
| commit | 25f37dde331364e88fbe4872f2001d38585e0c96 (patch) | |
| tree | ddbb54a09524d9a9cab755eaad70a2bdd271af8e /mail-filter | |
| parent | aa984cc154bc7e1e4511a4a6588727227e6fc652 (diff) | |
mail-filter/postsrsd: Update README.gentoo
Recommend a more specific name for the socket dir.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'mail-filter')
| -rw-r--r-- | mail-filter/postsrsd/postsrsd-2.0.11-r6.ebuild (renamed from mail-filter/postsrsd/postsrsd-2.0.11-r5.ebuild) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail-filter/postsrsd/postsrsd-2.0.11-r5.ebuild b/mail-filter/postsrsd/postsrsd-2.0.11-r6.ebuild index 823a73f08485..6684566b176d 100644 --- a/mail-filter/postsrsd/postsrsd-2.0.11-r5.ebuild +++ b/mail-filter/postsrsd/postsrsd-2.0.11-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -88,9 +88,9 @@ src_install() { \n\nSince postsrsd will create its socket with file mode 0666, it is recommended to place it in a directory with restricted permissions, for example: - \n\n\t# mkdir /var/spool/postfix/sock - \n\t# chown root:postfix /var/spool/postfix/sock - \n\t# chmod 0770 /var/spool/postfix/sock + \n\n\t# mkdir /var/spool/postfix/postsrsd + \n\t# chown root:postfix /var/spool/postfix/postsrsd + \n\t# chmod 0770 /var/spool/postfix/postsrsd \n\nand adjust \"{sender,recipient}_canonical_maps\" in main.cf as well as \"socketmap\" in postsrsd.conf accordingly. \n\nSee README.rst and the comments in postsrsd.conf for more detailed @@ -112,6 +112,6 @@ pkg_postinst() { eend $? "Installing ${f} failed" fi - ver_replacing -lt 2.0.11-r5 && local FORCE_PRINT_ELOG=1 + ver_replacing -lt 2.0.11-r6 && local FORCE_PRINT_ELOG=1 readme.gentoo_print_elog } |
