Last modified by Alexandru Pentilescu on 2025/02/09 14:17

From version 1.2
edited by Alexandru Pentilescu
on 2022/06/15 21:01
Change comment: Added tag [technical guide]
To version 2.1
edited by Alexandru Pentilescu
on 2022/11/13 20:58
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -71,7 +71,8 @@
71 71  myhostname = pentilescu.com
72 72  mydestination = localhost
73 73  mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 172.16.0.0/12
74 -inet_interfaces = localhost 172.17.0.1
74 +inet_interfaces = 127.0.0.1 172.16.0.1
75 +inet_protocols = all
75 75  {{/code}}
76 76  
77 77  There's a lot to unpack there!