File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
deploy/vagrant/modules/postfix/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
1919# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
2020# information on enabling SSL in the smtp client.
2121
22- myhostname = <%= puppet_hostname %>
22+ myhostname = <%= @ puppet_hostname %>
2323mydomain = buttonweavers.com
2424alias_maps = hash:/etc/aliases
2525alias_database = hash:/etc/aliases
2626myorigin = <%= puppet_hostname %>
2727masquerade_domains = $mydomain
28- mydestination = <%= puppet_hostname %> , localhost.buttonweavers.com, localhost
28+ mydestination = <%= @ puppet_hostname %> , localhost.buttonweavers.com, localhost
2929relayhost =
3030mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
3131mailbox_size_limit = 0
You can’t perform that action at this time.
0 commit comments