diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-09-23 17:52:03 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-09-23 17:52:03 +0000 |
commit | 8418508084920008dfb3eb9401a24a230cf1b606 (patch) | |
tree | c70cf6972534e6860c3680d4ebd368f8c8fef285 /mail/postfix27/files | |
parent | 0717b5c204a78cbe1b3f86b20b7d3510385a9ba4 (diff) | |
download | FreeBSD-ports-8418508084920008dfb3eb9401a24a230cf1b606.zip FreeBSD-ports-8418508084920008dfb3eb9401a24a230cf1b606.tar.gz |
Install install.cf to ensure spool is created with correct permissions
Bump PORTREVISION
PR: 30751
Submitted by: Yen-Ming Lee
Diffstat (limited to 'mail/postfix27/files')
-rw-r--r-- | mail/postfix27/files/install.cf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/postfix27/files/install.cf b/mail/postfix27/files/install.cf new file mode 100644 index 0000000..5b70ac6 --- /dev/null +++ b/mail/postfix27/files/install.cf @@ -0,0 +1,11 @@ +# $FreeBSD$ +sendmail_path=/usr/sbin/sendmail +newaliases_path=/usr/bin/newaliases +mailq_path=/usr/bin/mailq +setgid=maildrop +manpages=!!PREFIX!!/man +sendmail_path=/usr/sbin/sendmail +newaliases_path=/usr/bin/newaliases +mailq_path=/usr/bin/mailq +setgid=maildrop +manpages=!!PREFIX!!/man |