Sendmail::

Most sites use the Sendmail "MASQUERADE_AS" feature to
hide the
host names on outgoing email.  In other words, email
would leave
your machine with addresses like "[EMAIL PROTECTED]"
rather than
"[EMAIL PROTECTED]".  Here's an alternate
macro configuration
file with masquerading turned on:

        include(`../m4/cf.m4')
        define(`confCF_VERSION', `Submit')
        define(`__OSTYPE__',`')
        define(`confTIME_ZONE', `USE_TZ')
        define(`confDONT_INIT_GROUPS', `True')

        MASQUERADE_AS(`yourdomain.com')
        FEATURE(`allmasquerade')
        FEATURE(`always_add_domain')
        FEATURE(`masquerade_envelope')

        FEATURE(`msp', `mailhost')

You need to change the domain name on the
MASQUERADE_AS line and the
hostname on the FEATURE(`msp') line.

_Thanks

Richard

--- Guy Van Sanden <[EMAIL PROTECTED]> wrote:
> Hi
> 
> Does anyone know how I can rewrite addresses to the
> outside?
> 
> What I want to do is this, I have an internal Email
> server with local
> users.
> My provider allows outgoing Emails only if the
> 'From' is an
> valid/existing domain.
> 
> Now, I would like to set up something that couples
> users to alternate
> email addresses when sending mail outside the local
> network.
> e.g. map user gvs to [EMAIL PROTECTED]
> 
> Is this possible?
> I'm interested in both options for Sendmail and
> Postfix (I'm currently
> running sendmail, but comtemplating the switch to
> Postfix).
> 
> Thanks
> 
> 
> > Want to buy your Pack or Services from
MandrakeSoft?
> 
> Go to http://www.mandrakestore.com
> 


=====


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to