swift 07/08/24 18:59:45 Modified: virt-mail-howto.xml Log: Smaller updates (thx to Eric Ehlers)
Revision Changes Path 1.58 xml/htdocs/doc/en/virt-mail-howto.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml?rev=1.58&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml?rev=1.58&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml?r1=1.57&r2=1.58 Index: virt-mail-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- virt-mail-howto.xml 23 Jul 2007 15:44:42 -0000 1.57 +++ virt-mail-howto.xml 24 Aug 2007 18:59:45 -0000 1.58 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml,v 1.57 2007/07/23 15:44:42 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml,v 1.58 2007/08/24 18:59:45 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/virt-mail-howto.xml"> @@ -26,8 +26,8 @@ postfix, mysql, courier-imap, and cyrus-sasl. </abstract> -<version>1.5</version> -<date>2007-07-23</date> +<version>1.6</version> +<date>2007-08-24</date> <chapter> <title>Introduction</title> @@ -430,7 +430,7 @@ </p> <pre caption="Creating mailboxes"> -# <i>mkdir /home/vmail/virt-domain.com/foo</i> +# <i>mkdir -p /home/vmail/virt-domain.com/foo</i> # <i>chown -R vmail:vmail /home/vmail/virt-domain.com</i> # <i>maildirmake /home/vmail/virt-domain.com/foo/.maildir</i> </pre> @@ -455,8 +455,8 @@ # <i>/usr/bin/mysql_install_db</i> <comment>(After this command runs follow the onscreen directions -for adding a root password with mysql, -not mysqladmin, otherwise your db will be wide open.)</comment> +for adding a root password with mysql, otherwise your db will +be wide open.)</comment> # <i>/etc/init.d/mysql start</i> # <i>mysqladmin -u root -p create mailsql</i> -- [EMAIL PROTECTED] mailing list
