diff options
author | Erich Eckner <git@eckner.net> | 2018-01-08 09:55:38 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-01-08 09:55:38 +0100 |
commit | 00fc3c1c9191292584c2c5f5d69c1b6d7ec33245 (patch) | |
tree | 7fa81ffff0e5ef5dfa29cd4d5e5d883dd392681e /man.commons.in | |
parent | 94b2c7e4e9ab91f3e7794fb142ff27207c3fff6c (diff) | |
download | check-kernel-00fc3c1c9191292584c2c5f5d69c1b6d7ec33245.tar.xz |
man page new
Diffstat (limited to 'man.commons.in')
-rw-r--r-- | man.commons.in | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/man.commons.in b/man.commons.in new file mode 100644 index 0000000..275ddb7 --- /dev/null +++ b/man.commons.in @@ -0,0 +1,27 @@ +[CONFIGURATION] +The configfile \fB#ETCDIR#/sendmailadvanced.conf\fP is a bash script, which defines the following variables and routines: +.TP +.B "gpg_recipient" +default recipient to encrypt to +.TP +.B "hashcash_bits" +stamp value +.TP +.B "body_header_hook" +routine printing things to put into head of (body of) email. +Parameter \fB$1\fP was given on the console via \fB--hook $1\fP. +.TP +.B "body_footer_hook" +routine printing things to put into foot of email. +Parameter \fB$1\fP was given on the console via \fB--hook $1\fP. +[FILES] +.TP +.B "#BINDIR#/sendmailadvanced" +program file +.TP +.B "#ETCDIR#/sendmailadvanced.conf" +contains configuration +[AUTHOR] +.nf +Erich Eckner <opensource at eckner dot net> +.fi |