From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1I2kUB-0005c0-5N for garchives@archives.gentoo.org; Mon, 25 Jun 2007 09:03:51 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l5P93eEB020556; Mon, 25 Jun 2007 09:03:40 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l5P93dXS020551 for ; Mon, 25 Jun 2007 09:03:39 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 3399F64330 for ; Mon, 25 Jun 2007 09:03:39 +0000 (UTC) Received: from nightmorph by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1I2kTx-0003td-OM for gentoo-doc-cvs@lists.gentoo.org; Mon, 25 Jun 2007 09:03:37 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: mailfilter-guide.xml Message-Id: From: Josh Saddler Date: Mon, 25 Jun 2007 09:03:37 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 2990ebd1-6c65-4615-a2b1-602b812ebf00 X-Archives-Hash: 0d4e05ccdf5ea72d2c55fc403c84945d nightmorph 07/06/25 09:03:37 Modified: mailfilter-guide.xml Log: added soft_bounce stuff per zlin's suggestion on bug 182323 Revision Changes Path 1.19 xml/htdocs/doc/en/mailfilter-guide.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?rev=1.19&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?r1=1.18&r2=1.19 Index: mailfilter-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- mailfilter-guide.xml 25 Apr 2007 07:26:49 -0000 1.18 +++ mailfilter-guide.xml 25 Jun 2007 09:03:37 -0000 1.19 @@ -1,6 +1,6 @@ - + @@ -23,8 +23,8 @@ -0.12 -2007-04-25 +0.13 +2007-06-25 Introduction @@ -385,6 +385,25 @@ smtp:mail.mydomain.tld:25000. +

+If your first attempts to send mail result in messages bouncing, you've likely +made a configuration error somewhere. Try temporarily enabling +soft_bounce while you work out your configuration issues. This prevents +postfix from bouncing mails on delivery errors by treating them as temporary +errors. It keeps mails in the mail queue until soft_bounce is disabled or +removed. +

+ +
+# postconf -e "soft_bounce = yes"
+# /etc/init.d/postfix reload
+
+ +

+Once you've finished creating a working configuration, be sure to disable +or remove soft_bounce and reload postfix. +

+
-- gentoo-doc-cvs@gentoo.org mailing list