Re: [exim] Exim and FreeBSD

Top Page
Delete this message
Reply to this message
Author: Matt Fretwell
Date:  
To: exim
Subject: Re: [exim] Exim and FreeBSD
Jonathan Vanasco wrote:

>
> > newaliases           /usr/local/sbin/exim
> > mailq           /usr/local/sbin/exim
> > hoststat        /usr/local/sbin/exim
> > purgestat       /usr/local/sbin/exim

>
> shouldn't those lines be more like:
>
>     newaliases        /usr/bin/true
>     mailq         /usr/local/sbin/exim -bp
>     hoststat            /usr/bin/true
>     purgestat            /usr/bin/true



With the hoststat and purgestat lines, you can either use as you are
doing, (/usr/bin/true), or remove them completely. The latter option does
require you to edit your periodic.conf, however, to prevent those two
items being called upon.


Matt