Date: Mon, 2 Dec 2002 20:39:44 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Nathan Kinkade <nkinkade@dsl-only.net> Cc: freebsd-questions@FreeBSD.org Subject: Re: Sendmail / Fetchmail / Procmail / Mozilla Message-ID: <20021202183944.GF6927@gothmog.gr> In-Reply-To: <20021202163848.GE467@sub21-156.member.dsl-only.net> References: <3DEA0CB4.3030204@p6m7g8.com> <20021201184537.GD86826@freepuppy.bellavista.cz> <20021201200318.GA467@sub21-156.member.dsl-only.net> <20021202083540.GE86826@freepuppy.bellavista.cz> <20021202163848.GE467@sub21-156.member.dsl-only.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-12-02 08:38, Nathan Kinkade <nkinkade@dsl-only.net> wrote: > OK. I apologize if I mis-interpreted your post. It wasn't clear to me > that your were making a distinction between "Sendmail" and "sendmail", > as you don't point out such a distinction. Still, how does one totally > disable "sendmail" without deleting the wrapper named `sendmail`? My > rc.conf file has 'sendmail_enable="NONE"', yet I still receive the > output from the periodic scripts via Exim. I am not trying to question > your mastery of FreeBSD. I am simply trying to clarify this matter so > that if I am in error I may correct myself. It seems to me that you have successfully disabled all instances of sendmail. It's Exim that gets those reports, and Exim that mails them to root. You can disable those reports by setting the following in your /etc/periodic.conf daily_output="/dev/null" daily_status_security_output="/dev/null" weekly_output="/dev/null" monthly_output="/dev/null" This isn't related to sendmail though. It's a configuration option of periodic(8), which you can change even if sendmail/exim/whatever is running on your system. - Giorgos 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?20021202183944.GF6927>