[Lunar-commits] <moonbase> msmtp: version 1.4.17 added to moonbase

Duncan Gibson engelsman at lunar-linux.org
Wed Mar 4 00:44:27 CET 2009


commit c6ba14087a07eeab82f735f80afa30cb7aa4ed97
Author: Rick <jeebusroxors at gmail.com>
Date:   Wed Mar 4 00:44:27 2009 +0100

    msmtp: version 1.4.17 added to moonbase
    
    Note: downloads, compiles and installs OK,
          but otherwise untested - engelsman
---
 zbeta/msmtp/BUILD   |    6 ++++++
 zbeta/msmtp/DETAILS |   21 +++++++++++++++++++++
 2 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/zbeta/msmtp/BUILD b/zbeta/msmtp/BUILD
new file mode 100644
index 0000000..ed39701
--- /dev/null
+++ b/zbeta/msmtp/BUILD
@@ -0,0 +1,6 @@
+(
+
+  ./configure prefix=/usr  &&
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/msmtp/DETAILS b/zbeta/msmtp/DETAILS
new file mode 100644
index 0000000..b9e3df5
--- /dev/null
+++ b/zbeta/msmtp/DETAILS
@@ -0,0 +1,21 @@
+           MODULE=msmtp
+         VERSION=1.4.17
+          SOURCE=$MODULE-${VERSION}.tar.bz2
+      SOURCE_URL=http://voxel.dl.sourceforge.net/sourceforge/msmtp/
+      SOURCE_VFY=sha1:6b7fa1d9c9eee249b571b3f7720ebd779f94f4de
+        WEB_SITE=http://www.msmtp.sourceforge.net/
+      MAINTAINER=jeebusroxors at gmail.com
+         ENTERED=20090301
+         UPDATED=20090301
+           SHORT="easy to configure mta"
+cat << EOF
+In its default mode of operation, it reads a mail from standard input and sends it to a predefined SMTP server that takes care of proper delivery. Command line options and exit codes are compatible to sendmail.
+
+Supported SMTP features include:
+
+    * Authentication methods PLAIN, LOGIN, CRAM-MD5 and EXTERNAL (and GSSAPI, DIGEST-MD5 and NTLM when compiled with GNU SASL support)
+    * TLS encrypted connections with the OpenSSL or GnuTLS libraries (including server certificate verification and the possibility to send a client certificate)
+    * Support for Internationalized Domain Names (IDN)
+    * DSN (Delivery Status Notification) support
+    * PIPELINING support for increased transmission speed
+    * RMQS (Remote Message Queue Starting) support (ETRN keyword) 


More information about the Lunar-commits mailing list