nightmorph 10/11/14 15:36:34 Modified: qmail-howto.xml Log: updated horde config for recent versions, bug 339926
Revision Changes Path 1.42 xml/htdocs/doc/en/qmail-howto.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/qmail-howto.xml?rev=1.42&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/qmail-howto.xml?rev=1.42&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/qmail-howto.xml?r1=1.41&r2=1.42 Index: qmail-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/qmail-howto.xml,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- qmail-howto.xml 9 Dec 2008 07:23:40 -0000 1.41 +++ qmail-howto.xml 14 Nov 2010 15:36:34 -0000 1.42 @@ -1,13 +1,15 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/qmail-howto.xml,v 1.41 2008/12/09 07:23:40 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/qmail-howto.xml,v 1.42 2010/11/14 15:36:34 nightmorph Exp $ --> -<guide link="/doc/en/qmail-howto.xml" disclaimer="draft"> - +<guide disclaimer="draft"> <title>netqmail/vpopmail Virtual Mail Hosting System Guide</title> <author title="Author"> - <mail link="[email protected]">Mike Frysinger</mail> + <mail link="vapier"/> +</author> +<author title="Editor"> + <mail link="nightmorph"/> </author> <abstract> @@ -17,8 +19,8 @@ <license/> -<version>1.15</version> -<date>2007-10-11</date> +<version>2</version> +<date>2010-11-14</date> <chapter> <title>Introduction</title> @@ -405,57 +407,12 @@ # <i>emerge horde-imp</i> </pre> -<impo> -This guide is based around horde-2.2.x and horde-imp-3.2.x. The CVS versions -(and thus the next major release) will probably have very different -configuration settings. Also note that php-5.x will probably break horde-2.x. -</impo> - -<p> -Horde currently isn't the easiest to setup unless you know exactly what to do. -Fortunately for you, I know exactly what to do, thus you will too. -</p> - -<pre caption="Out-of-the-box setup for Horde"> -# <i>cd /var/www/localhost/htdocs/horde/config/</i> -# <i>for f in *.dist ; do mv ${f} ${f/.dist} ; done</i> -# <i>nano horde.php</i> -<comment>(Under 'Horde Authentication':)</comment> -$conf['auth']['driver'] = 'imap'; -$conf['auth']['params']['dsn'] = '{localhost:993/imap/ssl/novalidate-cert}'; - -<comment>(Under 'Horde Logging':)</comment> -$conf['log']['name'] = '/var/log/apache2/horde.log'; - -<comment>(Under 'Problem Reporting':)</comment> -$conf['problems']['enabled'] = true; -$conf['problems']['email'] = '[email protected]'; - -# <i>nano registry.php</i> -<comment>(Under 'Handlers':)</comment> -$this->registry['auth']['login'] = 'imp'; -$this->registry['auth']['logout'] = 'imp'; - -<comment>(Under 'Application registry':) -Set the 'status' element of applications['imp'] from 'inactive' to 'active'</comment> - -# <i>touch /var/log/apache2/horde.log</i> -# <i>chown apache:apache /var/log/apache2/horde.log</i> -</pre> - -<note> -You'll may want to change the 'webmaster' e-mail account to something else. If -you wish to use that e-mail address, then remember you'll have to add that -user via vpopmail (or see below about qmailadmin). -</note> - <p> Now we setup IMP real quick. </p> <pre caption="Out-of-the-box setup for IMP"> # <i>cd /var/www/localhost/htdocs/horde/imp/config/</i> -# <i>for f in *.dist ; do mv ${f} ${f/.dist} ; done</i> # <i>nano servers.php</i> <comment>(Edit the $servers['imap'] array:)</comment> @@ -514,11 +471,10 @@ <p> The first package I would suggest you look into is <uri -link="http://www.inter7.com/qmailadmin.html">qmailadmin</uri>. It's a web based -interface for managing virtual domains. Simply <c>emerge -net-mail/qmailadmin</c> and then point your webbrowser to -<uri>http://localhost/cgi-bin/qmailadmin</uri> in order to use it. Makes life -a lot easier. +link="http://www.inter7.com/qmailadmin.html">qmailadmin</uri>. It's a web based +interface for managing virtual domains. Simply <c>emerge net-mail/qmailadmin</c> +and then point your webbrowser to <uri>http://localhost/cgi-bin/qmailadmin</uri> +in order to use it. Makes life a lot easier. </p> </body>
