Path to this page:
./
mail/msmtp,
SMTP plugin for MUAs
Branch: CURRENT,
Version: 1.8.23nb8,
Package name: msmtp-1.8.23nb8,
Maintainer: bcvmsmtp -- SMTP plugin for MUAs
This is a simple program that works as an "SMTP plugin" for Mutt
and probably other MUAs (mail user agents). msmtp forwards mails
to an SMTP server (for example at a free mail provider) which does
the delivery.
Features include:
* SMTP AUTH methods PLAIN, LOGIN, CRAM-MD5 and XOAUTH2
* TLS encrypted connections
* IPv6 support
* robustness
* detailed error messages (including the full answer of the
SMTP server) if something goes wrong
* sendmail compatible exit codes (which most MUAs understand).
Simply tell your MUA to call msmtp instead of /usr/sbin/sendmail.
Package options: ssl
Master sites:
Filesize: 392.242 KB
Version history: (Expand)
- (2024-11-15) Updated to version: msmtp-1.8.23nb8
- (2024-11-01) Updated to version: msmtp-1.8.23nb7
- (2024-11-01) Updated to version: msmtp-1.8.23nb6
- (2024-05-29) Updated to version: msmtp-1.8.23nb5
- (2024-05-16) Updated to version: msmtp-1.8.23nb4
- (2023-11-08) Updated to version: msmtp-1.8.23nb3
CVS history: (Expand)
2024-01-31 16:31:27 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
msmtp: Install scripts as usable
|
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message:
*: recursive bump for icu 74.1
|
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | |
Log message:
revbump after textproc/icu update
|
2023-03-03 10:00:52 by Frederic Cambus | Files touched by this commit (3) | |
Log message:
msmtp: update to 1.8.23.
msmtp 1.8.23 is released
2023-01-30
This release fixes XOAUTH2 authentication with some servers, updates the
msmtpq scripts, and updates the translations (including a new Swedish
translation).
msmtp 1.8.22 is released
2022-08-08
This is a hotfix release that fixes building with libgsasl, which was
accidentally broken in version 1.8.21 (released earlier today).
It also updates the msmtpq script.
msmtp 1.8.21 is released
2022-08-07
Changes in this release:
- A new configuration command eval replaces the current configuration file
line with the output of a command (similar to passwordeval, but more
general).
- A Message-ID header is now generated if none is present in the mail. This
can be changed with the new command set_msgid_header.
- The optional msmtpd service now adds a Received header.
Furthermore, a few minor problems were corrected and the documentation and
translations were updated.
msmtp 1.8.20 is released
2022-03-23
This release adds the configuration command allow_from_override.
Setting this to off prevents the -f command line option from overriding the
envelope-from address set via the from configuration command.
This is useful for system-wide installations of msmtp that need to enforce
the correct envelope-from address and potentially also the From header (via
set_from_header on).
|
2022-10-26 12:32:08 by Thomas Klausner | Files touched by this commit (687) |
Log message:
*: bump PKGREVISION for libunistring shlib major bump
|
2022-07-17 10:25:07 by Thomas Klausner | Files touched by this commit (3) |
Log message:
*: bump for gsasl shlib major bump
|
2021-12-12 11:41:48 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 1.8.19. From the changelog:
- Fixed a security problem in msmtpd: mail addresses starting with '-'
could be interpreted as options of the pipe command.
- msmtpd now supports logging to syslog or to a file with the
option --log, and authentication (for special use cases) with the
option --auth.
- The 'from' command now accepts patterns (as in shell file name
matching) so that many envelope from addresses given with --from can
match the same account
- Added support for %H, %C, %M in the domain command
- msmtpd now supports sysexits.h error codes from the pipe command
|