summaryrefslogtreecommitdiff
path: root/README.mutt
diff options
context:
space:
mode:
Diffstat (limited to 'README.mutt')
-rw-r--r--README.mutt18
1 files changed, 0 insertions, 18 deletions
diff --git a/README.mutt b/README.mutt
deleted file mode 100644
index f8edba2..0000000
--- a/README.mutt
+++ /dev/null
@@ -1,18 +0,0 @@
-To use ESMTP with mutt add the following line
-
- set sendmail="/path/to/esmtp"
-
-to your ~/.muttrc and create a ~/.esmtprc (see the included sample.esmtprc for
-an example.)
-
-ESMTP supports SENDMAIL envelope sender '-f' flag, so don't forget to add
-
- set envelope_from=yes
-
-as well.
-
-For debugging purposes you may prefer to put in your ~/.muttrc
-
- set sendmail="/path/to/esmtp -v -X /tmp/esmtp.log"
-
-instead.