From mark@foster.cc  Wed Jan 16 06:16:28 2008
Return-Path: <mark@foster.cc>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E467C16A468
	for <freebsd-gnats-submit@freebsd.org>; Wed, 16 Jan 2008 06:16:28 +0000 (UTC)
	(envelope-from mark@foster.cc)
Received: from QMTA02.westchester.pa.mail.comcast.net (qmta02.westchester.pa.mail.comcast.net [76.96.62.24])
	by mx1.freebsd.org (Postfix) with ESMTP id 76B5313C442
	for <freebsd-gnats-submit@freebsd.org>; Wed, 16 Jan 2008 06:16:28 +0000 (UTC)
	(envelope-from mark@foster.cc)
Received: from OMTA07.westchester.pa.mail.comcast.net ([76.96.62.59])
	by QMTA02.westchester.pa.mail.comcast.net with comcast
	id dhqo1Y0021GhbT80501S00; Wed, 16 Jan 2008 06:16:27 +0000
Received: from fosgate.dyndns.org ([71.231.158.147])
	by OMTA07.westchester.pa.mail.comcast.net with comcast
	id diAr1Y0033B62Q73T00000; Wed, 16 Jan 2008 06:10:52 +0000
Received: from localhost (localhost [127.0.0.1])
	by fosgate.dyndns.org (Postfix) with ESMTP id 384DF39828
	for <freeBSD-gnats-submit@freebsd.org>; Tue, 15 Jan 2008 22:06:54 -0800 (PST)
Received: from fosgate.dyndns.org ([127.0.0.1])
	by localhost (sonar.foster.dmz [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id 4eKcTI5yjW8e for <freeBSD-gnats-submit@freebsd.org>;
	Tue, 15 Jan 2008 22:06:49 -0800 (PST)
Received: from [192.168.1.9] (monk.foster.dmz [192.168.1.9])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	(Authenticated sender: mdf)
	by fosgate.dyndns.org (Postfix) with ESMTP id 143D33982F
	for <freeBSD-gnats-submit@freebsd.org>; Tue, 15 Jan 2008 22:06:49 -0800 (PST)
Message-Id: <478DA00B.2000505@foster.cc>
Date: Tue, 15 Jan 2008 22:11:23 -0800
From: "Mark D. Foster" <mark@foster.cc>
To: freeBSD-gnats-submit@freebsd.org
Subject: Update man page for mailer.conf to include exim example

>Number:         119706
>Category:       docs
>Synopsis:       [patch] Update man page for mailer.conf to include exim example
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 16 06:20:00 UTC 2008
>Closed-Date:    Mon Jan 21 05:47:51 UTC 2008
>Last-Modified:  Mon Jan 21 05:47:51 UTC 2008
>Originator:     Mark Foster
>Release:        FreeBSD 5.5-RELEASE-p16 i386
>Organization:
>Environment:
System: FreeBSD franco.foster.dmz 5.5-RELEASE-p16 FreeBSD
5.5-RELEASE-p16 #24: Thu Oct 4 05:02:07 PDT 2007
root@franco.foster.dmz:/usr/obj/usr/src/sys/FRANCO1 i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:
Patch to share/man/man5/mailer.conf.5  follows...

	

--- mailer.conf.patch begins here ---
--- mailer.conf.5.orig	Tue Jan 15 21:43:02 2008
+++ mailer.conf.5	Tue Jan 15 22:06:05 2008
@@ -77,6 +77,15 @@
 mailq		/usr/local/sbin/sendmail
 newaliases	/usr/local/sbin/sendmail
 .Ed
+.Pp
+This example shows how to invoke exim in place of sendmail.
+.Bd -literal
+# Emulate sendmail using exim
+sendmail	/usr/local/sbin/exim
+send-mail	/usr/local/sbin/exim
+mailq		/usr/local/sbin/exim
+newaliases	/usr/local/sbin/exim
+.Ed
 .Sh FILES
 /etc/mail/mailer.conf
 .Sh SEE ALSO
--- mailer.conf.patch ends here ---

>Release-Note:
>Audit-Trail:

From: Daniel Gerzo <danger@FreeBSD.org>
To: "Mark D. Foster" <mark@foster.cc>
Cc: freeBSD-gnats-submit@FreeBSD.org, krion@FreeBSD.org
Subject: Re: docs/119706: Update man page for mailer.conf to include exim example
Date: Wed, 16 Jan 2008 10:27:40 +0100

 Hello Mark,
 
 Wednesday, January 16, 2008, 7:11:23 AM, you wrote:
 
 >>Number:         119706
 >>Category:       docs
 >>Synopsis:       Update man page for mailer.conf to include exim example
 
 Is this really necessary??
 
 I would rather add this information to the pkg-message file of the
 exim port, or probably handle it in a similar way as postfix.
 
 Ideas?
 
 -- 
 Best regards,
  Daniel                            mailto:danger@FreeBSD.org
 
State-Changed-From-To: open->closed 
State-Changed-By: trhodes 
State-Changed-When: Mon Jan 21 05:45:42 UTC 2008 
State-Changed-Why:  
Close this PR.  We cannot be expected to add documentation supporting every 
third party mail transfer agent that runs on FreeBSD.  If the submitter wishes 
to submit and maintain an article or handbook section, it will be most welcome. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=119706 
>Unformatted:
