Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2002 02:14:52 -0400
From:      David Banning <david@skytrackercanada.com>
To:        Kathy Quinlan <katinka@magestower.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Send Mail problems.
Message-ID:  <20020606021452.A39485@skytrackercanada.com>
In-Reply-To: <EGEAIMMIBHIBOPAMFLLBEEDODFAA.katinka@magestower.com>; from katinka@magestower.com on Wed, Jun 05, 2002 at 05:40:29PM %2B0800
References:  <EGEAIMMIBHIBOPAMFLLBEEDODFAA.katinka@magestower.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> I am getting 3 errors with sendmail :
> Jun  5 17:10:33 students sendmail[95]: g53J1RP00778: SYSERR(root):
> kps.dnsalias.org. config error: mail loops back to me (MX problem?)
> Jun  5 17:10:33 students sendmail[95]: g559AXE00095: Losing
> ./qfg559AXE00095: savemail panic
> Jun  5 17:10:33 students sendmail[95]: g559AXE00095: SYSERR(root): savemail:
> cannot save rejected email anywhere

I don't know about the first error but I just had the same last two errors
as you did. For me it turned out to be related to my upgrade to 4.5.
I am not sure that is it in your case, but I solved it by running mergemaster
which replaced replaced or modified many of the /etc/rc* files.
There are a number of changes that happened with the sendmail configuration
startup in /etc/rc.conf

then I followed direction in /etc/mail/README,
specifically;

2. Return to using a set-user-ID root sendmail binary by changing the
   ownership and permissions on the sendmail binary and removing the
   /etc/mail/submit.cf file:
        chown root /usr/libexec/sendmail/sendmail
        chmod 4755 /usr/libexec/sendmail/sendmail
        rm /etc/mail/submit.cf

did it for me. Hope this helps.



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?20020606021452.A39485>