Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Dec 2002 10:38:57 +0200
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        malcolm kay <malcolm.kay@adelaide.on.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: [Fwd: Mail and FreeBSD 4.7]
Message-ID:  <20021214083857.GD19785@gothmog.gr>
In-Reply-To: <3DFAA545.3080708@adelaide.on.net>
References:  <3DFA8609.8030609@adelaide.on.net> <3LvK9.13166$0b.515118@news2.east.cox.net> <3DFA9A93.7060706@adelaide.on.net> <v1xK9.13187$0b.545695@news2.east.cox.net> <3DFAA545.3080708@adelaide.on.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-12-14 13:58, malcolm kay <malcolm.kay@adelaide.on.net> wrote:
>
> I've been installing and running FreeBSD since release 2.0.5 with
> very few problems.
>
> But now with 4.7 I find there is some fundamental difference in the
> mail structure. I find local mail ends up in /var/spool/clientmqueue
> instead of the traditional /var/spool/mqueue which is fine except
> that it stays there without ever getting distributed to targetted
> recipients.

Anything interesting in your log files?  Look in /var/log/maillog for
lines related to the messages stuck in your queue.  You can initially
use the mailq command to find out the ids of the messages stuck in
your clientqueue:

	# mailq -Ac | grep '^[[:alpha:]]' | awk '{print $1}'
	gBE8KwpN025747
	gBE87uh6025588
	gBE85WZl025575

Then, us those ids as grep expressions to match only the related lines
from /var/log/maillog:

	# grep gBE8KwpN025747 /var/log/maillog

You'll certainly find more hints in your log files that we can guess.
If you do find out something but you don't quite understand what went
wrong from the logfile text, then please mail the list with the output
of that last grep command on /var/log/maillog.


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?20021214083857.GD19785>