vapier 07/04/03 23:06:21 Modified: home-router-howto.xml Log: finish converting to netqmail
Revision Changes Path 1.57 xml/htdocs/doc/en/home-router-howto.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/home-router-howto.xml?rev=1.57&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/home-router-howto.xml?rev=1.57&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/home-router-howto.xml?r1=1.56&r2=1.57 Index: home-router-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- home-router-howto.xml 7 Mar 2007 21:30:18 -0000 1.56 +++ home-router-howto.xml 3 Apr 2007 23:06:21 -0000 1.57 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v 1.56 2007/03/07 21:30:18 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v 1.57 2007/04/03 23:06:21 vapier Exp $ --> <guide link="/doc/en/home-router-howto.xml" lang="en"> <title>Home Router Guide</title> @@ -17,8 +17,8 @@ <!-- The content of this document is released into the public domain --> <license/> -<version>1.35</version> -<date>2007-03-07</date> +<version>1.36</version> +<date>2007-04-03</date> <chapter> <title>Introduction</title> @@ -799,24 +799,25 @@ # <i>iptables -I INPUT -p tcp --dport smtp -i ! ${LAN} -j REJECT</i> # <i>ln -s /var/qmail/supervise/qmail-send /service/qmail-send</i> # <i>ln -s /var/qmail/supervise/qmail-smtpd /service/qmail-smtpd</i> -<!-- # <i>cd /etc/tcprules.d</i> # <i>nano tcp.qmail-smtp</i> ---> +<!-- # <i>cd /etc</i> # <i>nano tcp.smtp</i> +--> <comment>Add an entry like so to the allow section:</comment> 192.168.0.:allow,RELAYCLIENT="" <!-- # <i>tcprules tcp.qmail-qmtp.cdb rules.tmp < tcp.qmail-smtp</i> ---> # <i>tcprules tcp.smtp.cdb rules.tmp < tcp.smtp</i> +--> +# <i>make</i> # <i>rc-update add svscan default</i> # <i>/etc/init.d/svscan start</i> </pre> <p> -I'm a huge fan of netqmail, but you're free to use a different mta :). When you +I'm a huge fan of qmail, but you're free to use a different mta :). When you setup e-mail on the hosts in your network, tell them that their SMTP server is 192.168.0.1 and everything should be peachy. You might want to visit the <uri link="http://netqmail.org/">netqmail homepage</uri> for more documentation. -- [email protected] mailing list
