From 48758136c03b89757f7df1dd26331169c3d4ca02 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sat, 27 Jul 2019 11:19:49 -0400 Subject: Implement sendmail support --- doc/aerc-config.5.scd | 2 +- doc/aerc-imap.5.scd | 2 +- doc/aerc-sendmail.5.scd | 31 +++++++++++++++++++++++++++++++ doc/aerc-smtp.5.scd | 2 +- doc/aerc.1.scd | 2 +- 5 files changed, 35 insertions(+), 4 deletions(-) create mode 100644 doc/aerc-sendmail.5.scd (limited to 'doc') diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 592b7af..7282311 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -417,7 +417,7 @@ following special keys are supported: # SEE ALSO -*aerc*(1) *aerc-imap*(5) *aerc-smtp*(5) *aerc-maildir*(5) +*aerc*(1) *aerc-imap*(5) *aerc-smtp*(5) *aerc-maildir*(5) *aerc-sendmail*(5) # AUTHORS diff --git a/doc/aerc-imap.5.scd b/doc/aerc-imap.5.scd index 4307238..a34855f 100644 --- a/doc/aerc-imap.5.scd +++ b/doc/aerc-imap.5.scd @@ -63,7 +63,7 @@ available: # SEE ALSO -*aerc*(1) *aerc-config*(5) *aerc-smtp*(5) +*aerc*(1) *aerc-config*(5) # AUTHORS diff --git a/doc/aerc-sendmail.5.scd b/doc/aerc-sendmail.5.scd new file mode 100644 index 0000000..90118fb --- /dev/null +++ b/doc/aerc-sendmail.5.scd @@ -0,0 +1,31 @@ +aerc-sendmail(5) + +# NAME + +aerc-sendmail - sendmail configuration for *aerc*(1) + +# SYNOPSIS + +aerc can defer to sendmail for the delivery of outgoing messages. + +# CONFIGURATION + +In accounts.conf (see *aerc-config*(5)), the following sendmail-specific +options are available: + +*outgoing* + /path/to/sendmail + + This should be set to the path to the sendmail binary you wish to use, + which is generally /usr/bin/sendmail. aerc will execute it with a list of + recipients on the command line and pipe the message to deliver to stdin. + +# SEE ALSO + +*aerc*(1) *aerc-config*(5) + +# AUTHORS + +Maintained by Drew DeVault , who is assisted by other open +source contributors. For more information about aerc development, see +https://git.sr.ht/~sircmpwn/aerc. diff --git a/doc/aerc-smtp.5.scd b/doc/aerc-smtp.5.scd index 15e03de..e455001 100644 --- a/doc/aerc-smtp.5.scd +++ b/doc/aerc-smtp.5.scd @@ -51,7 +51,7 @@ available: # SEE ALSO -*aerc*(1) *aerc-config*(5) *aerc-smtp*(5) +*aerc*(1) *aerc-config*(5) # AUTHORS diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 7989ad9..8401d64 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -246,7 +246,7 @@ write log messages to that file: # SEE ALSO *aerc-config*(5) *aerc-imap*(5) *aerc-smtp*(5) *aerc-maildir*(5) -*aerc-tutorial*(7) +*aerc-sendmail*(5) *aerc-tutorial*(7) # AUTHORS -- cgit v1.2.3