Re: "savemail: cannot save rejected email anywhere" on recent 4.9-STABLE

2004-02-20 Thread FreeBSD mail
A late response, but I've seen this happen with certain blacklist problems
(like when the localhost address got put in one of the blacklists).

On Thu, 29 Jan 2004, Clint Gilders wrote:

> This server is running 4.9-STABLE built from new sources on Jan 24, 2004, and 
> upgraded
> (via 4.6-RELEASE and 4.8-RELEASE) from 4.3-RELEASE.
>
> This is a very busy busy mail server and in my /var/log/messages I'm seeing lots of
> messages like:
>
> Jan 29 08:03:48 ns2 sm-mta[91987]: i0TE3TnC091987: SYSERR(root): savemail: cannot 
> save
> rejected email anywhere
>
> Does this mean that sendmail can't put mail in /var/spool/mqueque?
>
> I've compared mail settings on this server to a new server running 4.9-STABLE and I 
> can't
> see any differences in the permissions on the files I've looked at.   I'm using the
> default setting from /etc/defaults/rc.conf and simply have sendmail_enable="YES" in
> /etc/rc.conf
>
> I've looked on google, but none of the results I looked at helped.
>
> Any suggestions on where to look?  Anymore info from me that would help?
>
> Thanks
> --
> Clint Gilders <[EMAIL PROTECTED]>
> Director of Technology Services
> OnlineHobbyist.com, Inc.
>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: "savemail: cannot save rejected email anywhere" on recent 4.9-STABLE

2004-01-29 Thread Claus Assmann
On Thu, Jan 29, 2004, Clint Gilders wrote:

> Jan 29 08:03:48 ns2 sm-mta[91987]: i0TE3TnC091987: SYSERR(root): savemail: 
> cannot save rejected email anywhere

Is your postmaster alias working?
date | sendmail -v -Am postmaster

There's more information in the log:

grep i0TE3TnC091987 maillog

and check the files:

cd /var/spool/mqueue
vi *fi0TE3TnC091987
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: "savemail: cannot save rejected email anywhere" on recent 4.9-STABLE

2004-01-29 Thread George Vagner
just had same issue here, it was my version of perl i was using.

what fixed it?  i typed in   "use.perl system" without quotes.


- Original Message - 
From: "Clint Gilders" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, January 29, 2004 10:28 AM
Subject: "savemail: cannot save rejected email anywhere" on recent
4.9-STABLE


> This server is running 4.9-STABLE built from new sources on Jan 24, 2004,
and upgraded
> (via 4.6-RELEASE and 4.8-RELEASE) from 4.3-RELEASE.
>
> This is a very busy busy mail server and in my /var/log/messages I'm
seeing lots of
> messages like:
>
> Jan 29 08:03:48 ns2 sm-mta[91987]: i0TE3TnC091987: SYSERR(root): savemail:
cannot save
> rejected email anywhere
>
> Does this mean that sendmail can't put mail in /var/spool/mqueque?
>
> I've compared mail settings on this server to a new server running
4.9-STABLE and I can't
> see any differences in the permissions on the files I've looked at.   I'm
using the
> default setting from /etc/defaults/rc.conf and simply have
sendmail_enable="YES" in
> /etc/rc.conf
>
> I've looked on google, but none of the results I looked at helped.
>
> Any suggestions on where to look?  Anymore info from me that would help?
>
> Thanks
> -- 
> Clint Gilders <[EMAIL PROTECTED]>
> Director of Technology Services
> OnlineHobbyist.com, Inc.
>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"