Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jun 2006 10:10:24 +0300
From:      a@zeos.net
To:        freebsd-questions@freebsd.org
Subject:   How to make one virtual address in sendmail
Message-ID:  <20060608071024.GA1516@localhost>

next in thread | raw e-mail | index | archive | help
I use sendmail 8.13.6 and
I want all mail from my local host to "my-external-mailbox@external.host.name"
is going to "my-local-mailbox@localhost"

How to? Can I use any standard feature?

I can add

my-external-mailbox@external.host.name	my-local-mailbox@localhost

in virtusertable, but it will nor work without

external.host.name

in local-host-names, or VIRTUSER_DOMAIN(`external.host.name'), 
or any other ruler putting 
"external.host.name" in class {w} or something like that.
But I cannot make the last because of
my sendmail will try to deliver locally all mail from local host to 
"external.host.name". The sender of the mail will receive "User unknown" 
immediately (except for the "my-local-mailbox@localhost") and nothing more.

Thank you in advance.

Elisej Babenko



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060608071024.GA1516>