diff options
author | Vasilis Papavasileiou <el03020@mail.ntua.gr> | 2010-05-11 15:01:27 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 15:01:27 +0200 |
commit | 14220dd89fc8ee20206a64d0ba795bdc7cbae5fe (patch) | |
tree | fdcf48fb8f674d01ae00a9032d9f400992a93c3b /network/esmtp/README | |
parent | 0489ac2dab7283952218ddf4704163f431a88caf (diff) |
network/esmtp: Initial import
Diffstat (limited to 'network/esmtp/README')
-rw-r--r-- | network/esmtp/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/network/esmtp/README b/network/esmtp/README new file mode 100644 index 0000000000000..04252c67f9d50 --- /dev/null +++ b/network/esmtp/README @@ -0,0 +1,11 @@ +ESMTP is a user-configurable relay-only MTA with a sendmail-compatible syntax, +based on libESMTP and supporting the AUTH (including the CRAM-MD5 and NTLM +SASL mechanisms) and StartTLS SMTP extensions. + +The doinst.sh script will create symlinks from /usr/sbin/sendmail and other +typical sendmail paths to /usr/bin/esmtp if sendmail is not already installed. + +ESMTP requires LibESMTP, also available at SlackBuilds.org + +NOTE: The esmtp package conflicts with the stock sendmail package - you must + uninstall sendmail before installing esmtp. |