On Tue, May 02, 2000 at 11:28:26AM +0200, Ralf Hildebrandt wrote:
> My problem: The envelope from is set to [EMAIL PROTECTED]
> I already tried to
>
> set hostname = "innominate.de"
>
> but to no avail. How can I specify which envelope from mutt should use when
> talking to my local sendmail?
>
> Transcript of session follows.
>
As already posted, Mutt uses a local command to send mail. The command
is set via the sendmail var in your muttrc.
E.g.
set sendmail="/var/qmail/bin/qmail-inject -ffoo@bar "
will set the envelope sender to foo@bar.
(Using qmail ;-))
Sendmail should have the same -f option.
HTH
Frank