pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/46694: [PATCH] cf/netbsd-proto.mc for mail/sendmail
>Number: 46694
>Category: pkg
>Synopsis: Add used-be-default config file netbsd-proto.mc for sendmail
>(cf/cf)
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: support
>Submitter-Id: net
>Arrival-Date: Thu Jul 12 03:40:00 +0000 2012
>Originator: Makoto Fujiwara
>Release: NetBSD 6.99.4
>Organization:
KINU Corporation
>Environment:
System: NetBSD modena 6.99.4 NetBSD 6.99.4 (GENERIC) #2: Tue Apr 10 23:45:21
JST 2012 root@modena:/export/src/src/sys/arch/amd64/compile/obj/GENERIC amd64
Architecture: x86_64
Machine: amd64
>Description:
(1) In the old days, sendmail is default, and netbsd-proto.mc is
default configuration setup. Revive that setup. See
http://cvsweb.netbsd.org/cgi-bin/cvsweb.cgi/src/gnu/usr.sbin/sendmail/cf/cf/Attic/netbsd-proto.mc
(2) Recent MTA setup may need port 587 enabled server.
Include that setup in netbsd-proto.mc also.
>How-To-Repeat:
(cd /usr/pkgsrc/mail/sendmail; make package-install);
and follow the instruction in
/usr/pkg/share/sendmail/cf/README.
You may have slight difficult time which is default.
>Fix:
Index: mail/sendmail/Makefile
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/mail/sendmail/Makefile,v
retrieving revision 1.109
diff -u -r1.109 Makefile
--- mail/sendmail/Makefile 12 Mar 2010 13:19:49 -0000 1.109
+++ mail/sendmail/Makefile 12 Jul 2012 03:18:42 -0000
@@ -86,6 +86,7 @@
${INSTALL_DATA} ${WRKDIR}/mailer.conf \
${DESTDIR}${PREFIX}/share/examples/sendmail/
cd ${WRKSRC}/cf && pax -rw -pp -pm -s',^.*\.orig$$,,' .
${DESTDIR}${PREFIX}/share/sendmail
+ cp ${FILESDIR}/netbsd-proto.mc ${DESTDIR}${PREFIX}/share/sendmail/cf/
${INSTALL_DATA} ${WRKSRC}/obj.`${UNAME} -srm | tr \ . | tr \/ - | sed
s/sun4./sun4/`/libsm/libsm.a \
${DESTDIR}${PREFIX}/lib
Index: mail/sendmail/PLIST
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/mail/sendmail/PLIST,v
retrieving revision 1.18
diff -u -r1.18 PLIST
--- mail/sendmail/PLIST 11 Jun 2011 04:44:08 -0000 1.18
+++ mail/sendmail/PLIST 12 Jul 2012 03:16:28 -0000
@@ -71,6 +71,7 @@
share/sendmail/cf/mail.cs.mc
share/sendmail/cf/mail.eecs.mc
share/sendmail/cf/mailspool.cs.mc
+share/sendmail/cf/netbsd-proto.mc
share/sendmail/cf/python.cs.mc
share/sendmail/cf/s2k-osf1.mc
share/sendmail/cf/s2k-ultrix4.mc
Index: mail/sendmail/files/netbsd-proto.mc
===================================================================
RCS file: mail/sendmail/files/netbsd-proto.mc
diff -N mail/sendmail/files/netbsd-proto.mc
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ mail/sendmail/files/netbsd-proto.mc 12 Jul 2012 03:29:19 -0000
@@ -0,0 +1,66 @@
+# $NetBSD$
+
+divert(-1)
+#
+# Copyright (c) 1994 Adam Glass
+# Copyright (c) 1983 Eric P. Allman
+# Copyright (c) 1988, 1993
+# The Regents of the University of California. All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+# notice, this list of conditions and the following disclaimer in the
+# documentation and/or other materials provided with the distribution.
+# 3. All advertising materials mentioning features or use of this software
+# must display the following acknowledgement:
+# This product includes software developed by the University of
+# California, Berkeley and its contributors.
+# 4. Neither the name of the University nor the names of its contributors
+# may be used to endorse or promote products derived from this software
+# without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+# SUCH DAMAGE.
+#
+
+#
+# This is the prototype file for a configuration that supports SMTP
+# connections via TCP and some commonly required features.
+#
+
+include(`../m4/cf.m4')
+VERSIONID(`@(#)netbsd-proto.mc $Revision$')
+OSTYPE(bsd4.4)dnl
+DOMAIN(generic)dnl
+FEATURE(genericstable,DATABASE_MAP_TYPE` -o 'MAIL_SETTINGS_DIR`genericstable')
+FEATURE(mailertable, DATABASE_MAP_TYPE` -o 'MAIL_SETTINGS_DIR`mailertable')
+FEATURE(virtusertable,DATABASE_MAP_TYPE` -o 'MAIL_SETTINGS_DIR`virtusertable')
+FEATURE(domaintable, DATABASE_MAP_TYPE` -o 'MAIL_SETTINGS_DIR`domaintable')
+FEATURE(access_db, DATABASE_MAP_TYPE` -T<TMPF> -o
'MAIL_SETTINGS_DIR`access')
+FEATURE(`redirect')
+FEATURE(`no_default_msa')
+MAILER(local)dnl
+MAILER(smtp)dnl
+
+# Enable port 587 also to serve as local submission server
+DAEMON_OPTIONS(`Family=inet, address=127.0.0.1, Name=MTA, Modifiers=O,
Port=smtp')dnl
+DAEMON_OPTIONS(`Family=inet, address=127.0.0.1, Name=MSA, Modifiers=O,
Port=submission')dnl
+# Enable IPv6. IPv6 is marked as optional so the configuration file
+# can be used on IPV4-only kernel as well.
+DAEMON_OPTIONS(`Family=inet6, address=::1, Name=MTA6, Modifiers=O,
Port=smtp')dnl
+DAEMON_OPTIONS(`Family=inet6, address=::1, Name=MSA6, Modifiers=O,
Port=submission')dnl
+# Above setup is outgoing service only, replace
+# 127.0.0.1 by 0.0.0.0 and ::1 by :: to accept incoming mails.
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index