Re: How do I change the envelope from address in sendmail

2004-07-09 Thread Oliver Fuchs
On Fri, 09 Jul 2004, BALU G.S wrote: > >Hi, > >What's the proper way to >get sendmail to use [1]user at domain.com instead of [2]user at >machine.domain.com? > >Regards, Hi, add: FEATURE(`genericstable', `hash -o /etc/mail/genericstable')dnl FEATURE(`masquerade_envelop

Re: How do I change the envelope from address in sendmail

2004-07-09 Thread Matthew Seaman
On Fri, Jul 09, 2004 at 05:35:07PM +0530, BALU G.S wrote: >What's the proper way to >get sendmail to use [1]user at domain.com instead of [2]user at >machine.domain.com? You want MASQUERADE_AS(`domain.com')dnl in your `hostanme`.mc Read the masquerading sections of /usr/share/send

How do I change the envelope from address in sendmail

2004-07-09 Thread BALU G.S
Hi, What's the proper way to get sendmail to use [1]user at domain.com instead of [2]user at machine.domain.com? Regards, Balu _ Drive away out of trouble. [3]Get a loan against your existing car. Re

RE: How do I change the envelope from address in sendmail

2003-06-16 Thread Doron Shmaryahu
] Subject: Re: How do I change the envelope from address in sendmail [sorry Jon, I'm trying to do 5 things at once and forgot to CC the list] Jonathan Chen wrote: > On Fri, Jun 13, 2003 at 08:33:07PM -0400, Bill Moran wrote: > > [...] > >>howtos I found, but it doesn't see

Re: How do I change the envelope from address in sendmail

2003-06-14 Thread Chuck Swiger
Bill Moran wrote: [ ... ] I've tried creating a local-host-names file in /etc/mail according to some Linux howtos I found, but it doesn't seem to be helping. Right. This change won't help solve the problem you asked about. > What's the proper way to get sendmail to use [EMAIL PROTECTED] > instea

Re: How do I change the envelope from address in sendmail

2003-06-14 Thread Bill Moran
Thanks to all who helped. The answer was in the handbook (I should have thought to try there first) For the archives, this is the section that solved it for me: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/smtp-dialup.html Although I still don't _understand_ what that does ... Jonath

Re: How do I change the envelope from address in sendmail

2003-06-14 Thread Shantanu Mahajan
google masquerade+sendmail Regards, Shantanu +-- Bill Moran [freebsd] [13-06-03 20:33 -0400]: | I'm having a hell of a time with send-pr. | | Sendmail on my system insists on using the entire hostname in the from part | of the | smtp communication: i.e. [EMAIL PROTECTED

Re: How do I change the envelope from address in sendmail

2003-06-13 Thread Kevin Stevens
On Friday, Jun 13, 2003, at 17:33 US/Pacific, Bill Moran wrote: I'm having a hell of a time with send-pr. See thread below from the comp.mail.sendmail Usenet group; this is what worked for me after I had the same problem: Begin forwarded message: Newsgroups: comp.mail.sendmail Organization: Spo

Re: How do I change the envelope from address in sendmail

2003-06-13 Thread James Long
On Fri, Jun 13, 2003 at 09:22:37PM -0400, Bill Moran wrote: > > > > You have to add the following into your /etc/mail/`hostname`.mc file. > > > > MASQUERADE_AS(domain.com) > > FEATURE(`masquerade_envelope') > > Thanks, but this hasn't helped. Any suggestions on what I could be doing > w

Re: How do I change the envelope from address in sendmail

2003-06-13 Thread Bill Moran
[sorry Jon, I'm trying to do 5 things at once and forgot to CC the list] Jonathan Chen wrote: On Fri, Jun 13, 2003 at 08:33:07PM -0400, Bill Moran wrote: [...] howtos I found, but it doesn't seem to be helping. What's the proper way to get sendmail to use [EMAIL PROTECTED] instead of [EMAIL PRO

Re: How do I change the envelope from address in sendmail

2003-06-13 Thread Jonathan Chen
On Fri, Jun 13, 2003 at 08:33:07PM -0400, Bill Moran wrote: [...] > howtos I found, but it doesn't seem to be helping. What's the proper way to > get sendmail to use [EMAIL PROTECTED] instead of [EMAIL PROTECTED] You have to add the following into your /etc/mail/`hostname`.mc file. MASQUERA

How do I change the envelope from address in sendmail

2003-06-13 Thread Bill Moran
I'm having a hell of a time with send-pr. Sendmail on my system insists on using the entire hostname in the from part of the smtp communication: i.e. [EMAIL PROTECTED] This is a problem because this particular machine doesn't have a real DNS name, so the FreeBSD mail servers bounce the email. I'v