wiki/creating-ec2-image-from-scratch.md
... ...
@@ -99,6 +99,11 @@ chkconfig chrony on
99 99
100 100
which creates the necessary entries in the rc*.d directories.
101 101
102
+Update the file `/etc/postfix/main.cf` in order to set the server's sending hostname to `sapsailing.com` as follows:
103
+```
104
+ myhostname = sapsailing.com
105
+```
106
+
102 107
Adjust the /etc/sysconfig/vncservers settings to something like:
103 108
104 109
```