diff options
Diffstat (limited to 'modules/postfix/templates')
-rw-r--r-- | modules/postfix/templates/simple_relay_main.cf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/postfix/templates/simple_relay_main.cf b/modules/postfix/templates/simple_relay_main.cf index 5f8d44ca..5b544db5 100644 --- a/modules/postfix/templates/simple_relay_main.cf +++ b/modules/postfix/templates/simple_relay_main.cf @@ -20,6 +20,9 @@ mail_owner = postfix # User configurable parameters +myhostname = <%= fqdn %> +mydomain = <%= domain %> +myorigin = $mydomain inet_interfaces = localhost inet_protocols = all mynetworks_style = host |