diff options
author | wes <wes@FreeBSD.org> | 2004-12-24 03:26:28 +0800 |
---|---|---|
committer | wes <wes@FreeBSD.org> | 2004-12-24 03:26:28 +0800 |
commit | 4f8e1bb95c79bde02a660d864a1a0d4b24c7fa50 (patch) | |
tree | 507f4a36850030a41822f3ec6c324924ce636c2f /mail/mimedefang/pkg-install | |
parent | 36729778b84f114889ed2a406ea53be222aa1374 (diff) | |
download | freebsd-ports-gnome-4f8e1bb95c79bde02a660d864a1a0d4b24c7fa50.tar.gz freebsd-ports-gnome-4f8e1bb95c79bde02a660d864a1a0d4b24c7fa50.tar.zst freebsd-ports-gnome-4f8e1bb95c79bde02a660d864a1a0d4b24c7fa50.zip |
Make the MIMEDefang spool directory group-searchable so associated
virus scanners can be run as different users.
Submitted by: "Rob MacGregor" <freebsd.macgregor@blueyonder.co.uk>
Diffstat (limited to 'mail/mimedefang/pkg-install')
-rw-r--r-- | mail/mimedefang/pkg-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mimedefang/pkg-install b/mail/mimedefang/pkg-install index 3e3a74824db9..cba9d7b6800e 100644 --- a/mail/mimedefang/pkg-install +++ b/mail/mimedefang/pkg-install @@ -15,7 +15,7 @@ POST-INSTALL) if [ ! -d ${SPOOLDIR} ]; then mkdir -p ${SPOOLDIR} chown ${MAILUSER}:${MAILUSER} ${SPOOLDIR} - chmod 700 ${SPOOLDIR} + chmod 710 ${SPOOLDIR} fi if [ ! -d ${QUARANTINEDIR} ]; then mkdir -p ${QUARANTINEDIR} |