5975 If mailer.conf is missing mailwrapper should not forget to add arguments to the default sendmail

Review Request #55 — Created May 31, 2015 and submitted

wiedi
illumos-gate
5975
general

With default mailer.conf:

# echo test | sendmail -t test@example.com
#

Without:

# sudo mv /etc/mailer.conf{,.bak}
# echo test | sendmail -t test@example.com
Recipient names must be specified

replace mailwrapper with one from proto area build with these changes and no mailer.conf:

# echo test | sendmail -t test@example.com
#
wiedi
andy_js
  1. Ship It!
  2. 
      
jeffpc
  1. Ship It!
  2. 
      
hans
  1. Ship It!
  2. 
      
wiedi
Review request changed

Status: Closed (submitted)

Loading...