diff options
author | wxs <wxs@FreeBSD.org> | 2010-01-22 13:27:24 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2010-01-22 13:27:24 +0800 |
commit | 0e1c88646776d68cd88392bc48ce938aede4b99f (patch) | |
tree | b8050debd2e771103f2215861816cc4b5b6a5988 /mail | |
parent | 986f0edde4233c2d8de8edffbe18a0f8ab971a87 (diff) | |
download | freebsd-ports-gnome-0e1c88646776d68cd88392bc48ce938aede4b99f.tar.gz freebsd-ports-gnome-0e1c88646776d68cd88392bc48ce938aede4b99f.tar.zst freebsd-ports-gnome-0e1c88646776d68cd88392bc48ce938aede4b99f.zip |
- Add a note about possibly needing to create /etc/periodic.conf if it
does not exist.
Approved by: Sahil Tandon <sahil@tandon.net> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix/files/pkg-message.in | 2 | ||||
-rw-r--r-- | mail/postfix26/files/pkg-message.in | 2 | ||||
-rw-r--r-- | mail/postfix27/files/pkg-message.in | 2 | ||||
-rw-r--r-- | mail/postfix28/files/pkg-message.in | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/mail/postfix/files/pkg-message.in b/mail/postfix/files/pkg-message.in index 5bd796f3d3b2..9b21a7f7a5ec 100644 --- a/mail/postfix/files/pkg-message.in +++ b/mail/postfix/files/pkg-message.in @@ -16,6 +16,8 @@ daily_status_mail_rejects_enable="NO" daily_status_include_submit_mailq="NO" daily_submit_queuerun="NO" +If /etc/periodic.conf does not exist please create it and add those values. + If you are using SASL, you need to make sure that postfix has access to read the sasldb file. This is accomplished by adding postfix to group mail and making the %%PREFIX%%/etc/sasldb* file(s) readable by group mail (this should diff --git a/mail/postfix26/files/pkg-message.in b/mail/postfix26/files/pkg-message.in index 5bd796f3d3b2..9b21a7f7a5ec 100644 --- a/mail/postfix26/files/pkg-message.in +++ b/mail/postfix26/files/pkg-message.in @@ -16,6 +16,8 @@ daily_status_mail_rejects_enable="NO" daily_status_include_submit_mailq="NO" daily_submit_queuerun="NO" +If /etc/periodic.conf does not exist please create it and add those values. + If you are using SASL, you need to make sure that postfix has access to read the sasldb file. This is accomplished by adding postfix to group mail and making the %%PREFIX%%/etc/sasldb* file(s) readable by group mail (this should diff --git a/mail/postfix27/files/pkg-message.in b/mail/postfix27/files/pkg-message.in index 5bd796f3d3b2..9b21a7f7a5ec 100644 --- a/mail/postfix27/files/pkg-message.in +++ b/mail/postfix27/files/pkg-message.in @@ -16,6 +16,8 @@ daily_status_mail_rejects_enable="NO" daily_status_include_submit_mailq="NO" daily_submit_queuerun="NO" +If /etc/periodic.conf does not exist please create it and add those values. + If you are using SASL, you need to make sure that postfix has access to read the sasldb file. This is accomplished by adding postfix to group mail and making the %%PREFIX%%/etc/sasldb* file(s) readable by group mail (this should diff --git a/mail/postfix28/files/pkg-message.in b/mail/postfix28/files/pkg-message.in index 5bd796f3d3b2..9b21a7f7a5ec 100644 --- a/mail/postfix28/files/pkg-message.in +++ b/mail/postfix28/files/pkg-message.in @@ -16,6 +16,8 @@ daily_status_mail_rejects_enable="NO" daily_status_include_submit_mailq="NO" daily_submit_queuerun="NO" +If /etc/periodic.conf does not exist please create it and add those values. + If you are using SASL, you need to make sure that postfix has access to read the sasldb file. This is accomplished by adding postfix to group mail and making the %%PREFIX%%/etc/sasldb* file(s) readable by group mail (this should |