Solaris 10 will not masquerade! Trust me

Solaris 10 will not masquerade! Trust me

am 31.10.2007 00:44:11 von dvd_ranchu

Hi,


I've done everything I can and still Solaris 10 will not masquerade.
Solaris 8 will with no problem.
I've even tested with verbose on the new configuration with no luck.
So anyone have clue?


thanks

Re: Solaris 10 will not masquerade! Trust me

am 31.10.2007 16:39:54 von gerryt

On Oct 30, 4:44 pm, dvd_ranchu wrote:
>
> I've done everything I can and still Solaris 10 will not masquerade.
> Solaris 8 will with no problem.
> I've even tested with verbose on the new configuration with no luck.
> So anyone have clue?
> thanks

The clue is it works for me just fine.
But 'masquerade' can mean a lot or little.
Show us what you tried and no dnl's please

Re: Solaris 10 will not masquerade! Trust me

am 31.10.2007 18:59:00 von dvd_ranchu

On Oct 31, 8:39 am, gerryt wrote:
> On Oct 30, 4:44 pm, dvd_ranchu wrote:
>
>
>
> > I've done everything I can and still Solaris 10 will not masquerade.
> > Solaris 8 will with no problem.
> > I've even tested with verbose on the new configuration with no luck.
> > So anyone have clue?
> > thanks
>
> The clue is it works for me just fine.
> But 'masquerade' can mean a lot or little.
> Show us what you tried and no dnl's please

Did your masquerade work on Solaris 10?
Can you show how? This is what I have on my sendmail.mc:

FEATURE(`always_add_domain')
FEATURE(allmasquerade)
FEATURE(`masquerade_entire_domain')
FEATURE(`masquerade_envelope')
MASQUERADE_AS(`paypal.com')
MASQUERADE_DOMAIN(`den.paypal.com')

After I generate the sendmail.cf file using /usr/ccs/bin/make and
restart sendmail, I still get the sender's address with hostname plus
domain.com:
/usr/sbin/svcadm disable network/smtp:sendmail
/usr/sbin/svcadm enable network/smtp:sendmail

Re: Solaris 10 will not masquerade! Trust me

am 31.10.2007 23:06:58 von Giorgos Keramidas

On Wed, 31 Oct 2007 08:39:54 -0700, gerryt wrote:
>On Oct 30, 4:44 pm, dvd_ranchu wrote:
>> I've done everything I can and still Solaris 10 will not
>> masquerade.

So you are missing some detail. At least it works fine for me.

>> Solaris 8 will with no problem. I've even tested with verbose
>> on the new configuration with no luck. So anyone have clue?
>
> The clue is it works for me just fine.
> But 'masquerade' can mean a lot or little.
> Show us what you tried and no dnl's please

Good point :)

Re: Solaris 10 will not masquerade! Trust me

am 31.10.2007 23:14:17 von dvd_ranchu

On Oct 31, 10:59 am, dvd_ranchu wrote:
> On Oct 31, 8:39 am, gerryt wrote:
>
> > On Oct 30, 4:44 pm, dvd_ranchu wrote:
>
> > > I've done everything I can and still Solaris 10 will not masquerade.
> > > Solaris 8 will with no problem.
> > > I've even tested with verbose on the new configuration with no luck.
> > > So anyone have clue?
> > > thanks
>
> > The clue is it works for me just fine.
> > But 'masquerade' can mean a lot or little.
> > Show us what you tried and no dnl's please
>
> Did your masquerade work on Solaris 10?
> Can you show how? This is what I have on my sendmail.mc:
>
> FEATURE(`always_add_domain')
> FEATURE(allmasquerade)
> FEATURE(`masquerade_entire_domain')
> FEATURE(`masquerade_envelope')
> MASQUERADE_AS(`paypal.com')
> MASQUERADE_DOMAIN(`den.paypal.com')
>
> After I generate the sendmail.cf file using /usr/ccs/bin/make and
> restart sendmail, I still get the sender's address with hostname plus
> domain.com:
> /usr/sbin/svcadm disable network/smtp:sendmail
> /usr/sbin/svcadm enable network/smtp:sendmail

Nevermind...I got it to work.

Re: Solaris 10 will not masquerade! Trust me

am 31.10.2007 23:24:02 von dvd_ranchu

On Oct 31, 8:39 am, gerryt wrote:
> On Oct 30, 4:44 pm, dvd_ranchu wrote:
>
>
>
> > I've done everything I can and still Solaris 10 will not masquerade.
> > Solaris 8 will with no problem.
> > I've even tested with verbose on the new configuration with no luck.
> > So anyone have clue?
> > thanks
>
> The clue is it works for me just fine.
> But 'masquerade' can mean a lot or little.
> Show us what you tried and no dnl's please

I want to masquerade a hostname to some other domain.com. So your
masquerade on Solaris 10 work?

Here's what I have for sendmail.mc for masquerade, omitting other
stuffs


FEATURE(`always_add_domain')
FEATURE(allmasquerade)
FEATURE(`masquerade_entire_domain')
FEATURE(`masquerade_envelope')
MASQUERADE_AS(`paypal.com')
MASQUERADE_DOMAIN(`den.paypal.com')

tested using sendmail -bt did works

Re: Solaris 10 will not masquerade! Trust me

am 01.11.2007 00:06:50 von dvd_ranchu

On Oct 31, 8:39 am, gerryt wrote:
> On Oct 30, 4:44 pm, dvd_ranchu wrote:
>
>
>
> > I've done everything I can and still Solaris 10 will not masquerade.
> > Solaris 8 will with no problem.
> > I've even tested with verbose on the new configuration with no luck.
> > So anyone have clue?
> > thanks
>
> The clue is it works for me just fine.
> But 'masquerade' can mean a lot or little.
> Show us what you tried and no dnl's please

I want to masquerade a hostname to some other domain.com. So your
masquerade on Solaris 10 work?

Here's what I have for sendmail.mc for masquerade, omitting other
stuffs


FEATURE(`always_add_domain')
FEATURE(allmasquerade)
FEATURE(`masquerade_entire_domain')
FEATURE(`masquerade_envelope')
MASQUERADE_AS(`paypal.com')
MASQUERADE_DOMAIN(`den.paypal.com')

tested using sendmail -bt did works

Re: Solaris 10 will not masquerade! Trust me

am 01.11.2007 20:38:57 von gerryt

On Oct 31, 3:14 pm, dvd_ranchu wrote:
> On Oct 31, 10:59 am, dvd_ranchu wrote:
> > On Oct 31, 8:39 am, gerryt wrote:
> > > On Oct 30, 4:44 pm, dvd_ranchu wrote:
> > > > I've done everything I can and still Solaris 10 will not masquerade.
> > > > Solaris 8 will with no problem.
> > > > I've even tested with verbose on the new configuration with no luck.
> > > > So anyone have clue?
>
> > > The clue is it works for me just fine.
> > > But 'masquerade' can mean a lot or little.
> > > Show us what you tried and no dnl's please
>
> > Did your masquerade work on Solaris 10?
I already said it did.
> > Can you show how? This is what I have on my sendmail.mc:
> > FEATURE(`always_add_domain')
> > FEATURE(allmasquerade)
> > FEATURE(`masquerade_entire_domain')
> > FEATURE(`masquerade_envelope')
> > MASQUERADE_AS(`paypal.com')
> > MASQUERADE_DOMAIN(`den.paypal.com')

I dont use MASQUERADE_DOMAIN but then my config is somewhat unique
in that I use a private DNS and my Sol 10 box relays for all my
machines...

> > After I generate the sendmail.cf file using /usr/ccs/bin/make and
> > restart sendmail, I still get the sender's address with hostname plus
> > domain.com:

No logs - cant comment

> > /usr/sbin/svcadm disable network/smtp:sendmail
> > /usr/sbin/svcadm enable network/smtp:sendmail
This part is correct
> Nevermind...I got it to work.

Thanks for "sharing"...