From 770de3d461dcec283bb199f9dbfce84749723625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Sat, 9 Nov 2002 11:23:58 +0000 Subject: Mention the envelope sender flag in README.mutt. --- README.mutt | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.mutt b/README.mutt index 51eb3c6..bb01f64 100644 --- a/README.mutt +++ b/README.mutt @@ -5,19 +5,21 @@ To use ESMTP with mutt add the following line 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. +ESMTP supports SENDMAIL envelope sender '-f' flag, so don't forget to add - #!/bin/sh + set envelope_from=yes - LOGFILE=/tmp/esmtp.log +as well. - echo $0 $@ > $LOGFILE +For debugging purposes you may prefer using the follwing shell script which logs ESMTP to + #!/bin/sh + LOGFILE=/tmp/esmtp.log + echo $0 $@ > $LOGFILE /path/to/esmtp -v $@ >> $LOGFILE - exit $? -Save it as esmtp.sh and put in your ~/.muttrc +Save it as esmtp.sh, make it executable, and put in your ~/.muttrc set sendmail="/path/to/esmtp.sh" -- cgit v1.2.3