listen on all interfaces

This commit is contained in:
Sebastian Hugentobler 2022-11-13 10:22:18 +01:00
parent fba756d7ac
commit 77dedb09ac
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -1,5 +1,7 @@
compatibility_level = 3.7 compatibility_level = 3.7
inet_protocols = all
mail_owner = postfix mail_owner = postfix
myhostname = {{getenv "MYHOSTNAME"}} myhostname = {{getenv "MYHOSTNAME"}}
mydomain = {{getenv "MYDOMAIN"}} mydomain = {{getenv "MYDOMAIN"}}