about summary refs log tree commit diff stats
path: root/core/exim.html
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2017-08-02 01:18:23 +0100
committerSilvino Silva <silvino@bk.ru>2017-08-02 01:18:23 +0100
commitc0148601ebe2196375f26572624590cad2751845 (patch)
tree0f40548a2b5c8eaf9bd99423e21b8baf63b83d65 /core/exim.html
parent5ff68b8c191272fe9c80765fa6ac11c18aee3224 (diff)
parent65167272a3ba52dc4d032a1c60a9ff030408047d (diff)
downloaddoc-c0148601ebe2196375f26572624590cad2751845.tar.gz
Merge branch 'r-0.3.1' into develop
Diffstat (limited to 'core/exim.html')
-rw-r--r--core/exim.html35
1 files changed, 22 insertions, 13 deletions
diff --git a/core/exim.html b/core/exim.html
index c4b3c95..e922789 100644
--- a/core/exim.html
+++ b/core/exim.html
@@ -2,24 +2,33 @@
 <html dir="ltr" lang="en">
     <head>
         <meta charset='utf-8'>
-        <title>2.5. Exim</title>
+        <title>2.6. Exim</title>
     </head>
     <body>
         <a href="index.html">Core OS Index</a>
-        <h1>2.5. Exim</h1>
+        <h1>2.6. Exim</h1>
 
-        <h2 id="conf">2.5.1. Exim Configuration</h2>
+        <h2 id="conf">2.6.1. Exim Configuration</h2>
 
         <p>Exim come with default configuration we will change to mach system settings
         <a href="conf/etc/exim/exim.conf">/etc/exim/exim.conf</a>.</p>
 
-        <h2 id="cert">2.5.2. Certificates</h2>
+        <pre>
+        $ sudo prt-get depinst mailx
+        </pre>
 
-        <p>Create private key, this example issues a certificate to 
-        core.privat-server.net, if you wish get a subdomain from
-        <a href="http://freedns.afraid.org">afraid.org</a>
-        pointing to your public ip.
-        </p>
+        <h2 id="cert">2.6.2. Certificates</h2>
+
+        <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
+        # 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
+        #
+        </pre>
+
+        <p>Manually create a private key;</p>
 
         <pre>
 	$ sudo mkdir /etc/ssl/keys
@@ -55,7 +64,7 @@
 	# chmod 644 /etc/ssl/certs/exim.cert
 	</pre>
 
-        <h2 id="alias">2.5.3. Aliases</h2>
+        <h2 id="alias">2.6.3. Aliases</h2>
 
         <p>Exim come with default aliases we will change to mach system settings
         <a href="conf/etc/exim/aliases">/etc/exim/aliases;</a></p>
@@ -100,7 +109,7 @@
         ####
         </pre>
 
-        <h2 id="smarthost">2.5.4. Smarthost</h2>
+        <h2 id="smarthost">2.6.4. Smarthost</h2>
 
         <p>Tony Finch publish a nice
         <a href="http://www-uxsup.csx.cam.ac.uk/~fanf2/hermes/conf/exim/etc/etc.cam/configure">configuration reference</a>.
@@ -124,7 +133,7 @@
         # exim -bt bob@remote.com
         </pre>
 
-        <h2 id="fetchmail">2.5. Fetchmail</h2>
+        <h2 id="fetchmail">2.6. Fetchmail</h2>
 
         <pre>
         $ prt-get depinst fetchmail
@@ -216,7 +225,7 @@
         <a href="index.html">Core OS Index</a>
         <p>
         This is part of the c9 Manual.
-        Copyright (C) 2016
+        Copyright (C) 2017
         c9 team.
         See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
         for copying conditions.</p>