summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sendmailadvanced.8.in16
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"