diff --git a/gpg-mailgate.conf.sample b/gpg-mailgate.conf.sample index 1081ba6..19dbadd 100644 --- a/gpg-mailgate.conf.sample +++ b/gpg-mailgate.conf.sample @@ -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