linux-admin.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mat Harris <mat.harris@genestate.com>
To: Jude DaShiell <jdashiel@shellworld.net>
Cc: linux-admin@vger.kernel.org
Subject: Re: concealing machine names in outgoing email
Date: Sun, 13 Oct 2002 09:09:49 +0100	[thread overview]
Message-ID: <20021013080949.GA15166@genestate.com> (raw)
In-Reply-To: <Pine.BSF.4.44.0210122102550.75993-100000@server1.shellworld.net>

[-- Attachment #1: Type: text/plain, Size: 1605 bytes --]

if you are using sendmail then go through your sendmail.cf an look for
the following:

# class E: names that should be exposed as from this host, even if we
# masquerade
# class L: names that should be delivered locally, even if we have a relay
# class M: domains that should be converted to $M
# class N: domains that should not be converted to $M
#CL root
C{E}root

# who I masquerade as (null for no masquerading) (see also $=M)
DM

you want to comment out the 'C{E}root' part and type you domain name after
the 'DM' without a space, for example:

# class E: names that should be exposed as from this host, even if we
# masquerade
# class L: names that should be delivered locally, even if we have a relay
# class M: domains that should be converted to $M
# class N: domains that should not be converted to $M
#CL root
#C{E}root

# who I masquerade as (null for no masquerading) (see also $=M)
DMgenestate.com

On Sat, Oct 12, 2002 at 09:07:44 -0400, Jude DaShiell wrote:
> Slackware requires a machine name be assigned in network configuration
> along with host name.  Since the pre-existing domain didn't know about
> machine names is there a way to make outgoing email appear as if it has
> name@hostname rather than name@machine_name.hostname?
> 
> 
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 
Mat Harris			OpenGPG Public Key ID: C37D57D9
mat.harris@genestate.com	matthewh.genestate.com	

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

      reply	other threads:[~2002-10-13  8:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-13  1:07 concealing machine names in outgoing email Jude DaShiell
2002-10-13  8:09 ` Mat Harris [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021013080949.GA15166@genestate.com \
    --to=mat.harris@genestate.com \
    --cc=jdashiel@shellworld.net \
    --cc=linux-admin@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).