This is a discussion on Postfix / LDAP / Courier-IMAP within the alt.comp.mail.postfix forums, part of the Mail Servers and Related category; Hi @ALL, maybe someone can help me. The above configuration works good for me. But now i have the following ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi @ALL,
maybe someone can help me. The above configuration works good for me. But now i have the following challenge: Person A a@test.com Person B b@test.com Person B should now receive copys of all incoming mails from Person A. Person A should receive her/his mails as usual. Is this possible?!? Regards Klaus |
|
|||
|
On Mon, 14 Jun 2004 22:06:44 +0200, catchyou wrote:
> But now i have the following challenge: > > Person A a@test.com > Person B b@test.com > > Person B should now receive copys of all incoming mails from Person A. > Person A should receive her/his mails as usual. > > Is this possible?!? Just put something like this in the aliases file: .... personA: usernameA, b@test.com personB: usernameB .... Email sent to PersonB will only go to usernameB, but mail sent to PersonA will go to usernameA AND usernameB. You can also express it as: .... personA: usernameA, usernameB personB: usernameB .... - - but if you use an email address instead of a username, userB doesn't have to be on the same system- he can be at another location, on a different mail server, and still get copies of userA's mail. |