diff options
author | Juraj Lutter <otis@FreeBSD.org> | 2022-03-15 22:14:32 +0100 |
---|---|---|
committer | Juraj Lutter <otis@FreeBSD.org> | 2022-03-15 22:15:51 +0100 |
commit | daa89f04731a86d6ab23d176ed00755510954536 (patch) | |
tree | 2e2eacbafec58361fc2faa93c3717bc6d1c07f09 /mail/postfix/files | |
parent | sysutils/ztop: update to 0.2.0 (diff) |
mail/postfix: Apply correct config file patch
Apply proper config file patch in correct stage.
Diffstat (limited to 'mail/postfix/files')
-rw-r--r-- | mail/postfix/files/patch-conf_main.cf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix/files/patch-conf_main.cf b/mail/postfix/files/patch-conf_main.cf index bd57507b466f..9035a169d712 100644 --- a/mail/postfix/files/patch-conf_main.cf +++ b/mail/postfix/files/patch-conf_main.cf @@ -3,7 +3,7 @@ @@ -681,4 +681,7 @@ sample_directory = /usr/local/etc/postfix # readme_directory: The location of the Postfix README files. # - readme_directory = no + readme_directory = -inet_protocols = ipv4 +inet_protocols = all + |