History log of /freebsd-9.3-release/share/man/man5/mailer.conf.5
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 213609 08-Oct-2010 markm

Extend the "example" section a bit, for other mailers.


# 162404 18-Sep-2006 ru

Markup fixes.


# 159326 06-Jun-2006 delphij

Cleanups for mailwrapper(8):
- K&R -> ANSI prototype [O]
- Do not bother to do free right before exit() or execve() [O]
- Remove some dead code in addarg()
- Make additional parameters specified in mailer.conf(5)
actually work and document the fact. [N]
- Avoid using __progname but instead use getprogname()
and setprogname() to provide more sensible messages. [O, N]
- Update $OpenBSD$ and $NetBSD$ to reflect the fact that we
have sync'ed with their code.
- WARNS=6

Obtained from/Inspired by: OpenBSD [O], NetBSD [N] (partially)


# 141580 09-Feb-2005 ru

Fixed the misplaced $FreeBSD$.


# 140561 21-Jan-2005 ru

Sort sections.


# 131530 03-Jul-2004 ru

Mechanically kill hard sentence breaks and double whitespaces.


# 81625 14-Aug-2001 ru

mdoc(7) police: removed final dot from the .Nd call.


# 79454 09-Jul-2001 dd

mdoc(7) police: remove extraneous .Pp before and/or after .Sh.


# 79261 04-Jul-2001 dd

mdoc(7) police: sort xrefs.


# 79142 03-Jul-2001 eivind

Use correct paths to postfix the way we install it


# 68753 15-Nov-2000 ben

remove fullstops from the end of .Xr lines in SEE ALSO sections.


# 66791 07-Oct-2000 alex

Give the post-fix example a better description.

PR: 21646
Submitted by: "Peter Pentchev" <roam@orbitel.bg>


# 66403 27-Sep-2000 marko

Fixed broken path /etc/mailer.conf -> /etc/mail/mailer.conf

PR: 21586
Submitted by: tim@desert.net


# 54817 19-Dec-1999 peter

This commit was generated by cvs2svn to compensate for changes in r54816,
which included commits to RCS files with non-trunk default branches.


# 54816 19-Dec-1999 peter

Import NetBSD's mailwrapper to redirect /usr/sbin/sendmail to the user's
chosen mailer.

Obtained from: NetBSD