diff --git a/postfix/defaults.yaml b/postfix/defaults.yaml index ef4f857..4cdf80d 100644 --- a/postfix/defaults.yaml +++ b/postfix/defaults.yaml @@ -7,4 +7,6 @@ postfix: package: postfix postsrsd_pkg: postsrsd postgrey_pkg: postgrey + root_grp: root service: postfix + xbin_prefix: /usr diff --git a/postfix/map.jinja b/postfix/map.jinja index 3e0846c..af305fd 100644 --- a/postfix/map.jinja +++ b/postfix/map.jinja @@ -61,6 +61,13 @@ that differ from whats in defaults.yaml 'Arch' : { 'policyd_spf_pkg': 'python-postfix-policyd-spf', }, + 'FreeBSD' : { + 'policyd_spf_pkg': 'py27-postfix-policyd-spf-python', + 'aliases_file': '/etc/mail/aliases', + 'xbin_prefix': '/usr/local', + 'config_path': '/usr/local/etc/postfix', + 'root_grp': 'wheel', + }, }, merge=salt['pillar.get']('postfix:lookup')) %} {## Merge the flavor_map to the default settings ##}