This is a discussion on Re: Combining transport and aliases within the mailing.postfix.users forums, part of the Mail Servers and Related category; Michael Nguyen wrote: > I have a bit of a dilemma that I was hoping this group could help me &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Michael Nguyen wrote:
> I have a bit of a dilemma that I was hoping this group could help me > with. > > I have this domain, twentyten.org with a fair number of users. What I'd > like is to be able to handle a number of situations, but I'm not sure > about the best way to implement this. Here's what I have: > > - The majority of users have transport maps in a database. > e.g. user1@twentyten.org --> smtp:smtp5.twentyten.org:25 > > - Some users have outright forwarders > e.g. fuser1@twentyten.org --> webmail1@hotmail.com > > - Some users have aliases to their accounts > e.g. user1a@twentyten.org --> user1@twentyten.org > > - The rest of the addresses, I want to silently route to /dev/null > (this isn't necessary...I don't mind rejecting this, but I preferred > /dev/null) An access map with DISCARD? A transport entry with discard? What exact scenario are you trying to cater for? Matt |