summaryrefslogtreecommitdiff
path: root/usr.sbin/mailwrapper
AgeCommit message (Collapse)Author
2002-11-09yet another round of SEE ALSO fixes.Federico G. Schwindt
2002-09-18fix Xr refs; frisco@blackant.netTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-08-08do not free unallocated memory, PR#1989Jakob Schlyter
2001-07-20we don't like:Mike Pechkin
o) .Pp before/after .Sh; o) .Pp before/after .Sh; o) .Nm without argument in SYNOPSIS;
2001-07-07clarify & highlightJakob Schlyter
2000-08-18correct postfix example; PR#1366; loict@bougon.netJakob Schlyter
2000-06-11newaliases(1) -> newaliases(8)Todd C. Miller
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-04-06Don't make a sendmail smtpd link, it will be confused with beck's smtpd.Todd C. Miller
2000-04-04Add smtpd linkTodd C. Miller
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
cleanup along the way.
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