summaryrefslogtreecommitdiff
path: root/man.commons.in
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-10-11 16:24:29 +0200
committerErich Eckner <git@eckner.net>2016-10-11 16:24:29 +0200
commitea8f0eb2fcce875fb25e4139b9fde75db1bc5655 (patch)
treee92cbc0cffc91cf94eb7c62f2d60ce636e94f283 /man.commons.in
parent226791f308cfac82860f03c7daea7d1e4ea3bd6c (diff)
downloadsendmailadvanced-ea8f0eb2fcce875fb25e4139b9fde75db1bc5655.tar.xz
manpage automatisch aus Hilfe erstellen
Diffstat (limited to 'man.commons.in')
-rw-r--r--man.commons.in27
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