springgraph (closes: #604028).
* gpg-mailkeys:
+ Correct path of ~/.gpg-mailkeysrc and ~/.signature in manpage.
+ + Add new environment variable SENDMAIL_ARGS to allow user to pass
+ arguments to sendmail (closes: #599409).
* caff:
+ Refactor import of own key and import for keys to sign from keyrings.
+ Also automatically import keys to sign from the user's normal gpg
See you!
"
+
+# You can add here whatever arguments you want to pass to sendmail.
+# For example, if you use ssmtp, you may want to set your credentials this way
+# SENDMAIL_ARGS="-au myusername -aps3cr3t"
+# to authenticate to the smtp server with username myusername and password
+# s3cr3t.
+SENDMAIL_ARGS=""
Enjoy,
$NAME"
fi
+if [ -z "$SENDMAIL_ARGS" ]; then
+ SENDMAIL_ARGS=""
+fi
get_local_charset
--$BOUNDARY--
EOM
printf " sending"
- /usr/sbin/sendmail -ti <$TEMPFILE
+ /usr/sbin/sendmail $SENDMAIL_ARGS -ti <$TEMPFILE
rm $TEMPFILE
printf " done.\n"
shift 1
.\"
-.TH GPG-MAILKEYS 1 "June 29, 2010"
+.TH GPG-MAILKEYS 1 "Nov 23, 2010"
.SH NAME
.B gpg\-mailkeys
\- sends emails containing keys to their owners
.TP 13
.I TEXT
Set the body text of the messages
+.TP 13
+.I SENDMAIL_ARGS
+Set arguments to pass to /usr/sbin/sendmail. This can be useful to set
+credentials in order to authenticate to an smtp server when using ssmtp
+for example.
.SH FILES
The behavior of