sendmail virtual host aliases
Ben Pfaff
pfaffben@msu.edu
27 Mar 2000 20:45:24 -0500
Sean <picasso@madflower.com> writes:
> Maybe I am misinterpreting the question, but wouldnt /etc/aliases do the
> trick? or you could use procmail?
>
> On Mon, 27 Mar 2000, Michael Malinak wrote:
>
> > I'm hosting a few sites on my server and I have the virtual hosting working,
> > but I'm having a few problems. I can set whoever@virthost.com to go to
> > someone else, but I want to be able to set specific aliases then forward
> > everything else to a specific account. I can't figure out how to do this.
I think what he's asking is how to do roughly the following:
# aliases for virthost.com
foo: bar@quux.com
baz: qux@quux.com
ALL-OTHERS: bazzle@quux.com
except of course that the above won't work.