Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Aug 1996 01:29:34 +0200
From:      roberto@keltia.freenix.fr (Ollivier Robert)
To:        ponds!rivers@dg-rtp.dg.com (Thomas David Rivers)
Cc:        freebsd-hackers@freebsd.org (FreeBSD Hackers' list)
Subject:   Re: Sendmail 8.7.5 issues (the sendmail in FreeBSD 2.1.5.)
Message-ID:  <199608162329.BAA26558@keltia.freenix.fr>
In-Reply-To: <199608161810.OAA04488@lakes.water.net>; from Thomas David Rivers on Aug 16, 1996 14:10:12 -0400
References:  	<199608161810.OAA04488@lakes.water.net>

next in thread | previous in thread | raw e-mail | index | archive | help
According to Thomas David Rivers:
> and, after a quick perusal of the m4 files, you see that nodns
> doesn't actually do anything anymore... and there is no

I wasn't sure and  included it anyway. You'll  see I don't even use anymore
:-)

> way to have sendmail not do DNS...  in my situation, it always
> failed talking to the name server, and then simply queued the
> mail. (Exactly what is described in that paragraph....)

Explain to why I don't  have a problem on  my machine  ? I use  exclusively
UUCP, even when I'm PPP connected. Here is my .mc file:

divert(-1)
#
# 2.1	30/05/95	roberto		new configuration file for 8.7
# 2.2	08/06/95	roberto		use procmail as local mailer
# 2.3	17/07/95	roberto		set confMAX_MESSAGE_SIZE to 1000000
# 2.4	13/08/95	roberto	    add nocanonify to shut off DNS
# 2.5	18/09/95	roberto		add use_ct_file feature
# 2.6	02/10/95	roberto		move files into /etc/mail
# 2.7	03/12/95	roberto		put back MIME error messages for DSN.
# 2.8	27/05/96	roberto		brasil is now SMART_HOST
#
# NOTE: default is to pass 8bit data directly without the dreaded
#       QP conversion. We keep that behaviour of course.
#
include(`../m4/cf.m4')
VERSIONID(`@(#)keltia-uucp.mc	2.8 (roberto) 08/03/96')
OSTYPE(bsd4.4)

FEATURE(nocanonify)
FEATURE(mailertable, hash /etc/mail/mailertable.db)
FEATURE(redirect)
FEATURE(use_ct_file)
FEATURE(use_cw_file)
FEATURE(local_procmail)
FEATURE(always_add_domain)
FEATURE(uucpdomain, hash /etc/mail/domaintable.db)
FEATURE(domaintable, hash /etc/mail/domaintable.db)

dnl # Even if it is generally too late :-)
define(`UUCP_MAX_SIZE', `1000000')dnl
dnl # Everything that is not in mailertable goes here
define(`SMART_HOST', `uucp-dom:brasil')dnl
dnl # I want them there
define(`ALIAS_FILE', `/etc/mail/aliases')dnl

dnl # We generally don't use SMTP but
define(`confMAX_MESSAGE_SIZE', `1000000')dnl
dnl # I know others' sendmail are nice ones
define(`confSMTP_MAILER', `smtp8')dnl
dnl # For username rewriting
define(`confUSERDB_SPEC', `/etc/mail/userdb.db')dnl
dnl # For userdb
define(`confDOMAIN_NAME', `$w.$m')dnl
dnl # Logical
define(`confCOPY_ERRORS_TO', `Postmaster')dnl
dnl # For aliases
define(`confME_TOO', `True')dnl
dnl # Be a little paranoid
define(`confPRIVACY_FLAGS', `noexpn,noreceipts')dnl
dnl # For MIME
define(`confDEF_CHAR_SET', `ISO-8859-1')dnl
dnl # I want it there
define(`confCT_FILE', `/etc/mail/sendmail.ct')dnl
dnl # I want it there
define(`confCW_FILE', `/etc/mail/sendmail.cw')dnl
dnl # I want this configuration version
define(`confCF_VERSION', `keltia-uucp-2.8')dnl

MAILER(local)
MAILER(smtp)
MAILER(uucp)

-- 
Ollivier ROBERT    -=- The daemon is FREE! -=-    roberto@keltia.freenix.fr
FreeBSD keltia.freenix.fr 2.2-CURRENT #17: Fri Aug  2 20:40:17 MET DST 1996



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608162329.BAA26558>