summaryrefslogtreecommitdiffstats
path: root/mail/putmail/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'mail/putmail/DETAILS')
-rwxr-xr-xmail/putmail/DETAILS9
1 files changed, 6 insertions, 3 deletions
diff --git a/mail/putmail/DETAILS b/mail/putmail/DETAILS
index 877dafe192..afc09bc215 100755
--- a/mail/putmail/DETAILS
+++ b/mail/putmail/DETAILS
@@ -10,14 +10,17 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}.py-$VERSION
KEYWORDS="mail"
SHORT="very lightweight SMTP client that may replace the sendmail"
cat << EOF
-Putmail is a very lightweight MTA or SMTP client, distributed under the terms of
+Putmail is a very lightweight MTA or SMTP client, distributed under the
+terms of
the X Consortium License. It is designed to replace the sendmail command when
used with MUAs that lack SMTP support, like mutt. Its main features are:
* Command-line compatibility with sendmail.
* TLS support. SSL can also be used with an external tool like stunnel.
- * IPv6 support. I have not tested this myself, but in theory it works. If you can confirm whether this works or not, please contact me.
- * Optional per-address configuration. You can use different settings depending on the From: header.
+ * IPv6 support. I have not tested this myself, but in theory it works. If
+ you can confirm whether this works or not, please contact me.
+ * Optional per-address configuration. You can use different settings
+ depending on the From: header.
* Multiplatform. It works on any platform Python works.
* Simple to configure.
* Short and sweet. Less than 500 lines of source code.