Re: eMail redirection

2009-04-28 Thread Barney Desmond
2009/4/27 morphium : > I did now set > virtual_alias_maps = hash:/etc/postfix/virtual > > modified /etc/postfix/virtual to: > .* t.re...@dotsource.de > [thats me] > > did postmap /etc/postfix/virtual > > and restarted postfix As stated, you should read up the docs for Virtual. As a hint, it looks

Re: eMail redirection

2009-04-28 Thread Wietse Venema
morphium: > So you don't have any idea how to make postfix accept the emails? > If in doubt, RTFM. man 5 virtual @domain address, address, ... Redirect mail for other users in domain to address. This form has the lowest precedence. Wietse

Re: eMail redirection

2009-04-28 Thread Ralf Hildebrandt
* morphium : > So you don't have any idea how to make postfix accept the emails? > > Anyone? > > 2009/4/27 morphium : > > I did now set > > virtual_alias_maps = hash:/etc/postfix/virtual > > > > modified /etc/postfix/virtual to: > > .* t.re...@dotsource.de > > [thats me] @domain t.re...@dotsourc

Re: eMail redirection

2009-04-28 Thread morphium
So you don't have any idea how to make postfix accept the emails? Anyone? 2009/4/27 morphium : > I did now set > virtual_alias_maps = hash:/etc/postfix/virtual > > modified /etc/postfix/virtual to: > .* t.re...@dotsource.de > [thats me] > > did postmap /etc/postfix/virtual > > and restarted postf

Re: eMail redirection

2009-04-27 Thread morphium
I did now set virtual_alias_maps = hash:/etc/postfix/virtual modified /etc/postfix/virtual to: .* t.re...@dotsource.de [thats me] did postmap /etc/postfix/virtual and restarted postfix # postconf -n alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases append_dot_mydomain = no biff

Re: eMail redirection

2009-04-27 Thread Barney Desmond
2009/4/27 morphium : > I want my postfix test system to accept eMail to any address and > redirect it i.e. t...@morphium.info (and not to the specified > recipient). > How could I accomplish that? > Could recipient_canoncial_maps or virtual_alias_maps be helpful? > I can't get it working on my own,

eMail redirection

2009-04-27 Thread morphium
Hi, I want my postfix test system to accept eMail to any address and redirect it i.e. t...@morphium.info (and not to the specified recipient). How could I accomplish that? Could recipient_canoncial_maps or virtual_alias_maps be helpful? I can't get it working on my own, so I would be glad of a bit