about summary refs log tree commit diff stats
path: root/core/exim.html
diff options
context:
space:
mode:
Diffstat (limited to 'core/exim.html')
-rw-r--r--core/exim.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/exim.html b/core/exim.html
index 23708d2..7e1fd28 100644
--- a/core/exim.html
+++ b/core/exim.html
@@ -22,9 +22,9 @@
         <p>Exim creates a key for you if you just copy exim.conf and start daemon;</p>
 
         <pre>
-        # cp /home/silvino/data/git/c9/c9-doc/core/conf/exim/exim.conf /etc/exim/exim.conf
+        # cp /home/username/data/git/doc/core/conf/exim/exim.conf /etc/exim/exim.conf
         # sh /etc/rc.d/exim start
-        SSL certificate /etc/ssl/certs/exim.crt with key /etc/ssl/keys/exim.key for host c9.core created
+        SSL certificate /etc/ssl/certs/exim.crt with key /etc/ssl/keys/exim.key for host machine.example created
         #
         </pre>
 
@@ -53,8 +53,8 @@
 	Locality Name (eg, city) []:
 	Organization Name (eg, company) [Internet Widgits Pty Ltd]:
 	Organizational Unit Name (eg, section) []:
-	Common Name (e.g. server FQDN or YOUR name) []:core.privat-server.net
-	Email Address []:postmaster@core.privat-server.net
+	Common Name (e.g. server FQDN or YOUR name) []:machine.example.org
+	Email Address []:postmaster@machine.example.org
 	#
         </pre>
 
@@ -76,7 +76,7 @@
         # The following alias is required by the mail RFCs 2821 and 2822.
         # Set it to the address of a HUMAN who deals with this system's mail problems.
 
-        postmaster: c9admin
+        postmaster: machine-admin
 
         # It is also common to set the following alias so that if anybody replies to a
         # bounce message from this host, the reply goes to the postmaster.