On Tue, 3 Oct 2000, Trent wrote:

> Is there an option to edit the from address using mail, I would like to
> change it to
> [EMAIL PROTECTED] instead of [EMAIL PROTECTED]

Try using /usr/sbin/sendmail (or /usr/lib/sendmail) with the "-f" switch.
Usually on Debian boxes, sendmail is really exim (/usr/sbin/exim).

By using sendmail you'll need to pipe in the Subject: line.

(echo "Subject: new account" ; echo ; ) | exim -f [EMAIL PROTECTED] 
[EMAIL PROTECTED] [EMAIL PROTECTED]

  Jeremy C. Reed
....................................................
     BSD software, documentation, resources, news...
     http://bsd.reedmedia.net/




--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to