Re: how to fake from address in an email

2000-12-18 Thread Carel Fellinger
On Mon, Dec 18, 2000 at 11:21:40AM -0700, Gary Hennigan wrote: ... > I'd be glad to send you a copy of my exim.conf but there's absolutely > nothing special about my setup. It's just the stock SMTP setup from > eximconfig with the addition of that rewrite rule that I posted in my > previous respons

Re: how to fake from address in an email

2000-12-18 Thread Gary Hennigan
"Carel Fellinger" <[EMAIL PROTECTED]> writes: > On Sat, Dec 16, 2000 at 07:06:07AM -0700, Gary Hennigan wrote: > > "Carel Fellinger" <[EMAIL PROTECTED]> writes: > ... > > > I always wondered how this works. Can you still deliver mail in your > > > local domain, say if you do: mutt -s hallo glhenni

Re: how to fake from address in an email

2000-12-17 Thread will trillich
On Wed, Dec 13, 2000 at 03:08:18PM -0700, [EMAIL PROTECTED] wrote: > We need to send out an email response from a CGI when someone places an > order, but we want to set the from address to something other than the > user/machine where the CGI is running. How to do this with the various > email pack

Re: how to fake from address in an email

2000-12-17 Thread will trillich
On Sat, Dec 16, 2000 at 03:22:49PM +0100, Carel Fellinger wrote: > On Sat, Dec 16, 2000 at 07:06:07AM -0700, Gary Hennigan wrote: > > "Carel Fellinger" <[EMAIL PROTECTED]> writes: > ... > > > I always wondered how this works. Can you still deliver mail in your > > > local domain, say if you do: mut

Re: how to fake from address in an email

2000-12-16 Thread Carel Fellinger
On Sat, Dec 16, 2000 at 07:06:07AM -0700, Gary Hennigan wrote: > "Carel Fellinger" <[EMAIL PROTECTED]> writes: ... > > I always wondered how this works. Can you still deliver mail in your > > local domain, say if you do: mutt -s hallo glhenni > would you get that mail, or would it first be sent to

Re: how to fake from address in an email

2000-12-16 Thread Gary Hennigan
"Carel Fellinger" <[EMAIL PROTECTED]> writes: > On Wed, Dec 13, 2000 at 03:39:08PM -0700, Gary Hennigan wrote: > ... > > If they're using exim it's just a matter of adding a an appropriate > > rewrite rule, no need to worry about relaying or anything like that. I > > think that when you install exi

Re: how to fake from address in an email

2000-12-15 Thread Carel Fellinger
On Wed, Dec 13, 2000 at 03:39:08PM -0700, Gary Hennigan wrote: ... > If they're using exim it's just a matter of adding a an appropriate > rewrite rule, no need to worry about relaying or anything like that. I > think that when you install exim there's even a nice setup for you > already in /etc/ex

Re: how to fake from address in an email

2000-12-13 Thread John Stevens
On Wed, Dec 13, 2000 at 03:39:08PM -0700, Gary Hennigan wrote: > "Leen Besselink" <[EMAIL PROTECTED]> writes: > > > We need to send out an email response from a CGI when someone places an > > > order, but we want to set the from address to something other than the > > > user/machine where the CGI i

Re: how to fake from address in an email

2000-12-13 Thread Gary Hennigan
"Leen Besselink" <[EMAIL PROTECTED]> writes: > > We need to send out an email response from a CGI when someone places an > > order, but we want to set the from address to something other than the > > user/machine where the CGI is running. How to do this with the various > > email packages? Currentl

Re: how to fake from address in an email

2000-12-13 Thread Leen Besselink
> We need to send out an email response from a CGI when someone places an > order, but we want to set the from address to something other than the > user/machine where the CGI is running. How to do this with the various > email packages? Currently using exim, but may switch to postfix or > sendmail

how to fake from address in an email

2000-12-13 Thread debuser
We need to send out an email response from a CGI when someone places an order, but we want to set the from address to something other than the user/machine where the CGI is running. How to do this with the various email packages? Currently using exim, but may switch to postfix or sendmail. Thanks,