summaryrefslogtreecommitdiff
path: root/doc/nullmailer-inject.1
Commit message (Collapse)AuthorAge
* Provide for '/etc/mailname'David Bremner2023-04-22
| | | | | | | | | | | | | This patch provides code and documentation changes to accomodate Debian's '/etc/mailname'. The patch includes related modifications, for example not to add a domain to the hostname when 'defaultdomain' is empty, as it might reasonably be on a Debian system. The presently also disables tests related to 'me'. It is not clear how the '/etc/mailname' behavior is tested best. Author: Felix Lechner <felix.lechner@lease-up.com> Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504184 Last-Update: 2017-08-31 Gbp-Pq: Name 0005-Provide-for-etc-mailname.patch
* inject: Use the username as the default full nameBruce Guenter2018-08-07
| | | | | | | This helps distinguish system sent messages when the MTA rewrites the address (as does GMail, for example). Fixes #52
* spelling: qualifiedJosh Soref2017-10-23
|
* doc: Fix "defauldomain" -> "defaultdomain" typosW. Trevor King2017-03-01
|
* Merge branch 'bounce'Bruce Guenter2016-01-20
|\
| * doc: Added documentation for -dsnBruce Guenter2016-01-19
| |
* | doc: -inject prints diagnostics to stderr not stdoutBruce Guenter2016-01-14
|/
* doc: Some fixes to the -inject man pageBruce Guenter2016-01-14
|
* Fix typo: seperate => separateBruce Guenter2016-01-12
|
* Do not canonicalize *@localhost addresses.Bruce Guenter2007-10-09
|
* Added support in nullmailer-inject for $NULLMAILER_QUEUE to name theBruce Guenter2007-04-09
| | | | | program which is used to queue messages.
* If the sender name cannot be determined from the environment Bruce Guenter2006-06-29
| | | | | | | | | | | | | variables, try to pull it from /etc/passwd before using "unknown". Thanks Roderick Schertler <roderick@argon.org> Mail from cron gets an envelope sender address of "unknown" because it doesn't set $LOGNAME or $USER in the environment. This patch fixes it by having nullmailer-inject try getpwnam() for the name if the environment variables aren't set. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=218326
* Fixed up and documented the default host/domain rules.Bruce Guenter2002-12-23
|
* Clarified documentation.Bruce Guenter2002-12-15
|
* Imported sources.Bruce Guenter2000-02-17