[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Copy & forward email
- Subject: RE: [cobalt-users] Copy & forward email
- From: "Colin J. Raven" <cjraven@xxxxxxxxxxx>
- Date: Fri May 18 13:39:23 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> >
> > I've searched through the archive and can't find anything
> that can help me
> > so ....
> > I have two servers which handle mail, My raq 3 recieves and
> i have a mail
> > server that only excepts from certain domains, one of my clients in
> > automatically forwarding copies of their mail on to
> accounts not on their
> > domain, this means that all this forwarded mail get blocked
> by my other
> > server. I want to know if there's any way that we can set the raq
> > to keep 1
> > copy of the mail and forward the rest on to each individual
> mail account.
> > It is currently set up as a catchall account which is then
> accessed by my
> > clients office mail server. So we'd like a way that doesn't involve
> > creating up all the individual users on the raq.
--------------------
> I figured out that in the aliases file in etc that you add
> \username to the
> entry in there for that user..
>
> pico etc/aliases
>
> username: otheruser@xxxxxxxxxxxxxx, \username
>
> this should keep the mail in the mail box but also forward a copy onto
> another person.
---------------------
That won't work. It doesn't catch all mail to the domain, only to a
user.
The original post said he didn't wat to setup usernames against the
virtual domain.
Even if you used a catch-all, it would dunk Cc's
procmail is the effective (and resource efficient) way to accomplish the
objective
sendmail is a resource hog. Look at your "top" sometimes when you know
that there
is a lot of email coming into the domain and you'll see what I mean.
-Colin