summaryrefslogtreecommitdiff
path: root/usr.sbin/mailwrapper
AgeCommit message (Collapse)Author
2003-03-09Revert previous changes. Add a comment to the source explaining themjl
reason things are as they are -- Perry said: This (using err("mailwrapper")) is intentional. Mailwrapper plays ugly games with argv[0] and thus it is often difficult for people to know that the error isn't from "mailq" or "sendmail" but from mailwrapper -- having mailwrapper add an indication that it was really mailwrapper running was a requested feature.
2003-03-08Correct args to err(), no need to include "mailwrapper:" prefix manually.mjl
Triggered by posting to OpenBSD mailing list.
2003-03-03Bump date for mini-sendmail reference; add its pkgsrc path to SEE ALSO section.wiz
2003-02-18Clarify a bit, fix up the examples somewhat, etc.perry
2003-02-17Actually make additional arguments in mailer.conf useful, and documentis
them. Reviewed by perry and wiz.
2002-12-01Document additional line required to emulate sendmail using postfix.rtr
Without line error will be appended to mailed output of daily script. Solves part of PR bin/18800. Patch provided by Ryo HAYASAKA <ryoh@jaist.ac.jp>
2002-11-30tweaks for fparseln(3) move from libutil to libc:lukem
- remove #include <util.h> if nothing else needed it - remove LDFLAGS+=-lutil if nothing else needed it
2002-10-17Postfix does not support the 'send-mail' arg.soren
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-02-06fix typo: s/hard/hand/mrg
2002-01-19Whitespace nits, sort SEE ALSO and sections.wiz
2002-01-19Drop an unnecessary .Pp, sort sections, add postfix .Xr, and improve markup.wiz
2001-06-08Remove trailing dot from .Nd, and a bogus comment line (probably leftwiz
over from example man page).
2001-02-19convert to use getprogname()cgd
2000-11-16Add forgottern addarg(&al, NULL, 0) before execve() to prevent coredump.msaitoh
2000-09-04For commands and utilities, use EXIT STATUS rather than RETURN VALUES orkleink
DIAGNOSTICS as appropriate (and documented in mdoc(7)).
2000-08-18use more Xr to refer to sendmail(8). suggested by jhawk.itojun
XXX not sure what is the correct way to refer to "postfix suite". postfix(1) does not seem that relevant here.
2000-08-18add purgestat and hoststat into sendmail example,itojun
they are added in sendmail 8.10.x. correct preamble text near postfix example.
2000-07-26add usr.bin/{hoststat,purgestat}, which are new argv[0] hackitojun
for sendmail 8.10.x and beyond. sorry that i forgot to add this one. From: Andrew Brown <atatat@atatdot.net>
2000-07-05remove extra period in SEE ALL sectionmsaitoh
1999-05-29Use postfix as an examplechristos
1999-05-29Allow remapped commands to have arguments appended to them.christos
1999-03-25Split off /etc/mailer.conf manual page from mailwrapper manual page.is
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
so we shouldn't override it with versions in the manpages. Many more to come.
1999-02-20- Rewrite to use fparseln(), strspn(), strsep(). Avoids statically-sizedthorpej
buffers and allows for line continuation. - Use __progname instead of chopping argv[0] into a statically-sized temporary buffer.
1999-02-05We shouldn't count on the user building sendmail. Update the makeperry
file so that it does the symlinking of newaliases and mailq to /usr/sbin/mailwrapper directly.
1999-02-05update example to new sendmail locationperry
1999-02-05remove extra "."hubertf
1999-02-04Spellink.kleink
1998-12-25Add the "mailwrapper" program, which is designed to act as a switchperry
permitting users to choose between sendmail and other mail systems with a simple configuration file change. Not yet turned on -- this is being committed so people can beat on it.