CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2013/04/30 05:28:02
Modified files:
mail/postfix/snapshot: Makefile
mail/postfix/snapshot/patches: patch-conf_main_cf
mail/postfix/stable: Makefile
mail/postfix/stable/patches: patch-conf_main_cf
Log message:
Remove the inet_protocols=ipv4 line from the bottom of Postfix's sample
main.cf; it was hiding a previously-set inet_protocols=all. (Ideally
we would remove both lines as "all" is the default, but Postfix upgrade
scripts re-add "ipv4"). Problem reported by krw@, ok brad@ (maintainer)