ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/mail/msmtp/pkg-descr
Revision: 16349
Committed: Sun Apr 20 18:32:36 2014 UTC (10 years ago) by laffer1
File size: 964 byte(s)
Log Message:
remove cvs2svn:cvs-rev prop

File Contents

# Content
1 msmtp -- An SMTP client
2
3 msmtp is an SMTP client that can be used as an "SMTP plugin" for Mutt and
4 probably other MUAs (mail user agents). It forwards mails to an SMTP server
5 (for example at a free mail provider) which does the delivery.
6 To use this program, create a configuration file with your mail account(s) and
7 tell your MUA to call msmtp instead of /usr/sbin/sendmail.
8
9 Features include:
10
11 * SMTP AUTH methods PLAIN, LOGIN and CRAM-MD5
12 (and DIGEST-MD5 and NTLM when compiled with GSASL support)
13 * TLS encrypted connections
14 (including server certificate verification and the possibility to send
15 a client certificate)
16 * DSN (Delivery Status Notification) support
17 * IPv6 support (on systems that support it)
18 * support for multiple accounts
19 * sendmail compatible exit codes (which most MUAs understand).
20
21 Note: you may want to install mail/msmtpqueue - queuing support for msmtp.
22
23 WWW: http://msmtp.sourceforge.net/