Bug 17315

Summary: sendmail insisting on linking /usr/sbin/sendmail even if NO_SENDMAIL is specified in make.conf
Product: Base System Reporter: arzur <arzur>
Component: confAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-CURRENT   
Hardware: Any   
OS: Any   

Description arzur 2000-03-11 09:30:01 UTC
When you use something else than sendmail a MTA (postfix in my case), 
/usr/sbin/sendmail is a symbolic link to the postfix-supplied sendmail.
Even with NO_SENDMAIL in make.conf, the symbolic link will be replaced 
by a link to a non-existing FreeBSD's sendmail, which was not built/installed
during make world ...

How-To-Repeat: install and configure postfix (/usr/ports/mail/postfix)
cd /usr/src; make world
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-03-13 15:31:19 UTC
State Changed
From-To: open->closed

See the mailwrapper(8) manual page.