diff options
Diffstat (limited to 'core/exim.html')
-rw-r--r-- | core/exim.html | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/core/exim.html b/core/exim.html index bf31a00..c2a5a63 100644 --- a/core/exim.html +++ b/core/exim.html @@ -11,11 +11,15 @@ <h2 id="conf">2.5.1. Exim Configuration</h2> <p>Exim come with default configuration we will change to mach system settings - <a href="../conf/etc/exim/aliases">/etc/exim/exim.conf</a>.</p> + <a href="conf/etc/exim/exim.conf">/etc/exim/exim.conf</a>.</p> <h2 id="cert">2.5.2. Certificates</h2> - <p>Create private key;</p> + <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> <pre> $ sudo mkdir /etc/ssl/keys @@ -40,8 +44,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) []:c13.nark.biz.tm - Email Address []:c1admin@c13.nark.biz.tm + Common Name (e.g. server FQDN or YOUR name) []:core.privat-server.net + Email Address []:postmaster@core.privat-server.net # </pre> @@ -54,7 +58,7 @@ <h2 id="alias">2.5.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> + <a href="conf/etc/exim/aliases">/etc/exim/aliases;</a></p> <pre> # Default aliases file, installed by Exim. This file contains no real aliases. @@ -63,7 +67,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: c1admin@localhost + postmaster: c9admin # 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. @@ -213,11 +217,8 @@ <p> This is part of the c9 Manual. Copyright (C) 2016 - Silvino Silva. + c9 team. See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a> for copying conditions.</p> - - - </body> </html> |