RE: mail from another[solved]

2002-11-06 Thread Patrick Nelson
Anthony E. Greene wrote: - This is a masquerading problem. I had a similar problem with my ISP and fixed it by adding these lines to sendmail.mc: MASQUERADE_AS(`ispdomain.tld') FEATURE(`masquerade_envelope') define(`SMART_HOST', `smtp.ispdomain.tld') - Hmm.

Re: mail from another

2002-11-05 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05-Nov-2002/11:31 -0800, Patrick Nelson <[EMAIL PROTECTED]> wrote: >Anthony E. Greene wrote: >>Setup a basic ~/.muttrc and use mutt instead of mail. > >Hay Tony, Tried using mutt by setting up a .testrc file with the >following: [snip] > >which work

RE: mail from another

2002-11-05 Thread Patrick Nelson
Anthony E. Greene wrote: - Setup a basic ~/.muttrc and use mutt instead of mail. http://www.mutt.org/ Tony - Hay Tony, Tried using mutt by setting up a .testrc file with the following: set from="[EMAIL PROTECTED]" set realname="Con Admin" set host

Re: mail from another

2002-11-05 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04-Nov-2002/13:41 -0800, Patrick Nelson <[EMAIL PROTECTED]> wrote: >Have a utility that sends an email out on an update. The mail call is >something like: > > echo "$maildata" | mail -s "$subject" $mailrecip > >So I noticed that this works fine ex