git: mail(1): call sendmail, not send-mail
    John Marino 
    marino at crater.dragonflybsd.org
       
    Mon Mar  9 00:55:30 PDT 2015
    
    
  
commit 82c94b79bf89c02cf6a1b0cd528be2e0340facfc
Author: John Marino <draco at marino.st>
Date:   Mon Mar 9 07:33:45 2015 +0100
    mail(1): call sendmail, not send-mail
    
    There is no actual executable or link to executable named "send-mail".
    Somehow the request must be processed by the mailwrapper because tuxillo
    reports mail(1) will not function without an entry in mailer.conf.
    
    Rather than fix all the sample mailer.conf files, the installed one, and
    the MTA switch instructions, just make mail(1) spawn "sendmail" instead.
    This works because send-mail is always an alias for sendmail in
    /etc/mail/mailer.conf
Summary of changes:
 etc/mail/mailer.conf         |  1 -
 share/man/man5/mailer.conf.5 | 63 ++++++++++++++++++++++++++++----------------
 usr.bin/mail/names.c         |  2 +-
 3 files changed, 41 insertions(+), 25 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/82c94b79bf89c02cf6a1b0cd528be2e0340facfc
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list