nightmorph 06/05/26 19:36:29 Modified: qmail-howto.xml Log: Quick hostname fix for bug 134323
Revision Changes Path 1.35 xml/htdocs/doc/en/qmail-howto.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/qmail-howto.xml?rev=1.35&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/qmail-howto.xml?rev=1.35&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/qmail-howto.xml.diff?r1=1.34&r2=1.35&cvsroot=gentoo Index: qmail-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/qmail-howto.xml,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- qmail-howto.xml 24 Apr 2005 05:57:40 -0000 1.34 +++ qmail-howto.xml 26 May 2006 19:36:29 -0000 1.35 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/qmail-howto.xml,v 1.34 2005/04/24 05:57:40 vapier Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/qmail-howto.xml,v 1.35 2006/05/26 19:36:29 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/qmail-howto.xml"> @@ -17,8 +17,8 @@ <license/> -<version>1.11</version> -<date>2005-04-24</date> +<version>1.12</version> +<date>2005-05-26</date> <chapter> <title>Introduction</title> @@ -159,15 +159,14 @@ </p> <warn> -If you don't receive any mail or you see weird errors in the log files -(check <path>/var/log/qmail/</path>) involving 'localhost.localhost', -then that means your domain/dns information is not setup properly. By -default, qmail utilizes the output of <c>hostname --fqdn</c>. If, on -your machine, this returns 'localhost', then check your -<path>/etc/hostname</path>, <path>/etc/hosts</path>, and your dns to -make sure everything is correct. Once you have, edit the configuration -files in <path>/var/qmail/control/</path>. Use the example setups that -follow if you need some more help. +If you don't receive any mail or you see weird errors in the log files (check +<path>/var/log/qmail/</path>) involving 'localhost.localhost', then that means +your domain/dns information is not setup properly. By default, qmail utilizes +the output of <c>hostname --fqdn</c>. If, on your machine, this returns +'localhost', then check your <path>/etc/conf.d/hostname</path>, +<path>/etc/hosts</path>, and your dns to make sure everything is correct. Once +you have, edit the configuration files in <path>/var/qmail/control/</path>. +Use the example setups that follow if you need some more help. </warn> <pre caption="Example /var/qmail/control/ files for a 2nd level domain"> -- [email protected] mailing list
