Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Apr 1997 06:57:07 -0700 (PDT)
From:      Kevin Eliuk <cagey@sunshine.net>
To:        Hendra Sentono <hendra@unix.ukdw.ac.id>
Cc:        Teemu Kuusijarvi <k20418@kyyppari.hkkk.fi>, freebsd-questions@freebsd.org, tpk@iki.fi
Subject:   Re: Email config problem
Message-ID:  <Pine.BSF.3.95q.970421063859.5987A-100000@kevin.sunshine.net>
In-Reply-To: <Pine.BSF.3.91.970421145333.13450B-100000@unix.ukdw.ac.id>

next in thread | previous in thread | raw e-mail | index | archive | help
This is being discussed in another thread right now.

On Mon, 21 Apr 1997, Hendra Sentono wrote:

> 
> 
> On Mon, 21 Apr 1997, Teemu Kuusijarvi wrote:
> 
> > we have FreeBSD based firewall and server here at work. The server is our
> > mailhost. Our email comes in and goes out without a problem when using
> > addresses like:
> > 
> > login-id@mailhost.domain.name or
> > firstname.lastname@mailhost.domain.name
> > 
> > but how can I make these addresses work:
> > 
> > login-id@domain.name
> > firstname.lastname@domain.name

Find this line in your /etc/sendmail.cf

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

change to 

# who I masquerade as (null for no masquerading) (see also $=M)
DMlogin-id@domain.name
DMfirstname.lastname@domain.name

This will not change your address outside of your host.
				 _______________________________________ 
				|\	       			       /|
				|  \    kevin_eliuk@sunshine.net     /  |
				|    \	     Kevin G. Eliuk        /    |
				|    /^\_________________________/^\    |
				|  /    		             \  |
				|/--===### Powered By FreeBSD 2.2.1    \|
				|	      www.freebsd.org 	        |
	  			 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95q.970421063859.5987A-100000>