Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jun 2001 09:32:07 -0700 (PDT)
From:      Alex Teslik <alex@acatysmoof.com>
To:        "Crist J. Clark" <cristjc@earthlink.net>
Cc:        freebsd-questions@FreeBSD.ORG, alex@gouda.acatysmoof.com, teslik@yahoo.com
Subject:   Re: xdm, MX records, and segmentation faults after upgrade
Message-ID:  <200106241632.f5OGW7B03049@gouda.acatysmoof.com>

next in thread | raw e-mail | index | archive | help
<snip>
> I modified sendmail.cw with the masquerading and my MX record doesn't issue any errors from named. ideas?

It means that sendmail does not believe that it is supposed to accept
mail from your domain, but the MX record points to it. It wants to
relay the mail somewhere else, but where? What is in your sendmail.cw
and sendmail.cf files?
-- 
Crist J. Clark                           cjclark@alum.mit.edu


   Yes, that would probably be a good idea. Sorry bout that...

sendmail.cw
acatysmoof.com

sendmail.cf
# level 9 config file format
V9/Berkeley

Cwlocalhost
# file containing names of hosts for which we receive email
Fw-o /etc/mail/sendmail.cw

CP.

# "Smart" relay host (may be null)
DS

# operators that cannot be in local usernames (i.e., network indicators)
CO @ % !

# a class with just dot (for identifying canonical names)
C..

# a class with just a left bracket (for identifying domain literals)
C[[

# access_db acceptance class
C{Accept}OK RELAY

# Resolve map (to check if a host exists in check_mail)
Kresolve host -a<OK> -T<TEMP>

# Hosts for which relaying is permitted ($=R)
FR-o /etc/mail/relay-domains

# arithmetic map
Karith arith
# possible values for tls_connect in access map
C{tls}VERIFY ENCR

# who I send unqualified names to (null means deliver locally)
DR

# who gets all local email traffic ($R has precedence for unqualified names)
DH

# dequoting map
Kdequote dequote

# class E: names that should be exposed as from this host, even if we masquerade
# class L: names that should be delivered locally, even if we have a relay
# class M: domains that should be converted to $M
# class N: domains that should not be converted to $M
#CL root
CEroot

# who I masquerade as (null for no masquerading) (see also $=M)
DMacatysmoof.com

# my name for error messages
DnMAILER-DAEMON

CPREDIRECT

# MX map (to allow relaying to hosts that we MX for)
Kmxserved bestmx -z: -T<TEMP>

# Mailer table (overriding domains)
Kmailertable hash -o /etc/mail/mailertable

# Access list database (for spam stomping)
Kaccess hash -o /etc/mail/access

# Virtual user table (maps incoming users)
Kvirtuser hash -o /etc/mail/virtusertable

# Configuration version number
DZ8.11.1

<snip - all defaults>

# fallback MX host
#O FallbackMXhost=fall.back.host.net

# if we are the best MX host for a site, try it directly instead of config err
#O TryNullMXList=False

<snip>

Not sure if I need to modify TryNullMXList or not. Read all the man pages...searched the archives...looking through sendmail.org...

Thanks!
Alex

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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