Date: Tue, 26 Nov 2019 01:52:57 +0000 (UTC) From: Larry Rosenman <ler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518440 - in head/mail/dovecot: . files Message-ID: <201911260152.xAQ1qvIC002128@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ler Date: Tue Nov 26 01:52:57 2019 New Revision: 518440 URL: https://svnweb.freebsd.org/changeset/ports/518440 Log: mail/dovecot: include mention of security.bsd.hardlink_check_{g,u}id in pkg-message. PR: 242223 Submitted by: tphilipp@potion-studios.com Modified: head/mail/dovecot/Makefile head/mail/dovecot/files/pkg-message.in Modified: head/mail/dovecot/Makefile ============================================================================== --- head/mail/dovecot/Makefile Tue Nov 26 01:01:18 2019 (r518439) +++ head/mail/dovecot/Makefile Tue Nov 26 01:52:57 2019 (r518440) @@ -9,7 +9,7 @@ PORTNAME= dovecot PORTVERSION= 2.3.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= https://dovecot.org/releases/2.3/ Modified: head/mail/dovecot/files/pkg-message.in ============================================================================== --- head/mail/dovecot/files/pkg-message.in Tue Nov 26 01:01:18 2019 (r518439) +++ head/mail/dovecot/files/pkg-message.in Tue Nov 26 01:52:57 2019 (r518440) @@ -20,6 +20,10 @@ security.bsd.see_other_uids or .see_other_gids sysctls to 0 if Dovecot is storing mail for multiple concurrent users (PR 218392). + Similarly, setting sysctls security.bsd.hardlink_check_uid or + security.bsd.hardlink_check_gid to 1 might result in non-working + mailboxes, depending on what mailbox locking mechanism is used + (PR 242223). If you want to be able to search within attachments using the decode2text plugin, you'll need to install textproc/catdoc, and
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911260152.xAQ1qvIC002128>