diff options
Diffstat (limited to 'core/exim.html')
-rw-r--r-- | core/exim.html | 33 |
1 files changed, 21 insertions, 12 deletions
diff --git a/core/exim.html b/core/exim.html index c1fd494..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 |