Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: qmail-howto.xml
Date: Sun, 14 Nov 2010 15:36:37
Message-Id: 20101114153634.68EEF20051@flycatcher.gentoo.org
1 nightmorph 10/11/14 15:36:34
2
3 Modified: qmail-howto.xml
4 Log:
5 updated horde config for recent versions, bug 339926
6
7 Revision Changes Path
8 1.42 xml/htdocs/doc/en/qmail-howto.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/qmail-howto.xml?rev=1.42&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/qmail-howto.xml?rev=1.42&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/qmail-howto.xml?r1=1.41&r2=1.42
13
14 Index: qmail-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/qmail-howto.xml,v
17 retrieving revision 1.41
18 retrieving revision 1.42
19 diff -u -r1.41 -r1.42
20 --- qmail-howto.xml 9 Dec 2008 07:23:40 -0000 1.41
21 +++ qmail-howto.xml 14 Nov 2010 15:36:34 -0000 1.42
22 @@ -1,13 +1,15 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/qmail-howto.xml,v 1.41 2008/12/09 07:23:40 nightmorph Exp $ -->
25 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/qmail-howto.xml,v 1.42 2010/11/14 15:36:34 nightmorph Exp $ -->
27
28 -<guide link="/doc/en/qmail-howto.xml" disclaimer="draft">
29 -
30 +<guide disclaimer="draft">
31 <title>netqmail/vpopmail Virtual Mail Hosting System Guide</title>
32
33 <author title="Author">
34 - <mail link="vapier@g.o">Mike Frysinger</mail>
35 + <mail link="vapier"/>
36 +</author>
37 +<author title="Editor">
38 + <mail link="nightmorph"/>
39 </author>
40
41 <abstract>
42 @@ -17,8 +19,8 @@
43
44 <license/>
45
46 -<version>1.15</version>
47 -<date>2007-10-11</date>
48 +<version>2</version>
49 +<date>2010-11-14</date>
50
51 <chapter>
52 <title>Introduction</title>
53 @@ -405,57 +407,12 @@
54 # <i>emerge horde-imp</i>
55 </pre>
56
57 -<impo>
58 -This guide is based around horde-2.2.x and horde-imp-3.2.x. The CVS versions
59 -(and thus the next major release) will probably have very different
60 -configuration settings. Also note that php-5.x will probably break horde-2.x.
61 -</impo>
62 -
63 -<p>
64 -Horde currently isn't the easiest to setup unless you know exactly what to do.
65 -Fortunately for you, I know exactly what to do, thus you will too.
66 -</p>
67 -
68 -<pre caption="Out-of-the-box setup for Horde">
69 -# <i>cd /var/www/localhost/htdocs/horde/config/</i>
70 -# <i>for f in *.dist ; do mv ${f} ${f/.dist} ; done</i>
71 -# <i>nano horde.php</i>
72 -<comment>(Under 'Horde Authentication':)</comment>
73 -$conf['auth']['driver'] = 'imap';
74 -$conf['auth']['params']['dsn'] = '{localhost:993/imap/ssl/novalidate-cert}';
75 -
76 -<comment>(Under 'Horde Logging':)</comment>
77 -$conf['log']['name'] = '/var/log/apache2/horde.log';
78 -
79 -<comment>(Under 'Problem Reporting':)</comment>
80 -$conf['problems']['enabled'] = true;
81 -$conf['problems']['email'] = 'webmaster@×××××.org';
82 -
83 -# <i>nano registry.php</i>
84 -<comment>(Under 'Handlers':)</comment>
85 -$this->registry['auth']['login'] = 'imp';
86 -$this->registry['auth']['logout'] = 'imp';
87 -
88 -<comment>(Under 'Application registry':)
89 -Set the 'status' element of applications['imp'] from 'inactive' to 'active'</comment>
90 -
91 -# <i>touch /var/log/apache2/horde.log</i>
92 -# <i>chown apache:apache /var/log/apache2/horde.log</i>
93 -</pre>
94 -
95 -<note>
96 -You'll may want to change the 'webmaster' e-mail account to something else. If
97 -you wish to use that e-mail address, then remember you'll have to add that
98 -user via vpopmail (or see below about qmailadmin).
99 -</note>
100 -
101 <p>
102 Now we setup IMP real quick.
103 </p>
104
105 <pre caption="Out-of-the-box setup for IMP">
106 # <i>cd /var/www/localhost/htdocs/horde/imp/config/</i>
107 -# <i>for f in *.dist ; do mv ${f} ${f/.dist} ; done</i>
108 # <i>nano servers.php</i>
109
110 <comment>(Edit the $servers['imap'] array:)</comment>
111 @@ -514,11 +471,10 @@
112
113 <p>
114 The first package I would suggest you look into is <uri
115 -link="http://www.inter7.com/qmailadmin.html">qmailadmin</uri>. It's a web based
116 -interface for managing virtual domains. Simply <c>emerge
117 -net-mail/qmailadmin</c> and then point your webbrowser to
118 -<uri>http://localhost/cgi-bin/qmailadmin</uri> in order to use it. Makes life
119 -a lot easier.
120 +link="http://www.inter7.com/qmailadmin.html">qmailadmin</uri>. It's a web based
121 +interface for managing virtual domains. Simply <c>emerge net-mail/qmailadmin</c>
122 +and then point your webbrowser to <uri>http://localhost/cgi-bin/qmailadmin</uri>
123 +in order to use it. Makes life a lot easier.
124 </p>
125
126 </body>