In bish.lists.freebsd.questions, you wrote:
 
> Third task was to get my email work... and now the problems begins.
> 
> I own the domain beutler.se, and my computers name is visthusboden.
> The server accepts incoming mail all right - no problems there... BUT...
> ...whatever I do, all outgoing mail get the address
> [EMAIL PROTECTED] instead of [EMAIL PROTECTED]
> 
> What am I doing wrong?
> 
> I've checked and tripple-checked every file in /etc/namedb/ and everything
> looks fine (no missing dots or
> some simple problem like that) and I've really read this through in the
> FreeBSD manual... and still... ???

It's not a DNS issue, it's "sendmail".

What it's currently doing is correct - by default, it uses your fully
qualified hostname for the Sender address -- it doesn't know that
"[EMAIL PROTECTED]" will work also - so, you need to tell sendmail of this fact:

You can do this with the "massquerading" feature of sendmail.

See:

http://www.sendmail.org/m4/masquerading_relaying.html

and more generally: http://www.sendmail.org/m4/readme.html

Cheers,
Jamie
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to