Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 06 Dec 2023 18:50:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 275575] sendmail_enable="YES" does not start sendmail
Message-ID:  <bug-275575-227-iYnD6tLB1h@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-275575-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275575

--- Comment #1 from Gerasimos Melissaratos <gmelis@mikroskosmos.gr> ---
It works correctly when the variable sendmail_program is set to
/usr/libexec/sendmail/sendmail in /etc/rc.conf or /etc/rc.conf.local. So the
following can provide a quick fix:

echo sendmail_program="/usr/libexec/sendmail/sendmail" >> /etc/rc.conf

though I believe it would be better if the variable was set in
/etc/rc.d/sendmail:

23c23
< command=${sendmail_program:-/usr/sbin/${name}}
---
> command=${sendmail_program:-/usr/libexec/sendmail/${name}}

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

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