Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: mailfilter-guide.xml
Date: Mon, 25 Jun 2007 09:03:51
Message-Id: E1I2kTx-0003td-OM@stork.gentoo.org
1 nightmorph 07/06/25 09:03:37
2
3 Modified: mailfilter-guide.xml
4 Log:
5 added soft_bounce stuff per zlin's suggestion on bug 182323
6
7 Revision Changes Path
8 1.19 xml/htdocs/doc/en/mailfilter-guide.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?rev=1.19&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?rev=1.19&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?r1=1.18&r2=1.19
13
14 Index: mailfilter-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v
17 retrieving revision 1.18
18 retrieving revision 1.19
19 diff -u -r1.18 -r1.19
20 --- mailfilter-guide.xml 25 Apr 2007 07:26:49 -0000 1.18
21 +++ mailfilter-guide.xml 25 Jun 2007 09:03:37 -0000 1.19
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='utf-8'?>
24
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v 1.18 2007/04/25 07:26:49 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v 1.19 2007/06/25 09:03:37 nightmorph Exp $ -->
27
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29 <guide link="/doc/en/mailfilter-guide.xml">
30 @@ -23,8 +23,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>0.12</version>
35 -<date>2007-04-25</date>
36 +<version>0.13</version>
37 +<date>2007-06-25</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -385,6 +385,25 @@
42 <c>smtp:mail.mydomain.tld:25000</c>.
43 </note>
44
45 +<p>
46 +If your first attempts to send mail result in messages bouncing, you've likely
47 +made a configuration error somewhere. Try temporarily enabling
48 +<c>soft_bounce</c> while you work out your configuration issues. This prevents
49 +postfix from bouncing mails on delivery errors by treating them as temporary
50 +errors. It keeps mails in the mail queue until <c>soft_bounce</c> is disabled or
51 +removed.
52 +</p>
53 +
54 +<pre caption="Enabling soft_bounce">
55 +# <i>postconf -e "soft_bounce = yes"</i>
56 +# <i>/etc/init.d/postfix reload</i>
57 +</pre>
58 +
59 +<p>
60 +Once you've finished creating a working configuration, be sure to disable
61 +or remove <c>soft_bounce</c> and reload postfix.
62 +</p>
63 +
64 </body>
65 </section>
66 <section>
67
68
69
70 --
71 gentoo-doc-cvs@g.o mailing list