diff options
author | José Fonseca <jrfonseca@users.sourceforge.net> | 2002-09-29 12:47:21 +0000 |
---|---|---|
committer | José Fonseca <jrfonseca@users.sourceforge.net> | 2002-09-29 12:47:21 +0000 |
commit | 65cd53586ba48574606b74c1d27cfdf1d1dd705a (patch) | |
tree | c613bd33ee3e5ca9b88d9b8c03319da36d20a14c | |
parent | 693eb2577e79ea8a0c308882eea361881c5d402c (diff) |
Several documentions fixes and additions.
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | README.mutt | 11 | ||||
-rw-r--r-- | TODO | 3 |
4 files changed, 14 insertions, 8 deletions
@@ -0,0 +1,2 @@ +José Fonseca <j_r_fonseca@yahoo.co.uk> +Brian Stafford <brian@stafford.uklinux.net> @@ -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. @@ -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 |