]> git.proxmox.com Git - pmg-api.git/blobdiff - templates/main.cf.in.demo
bump version to 5.1-4
[pmg-api.git] / templates / main.cf.in.demo
index ed1f0f8af7da7abab75793eb0d47602986122f3b..2c346ec07360beb3405c06290dc3dfa508f64368 100644 (file)
@@ -29,9 +29,9 @@ alias_database = hash:/etc/aliases
 mydestination = localhost, $myhostname
 mynetworks = [% postfix.mynetworks %]
 
-relay_domains = /etc/pmg/domains
+relay_domains = hash:/etc/pmg/domains
 
-transport_maps = texthash:/etc/postfix/transport
+transport_maps = hash:/etc/pmg/transport
 
 [% IF pmg.mail.relay %]
 [% IF pmg.mail.relaynomx %]
@@ -42,7 +42,7 @@ relay_transport = smtp:[% pmg.mail.relay %]:[% pmg.mail.relayport %]
 [% END %]
 
 [% IF pmg.mail.smarthost %]
-default_transport = smtp:[% pmg.mail.smarthost %]
+default_transport = smtp:[% pmg.mail.smarthost %]:[% pmg.mail.smarthostport %]
 [% END %]
 
 mail_name = Proxmox