Re: Hide full domain on address

Re: Hide full domain on address

am 21.09.2005 18:49:01 von Andrzej Adam Filip

"E Arredondo" writes:

> My system domain is blabla.blobloblo.com running SCO unix , which blabla is
> the hostname, when I send email , it sends it as @blabla.blobloblo.com ,
> How can I make sendmail to just send the domain (i.e. @blobloblo.com ) ?

*.mc file lines:
MASQUERADE_AS(`blobloblo.com')
dnl masquerade envelope sender
FEATURE(`masquerade_envelope')
dnl masquerade "recipient" headers
FEATURE(`allmasquerade')

URL(s):
http://www.sendmail.org/m4/masquerading.htm

--
Andrzej [en:Andrew] Adam Filip anfi@priv.onet.pl anfi@xl.wp.pl
http://www.sendmail.org/faq/ http://anfi.homeunix.net/sendmail/

Hide full domain on address

am 21.09.2005 18:56:46 von E Arredondo

My system domain is blabla.blobloblo.com running SCO unix , which blabla is
the hostname, when I send email , it sends it as @blabla.blobloblo.com ,
How can I make sendmail to just send the domain (i.e. @blobloblo.com ) ?

Thanks

Re: Hide full domain on address

am 25.09.2005 01:58:10 von E Arredondo

"Andrzej Adam Filip" wrote in message
news:m34q8efjsy.fsf-anfi.homeunix.net@njabl.org...
> "E Arredondo" writes:
>
>> My system domain is blabla.blobloblo.com running SCO unix , which blabla
>> is
>> the hostname, when I send email , it sends it as @blabla.blobloblo.com ,
>> How can I make sendmail to just send the domain (i.e. @blobloblo.com ) ?
>
> *.mc file lines:
> MASQUERADE_AS(`blobloblo.com')
> dnl masquerade envelope sender
> FEATURE(`masquerade_envelope')
> dnl masquerade "recipient" headers
> FEATURE(`allmasquerade')
>
> URL(s):
> http://www.sendmail.org/m4/masquerading.htm
>
> --
> Andrzej [en:Andrew] Adam Filip anfi@priv.onet.pl anfi@xl.wp.pl
> http://www.sendmail.org/faq/ http://anfi.homeunix.net/sendmail/

I did that but still getting email from the $j , I even restarted the
machine and still not working, is it possible that there is another sendmail
configuration file that is using the $j and not matter what I do to the *.mc
files it never reads it ?

Please let me know.