diff options
author | Erich Eckner <git@eckner.net> | 2016-05-04 11:31:52 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-05-04 11:31:52 +0200 |
commit | 5075b6984995dc12605f8886bd929c485011cd6f (patch) | |
tree | cadf50f5766865e31a2419d64c8c5b7f2e572b4c | |
parent | 9d8c52a7ad1410f339cedd31259af265b34a0abd (diff) | |
download | sendmailadvanced-5075b6984995dc12605f8886bd929c485011cd6f.tar.xz |
update: manpageinfo about configfile
-rw-r--r-- | sendmailadvanced.8.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sendmailadvanced.8.in b/sendmailadvanced.8.in index bf7f475..9dd1312 100644 --- a/sendmailadvanced.8.in +++ b/sendmailadvanced.8.in @@ -24,6 +24,22 @@ Do (not) encrypt. .TP .B "\-s, \-\-[no\-]stamp" Do (not) stamp. +.SH 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. .SH FILES .TP .B "#BINDIR#/sendmailadvanced" |