Gentoo Archives: gentoo-doc-cvs

From: vapier <vapier@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: home-router-howto.xml
Date: Tue, 03 Apr 2007 23:06:57
Message-Id: E1HYs4z-0008Nd-Al@stork.gentoo.org
1 vapier 07/04/03 23:06:21
2
3 Modified: home-router-howto.xml
4 Log:
5 finish converting to netqmail
6
7 Revision Changes Path
8 1.57 xml/htdocs/doc/en/home-router-howto.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/home-router-howto.xml?rev=1.57&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/home-router-howto.xml?rev=1.57&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/home-router-howto.xml?r1=1.56&r2=1.57
13
14 Index: home-router-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v
17 retrieving revision 1.56
18 retrieving revision 1.57
19 diff -u -r1.56 -r1.57
20 --- home-router-howto.xml 7 Mar 2007 21:30:18 -0000 1.56
21 +++ home-router-howto.xml 3 Apr 2007 23:06:21 -0000 1.57
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v 1.56 2007/03/07 21:30:18 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v 1.57 2007/04/03 23:06:21 vapier Exp $ -->
27
28 <guide link="/doc/en/home-router-howto.xml" lang="en">
29 <title>Home Router Guide</title>
30 @@ -17,8 +17,8 @@
31 <!-- The content of this document is released into the public domain -->
32 <license/>
33
34 -<version>1.35</version>
35 -<date>2007-03-07</date>
36 +<version>1.36</version>
37 +<date>2007-04-03</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -799,24 +799,25 @@
42 # <i>iptables -I INPUT -p tcp --dport smtp -i ! ${LAN} -j REJECT</i>
43 # <i>ln -s /var/qmail/supervise/qmail-send /service/qmail-send</i>
44 # <i>ln -s /var/qmail/supervise/qmail-smtpd /service/qmail-smtpd</i>
45 -<!--
46 # <i>cd /etc/tcprules.d</i>
47 # <i>nano tcp.qmail-smtp</i>
48 --->
49 +<!--
50 # <i>cd /etc</i>
51 # <i>nano tcp.smtp</i>
52 +-->
53 <comment>Add an entry like so to the allow section:</comment>
54 192.168.0.:allow,RELAYCLIENT=""
55 <!--
56 # <i>tcprules tcp.qmail-qmtp.cdb rules.tmp &lt; tcp.qmail-smtp</i>
57 --->
58 # <i>tcprules tcp.smtp.cdb rules.tmp &lt; tcp.smtp</i>
59 +-->
60 +# <i>make</i>
61 # <i>rc-update add svscan default</i>
62 # <i>/etc/init.d/svscan start</i>
63 </pre>
64
65 <p>
66 -I'm a huge fan of netqmail, but you're free to use a different mta :). When you
67 +I'm a huge fan of qmail, but you're free to use a different mta :). When you
68 setup e-mail on the hosts in your network, tell them that their SMTP server is
69 192.168.0.1 and everything should be peachy. You might want to visit the <uri
70 link="http://netqmail.org/">netqmail homepage</uri> for more documentation.
71
72
73
74 --
75 gentoo-doc-cvs@g.o mailing list