Changes for page How to setup a postfix SMTP server
Last modified by Alexandru Pentilescu on 2025/02/09 14:17
From version 1.1
edited by Alexandru Pentilescu
on 2022/06/15 21:00
on 2022/06/15 21:00
Change comment:
Added basic page for now
To version 2.1
edited by Alexandru Pentilescu
on 2022/11/13 20:58
on 2022/11/13 20:58
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Tags
-
... ... @@ -1,0 +1,1 @@ 1 +technical guide - 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!