summaryrefslogtreecommitdiff
path: root/usr.sbin/mailwrapper
AgeCommit message (Collapse)Author
2000-01-10Place NULL arg on end of argv array only after all other args. mickey@ okimp
2000-01-10extra : in err(); impTheo de Raadt
1999-12-17terminate an arg vector w/ NULLMichael Shalayeff
1999-09-28Proper error output.Hakan Olsson
1999-08-02Fallback to sendmail if /etc/mailer.conf is missing.Jakob Schlyter
1999-08-02IndentationJakob Schlyter
1999-08-02Fix realloc bug.Jakob Schlyter
1999-08-02Integration of mailwrapper (from NetBSD)Jakob Schlyter
"The mailwrapper program is designed to replace /usr/sbin/sendmail and to invoke an appropriate MTA instead of sendmail(8) based on configuration information placed in /etc/mailer.conf. This permits the administrator to configure which MTA is to be invoked on the system at run time." OK deraadt, millert