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/>
References:  <bug-275575-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275575

--- 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=3D"/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=3D${sendmail_program:-/usr/sbin/${name}}
---
> command=3D${sendmail_program:-/usr/libexec/sendmail/${name}}

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



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