Merge lp:~lajjr-deactivatedaccount/serverguide/serverguide-review-14 into lp:~ubuntu-core-doc/serverguide/oneiric

Proposed by Joker Wild
Status: Merged
Merged at revision: 24
Proposed branch: lp:~lajjr-deactivatedaccount/serverguide/serverguide-review-14
Merge into: lp:~ubuntu-core-doc/serverguide/oneiric
Diff against target: 72 lines (+23/-4)
1 file modified
serverguide/C/mail.xml (+23/-4)
To merge this branch: bzr merge lp:~lajjr-deactivatedaccount/serverguide/serverguide-review-14
Reviewer Review Type Date Requested Status
Connor Imes (community) Approve
Review via email: mp+75914@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Connor Imes (ckimes) wrote :

Since this is mostly new strings and bug fixes and the serverguide doesn't have much for translations, I've merged it despite String Freeze. In the future, please don't mark bugs as Fix Committed when a fix is in your branch, it shouldn't be Fix Committed until it is in the source trunk.
Thanks for all your work, Leo.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'serverguide/C/mail.xml'
2--- serverguide/C/mail.xml 2011-09-10 19:21:23 +0000
3+++ serverguide/C/mail.xml 2011-09-18 18:57:25 +0000
4@@ -515,7 +515,7 @@
5 <para>
6 All the parameters you configure in the user interface are
7 stored in
8- <filename>/etc/exim4/update-exim4.conf.conf</filename> file.
9+ <filename>/etc/exim4/update-exim4.conf</filename> file.
10 If you wish to re-configure, either you re-run the
11 configuration wizard or manually edit this file
12 using your favorite editor. Once you configure, you can run
13@@ -592,6 +592,17 @@
14 server_advertise_condition = ${if eq{$tls_cipher}{}{}{*}}
15 .endif
16 </programlisting>
17+ <para>
18+ Additionally, in order for outside mail client to be able to connect to new exim server, new user needs to be added into exim by using the following commands.
19+ </para>
20+<screen>
21+<command>sudo /usr/share/doc/exim4/examples/exim-adduser</command>
22+</screen>
23+ <para>Users should protect the new exim password files with the following commands.</para>
24+<screen>
25+<command>sudo chown root:Debian-exim /etc/exim4/passwd</command>
26+<command>sudo chmod 640 /etc/exim4/passwd</command>
27+</screen>
28 <para>
29 Finally, update the Exim4 configuration and restart the service:
30 </para>
31@@ -1351,6 +1362,7 @@
32 </para>
33 <screen>
34 <command>sudo adduser clamav amavis</command>
35+<command>sudo adduser amavis clamav</command>
36 </screen>
37 </sect3>
38 <sect3 id="spamassassin-configuration" status="review">
39@@ -1436,7 +1448,14 @@
40 $myhostname = 'mail.example.com';
41 @local_domains_acl = ( "example.com", "example.org" );
42 </programlisting>
43-
44+
45+ <para>If you want to cover multiple domains you can use the following in the<filename>/etc/amavis/conf.d/50-user</filename>
46+ </para>
47+
48+<programlisting>
49+@local_domains_acl = qw(.);
50+</programlisting>
51+
52 <para>
53 After configuration <application>Amavisd-new</application> needs to be restarted:
54 </para>
55@@ -1682,7 +1701,7 @@
56 </listitem>
57 <listitem>
58 <para>
59- <ulink url="http://www.clamav.org/doc/latest/html/">ClamAV Documentation</ulink> and
60+ <ulink url="http://www.clamav.net/doc/latest/html/">ClamAV Documentation</ulink> and
61 <ulink url="http://wiki.clamav.net/Main/WebHome">ClamAV Wiki</ulink>
62 </para>
63 </listitem>
64@@ -1693,7 +1712,7 @@
65 </listitem>
66 <listitem>
67 <para>
68- <ulink url="http://pyzor.sourceforge.net/">Pyzor Homepage</ulink>
69+ <ulink url="http://sourceforge.net/apps/trac/pyzor/">Pyzor Homepage</ulink>
70 </para>
71 </listitem>
72 <listitem>

Subscribers

People subscribed via source and target branches