Re: What is this sm-mta?

From: <iio7_at_tutanota.com>
Date: Thu, 01 Dec 2022 23:58:25 UTC
Nov 26, 2022, 14:18 by freebsd@qeng-ho.org:

> On 25/11/2022 19:07, iio7@tutanota.com wrote:
>
>> I have the following options set in /etc/rc.conf
>>
>> sendmail_enable="NO"
>> sendmail_msp_queue_enable="NO"
>>
>> Yet I keep seeing a lot of sendmail activitity in /var/log/maillog:
>>
>
> To shut sendmail off completely you want
>
> sendmail_enable="NONE"
>
According to the documentation "NONE" is deprecated.

The current setting to completely disable Sendmail is, as
Kurt wrote, the following 4 lines:
sendmail_enable="NO"sendmail_msp_queue_enable="NO"sendmail_submit_enable="NO"sendmail_outbound_enable="NO"
Kind regards.