Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-11 | Symlinks to binaries should belong to root:bin. | Martin Natano | |
tweaks and ok guenther | |||
2015-12-28 | remove unused copy argument from addarg() | Joerg Jung | |
diff from Serguey Parkhomovsky via tech@ ok sunil millert | |||
2015-12-14 | Update default MTA reference to smtpd(8). Rectify documentation of | Sunil Nimmagadda | |
fallback behaviour when configuration file is missing. Documentation bits from Serguey Parkhomovsky. Ok jung@ "if the fallback code stays" | |||
2015-12-08 | Update EXAMPLES to use smtpctl(8). | Sunil Nimmagadda | |
2015-10-12 | surprisingly, this can pledge "stdio rpath exec" right at start. once | Theo de Raadt | |
the config file is opened, it can pledge "stdio exec", and be on its merry way to start the real MTA | |||
2015-09-10 | reduce .Nd to one line and kill .Tn while here | Ingo Schwarze | |
2014-10-08 | simple reallocarray() use; ok doug | Theo de Raadt | |
2014-09-16 | smtpd in SEE ALSO; | Jason McIntyre | |
2014-03-27 | one more Xr to smtpd; | Jason McIntyre | |
2014-03-27 | switch smtpd and sendmail examples now that smtpd is the default | Gilles Chehade | |
ok jmc@ tedu@ | |||
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze | |
2009-08-08 | sync with code change for mailq in smtpctl | Ian Darwin | |
2009-08-06 | swap the postfix example for an smtpd one; | Jason McIntyre | |
based on a diff from Peter J. Philipp, documentation/6205 ok gilles, millert while here, add missing makemap entry to the sendmail example | |||
2009-03-16 | makemap symlink should be in /usr/sbin; ok gilles@ | Jacek Masiulaniec | |
2009-03-16 | run makemap through mailwrapper(8), to avoid conflict between | Jacek Masiulaniec | |
sendmail and smtpd. ok gilles@, "Go go go!" todd@ | |||
2009-02-07 | remove leftover from mdoc.samples; ok jmc@ | Martynas Venckus | |
2007-11-06 | avoid coredump when ther;s only one token on a line; ok millert@ | Otto Moerbeek | |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2004-07-06 | Back out rev 1.2 as it doesn't make sense--since we exit on failure | Todd C. Miller | |
there is no need to save the old value of the pointer we are realloc()ing. Based on a diff from Andrey Matveev. | |||
2003-06-12 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL - new sentence, new line | |||
2003-03-09 | As pointed out by Perry, mailwrapper is never invoked directly, | Todd C. Miller | |
err/warn will show names like sendmail, mailq, etc which is confusing. However, prefixing "mailwrapper" to the string passed to err/warn is ugly too. The least evil alternative seems to be to stash the value of __progname for checking and assign "mailwrapper" to __progname. | |||
2003-03-08 | Bleah, someone beat me to this but I have some minor chages | Todd C. Miller | |
2003-03-08 | fix err/errx uses; andrushock@korovino.net | Theo de Raadt | |
2003-02-05 | typos; isakmpd(8) ok niklas@, mailwrapper(8) help kjell@ | Jason McIntyre | |
2002-12-20 | Don't bother free()ing memory when we are just headed for exit(). | Todd C. Miller | |
Fixes a bug whereby freed memory was used in an error case. | |||
2002-12-09 | KNF | Theo de Raadt | |
2002-11-09 | yet another round of SEE ALSO fixes. | Federico G. Schwindt | |
2002-09-18 | fix Xr refs; frisco@blackant.net | Theo de Raadt | |
2002-02-16 | Part 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-08 | do not free unallocated memory, PR#1989 | Jakob Schlyter | |
2001-07-20 | we don't like: | Mike Pechkin | |
o) .Pp before/after .Sh; o) .Pp before/after .Sh; o) .Nm without argument in SYNOPSIS; | |||
2001-07-07 | clarify & highlight | Jakob Schlyter | |
2000-08-18 | correct postfix example; PR#1366; loict@bougon.net | Jakob Schlyter | |
2000-06-11 | newaliases(1) -> newaliases(8) | Todd C. Miller | |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-04-06 | Don't make a sendmail smtpd link, it will be confused with beck's smtpd. | Todd C. Miller | |
2000-04-04 | Add smtpd link | Todd C. Miller | |
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell | |
cleanup along the way. | |||
2000-01-10 | Place NULL arg on end of argv array only after all other args. mickey@ ok | imp | |
2000-01-10 | extra : in err(); imp | Theo de Raadt | |
1999-12-17 | terminate an arg vector w/ NULL | Michael Shalayeff | |
1999-09-28 | Proper error output. | Hakan Olsson | |
1999-08-02 | Fallback to sendmail if /etc/mailer.conf is missing. | Jakob Schlyter | |
1999-08-02 | Indentation | Jakob Schlyter | |
1999-08-02 | Fix realloc bug. | Jakob Schlyter | |
1999-08-02 | Integration 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 |