This is a discussion on RE: how to create a CATCHALL Alias? within the mailing.postfix.users forums, part of the Mail Servers and Related category; > Hello, > > I have a postfix + mysql solution here.. > ... > <chop> > ... > I'm ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
> Hello,
> > I have a postfix + mysql solution here.. > ... > <chop> > ... > I'm trying to create an alias to delivery mail to all users. > > How can i accomplish this? > > I tried to put this on table alias: > > Address = catchall@domain.com > Goto = @domain.com > Domain = domain.com > > But, it didn't worked as well > > Regards, > > Danilo. Danilo, As I understand things, you should have an alias set up as follows: Address = *@domain.com (accept any incoming address) Goto = catchall@domain.com (the address to forward all the mail to) Domain = domain.com Ian H. |