summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@users.sourceforge.net>2002-09-29 12:47:21 +0000
committerJosé Fonseca <jrfonseca@users.sourceforge.net>2002-09-29 12:47:21 +0000
commit65cd53586ba48574606b74c1d27cfdf1d1dd705a (patch)
treec613bd33ee3e5ca9b88d9b8c03319da36d20a14c
parent693eb2577e79ea8a0c308882eea361881c5d402c (diff)
Several documentions fixes and additions.
-rw-r--r--AUTHORS2
-rw-r--r--README6
-rw-r--r--README.mutt11
-rw-r--r--TODO3
4 files changed, 14 insertions, 8 deletions
diff --git a/AUTHORS b/AUTHORS
index e69de29..4cac72f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -0,0 +1,2 @@
+José Fonseca <j_r_fonseca@yahoo.co.uk>
+Brian Stafford <brian@stafford.uklinux.net>
diff --git a/README b/README
index e69de29..50a8fa5 100644
--- a/README
+++ b/README
@@ -0,0 +1,6 @@
+ESMTP is a user configurable relay-only Mail Transfer Agent (MTA) with a
+sendmail-compatible syntax. It's based on libESMTP supporting the AUTH
+(including the CRAM-MD5 and NTLM SASL mechanisms) and the StartTLS SMTP
+extensions.
+
+See ESMTP home page http://esmtp.sourceforge.net/ for more information.
diff --git a/README.mutt b/README.mutt
index d7cddb6..51eb3c6 100644
--- a/README.mutt
+++ b/README.mutt
@@ -1,9 +1,9 @@
-To use esmtp with mutt add
+To use ESMTP with mutt add the following line
set sendmail="/path/to/esmtp"
-to your ~/.muttrc and create a ~/.esmtp (see sample.esmtp for an example.)
-
+to your ~/.muttrc and create a ~/.esmtprc (see the included sample.esmtprc
+for an example.)
For debugging purposes you may prefer using the follwing shell script.
@@ -17,11 +17,8 @@ For debugging purposes you may prefer using the follwing shell script.
exit $?
-Save it as esmtp.sh and put in you ~/.muttrc
+Save it as esmtp.sh and put in your ~/.muttrc
set sendmail="/path/to/esmtp.sh"
instead.
-
-
-TODO: This would be better handled if done by esmtp itself and controllable by a configuration setting.
diff --git a/TODO b/TODO
index 6816ebc..5651de0 100644
--- a/TODO
+++ b/TODO
@@ -1,2 +1,3 @@
- handle the '-t' option
-- better handling of other sendmail options
+- implement the '-X' option to log the traffic to a file
+- in general better handling of most sendmail options