Add description in configuration file of each setting.
This commit is contained in:
parent
b21573e5d8
commit
cf79838484
1 changed files with 8 additions and 0 deletions
|
@ -1,13 +1,21 @@
|
|||
[default]
|
||||
# whether gpg-mailgate should add a header after it has processed an email
|
||||
# this may be useful for debugging purposes
|
||||
add_header = yes
|
||||
|
||||
[gpg]
|
||||
# the directory where gpg-mailgate public keys are stored
|
||||
# (see INSTALL for details)
|
||||
keyhome = /var/gpg/.gnupg
|
||||
|
||||
[logging]
|
||||
# file to log to
|
||||
file = /tmp/gpg-mailgate.log
|
||||
|
||||
[relay]
|
||||
# the relay settings to use for Postfix
|
||||
# gpg-mailgate will submit email to this relay after it is done processing
|
||||
# unless you alter the default Postfix configuration, you won't have to modify this
|
||||
host = 127.0.0.1
|
||||
port = 10028
|
||||
|
||||
|
|
Loading…
Reference in a new issue