Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Apr 2003 14:44:41 -0600
From:      Mike Meyer <mwm-dated-1049921082.d8b4d5@mired.org>
To:        Matthew Smith <matt@forsetti.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Daily Run Output error
Message-ID:  <16013.61113.254864.71086@guru.mired.org>
In-Reply-To: <3E8DED85.50801@forsetti.com>
References:  <1049487511.1528.25.camel@localhost.localdomain> <3E8DED85.50801@forsetti.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In <3E8DED85.50801@forsetti.com>, Matthew Smith <matt@forsetti.com> typed:
> Jon Reynolds wrote:
> > I am getting this error in my daily run output:
> > Mail in local queue:
> > mailq: execing /usr/libexec/sendmail/sendmail: No such file or directory
> > I have qmail installed and have done the 'make disable-sendmail' and the
> > 'make enable-qmail' on the machine and it is working fine as a mail
> > server. Anyone seen this before and have a fix for it?
> I think you will want to look at /etc/mail/mailer.conf

In particular, you want a line like:

	mailq   /var/qmail/bin/qmail-qread

Alternatively, you can add

	daily_status_mailq_enable="NO"

to /etc/periodic.conf. You probably want to add

	daily_status_mail_rejects_enable="NO"

to /etc/periodic.conf in either case.

	<mike
-- 
Mike Meyer <mwm@mired.org>		http://www.mired.org/consulting.html
Independent Network/Unix/Perforce consultant, email for more information.



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