Re: Forwarding from a particular email address

2013-04-12 Thread Jerry
On Thu, 11 Apr 2013 17:41:25 -0400 (EDT) Wietse Venema articulated: > Mark Alan: > > On Thu, 11 Apr 2013 06:56:13 -0400 (EDT), Wietse Venema > > wrote: > > > > > That should be: > > > > > > us...@example1.com us...@example1.com us...@example2.com > > > us...@example3.com us...@example3.com us..

Re: Forwarding from a particular email address

2013-04-11 Thread Wietse Venema
Mark Alan: > On Thu, 11 Apr 2013 06:56:13 -0400 (EDT), Wietse Venema > wrote: > > > That should be: > > > > us...@example1.com us...@example1.com us...@example2.com > > us...@example3.com us...@example3.com us...@example4.com > > Makes sense and perhaps it seems obvious for the postfix develope

Re: Forwarding from a particular email address

2013-04-11 Thread Mark Alan
On Thu, 11 Apr 2013 06:56:13 -0400 (EDT), Wietse Venema wrote: > That should be: > > us...@example1.com us...@example1.com us...@example2.com > us...@example3.com us...@example3.com us...@example4.com Makes sense and perhaps it seems obvious for the postfix developers, but I do not remember see

Re: Forwarding from a particular email address

2013-04-11 Thread Indiana Jones
Quoting "Wietse Venema" : > Mark Alan: >> On Thu, 11 Apr 2013 03:01:58 +0300, "Indiana Jones" >> wrote: >>> # for single address >>> printf "us...@example1.com us...@example2.com\n" /etc/postfix/virtual >>> # for multiple addresses >>> printf "us...@example1.com us...@example2.com\nus...@exam

Re: Forwarding from a particular email address

2013-04-11 Thread Wietse Venema
Mark Alan: > On Thu, 11 Apr 2013 03:01:58 +0300, "Indiana Jones" > wrote: > > # for single address > > printf "us...@example1.com us...@example2.com\n" > > > /etc/postfix/virtual > > # for multiple addresses > > printf "us...@example1.com us...@example2.com\nus...@example3.com > > us...@examp

Re: Forwarding from a particular email address

2013-04-11 Thread Mark Alan
On Thu, 11 Apr 2013 03:01:58 +0300, "Indiana Jones" wrote: > # for single address > printf "us...@example1.com us...@example2.com\n" > > /etc/postfix/virtual > # for multiple addresses > printf "us...@example1.com us...@example2.com\nus...@example3.com > us...@example4.com\n" > /etc/postfix/v

Re: Forwarding from a particular email address

2013-04-10 Thread Mark Alan
On Wed, 10 Apr 2013 15:32:14 +0300, "Indiana Jones" wrote: > Thank you, but I don't have file /postfix/virtual > What should I do? Create one? Use any text editor and create it. Or, you can try something like this: # for single address printf "us...@example1.com us...@example2.com\n" > /etc/po

Re: Forwarding from a particular email address

2013-04-10 Thread Reindl Harald
do NOT top-post please! Am 10.04.2013 14:32, schrieb Indiana Jones: > Thank you, but I don't have file /postfix/virtual > What should I do? so what - create it? > Quoting *Wietse Venema *: > > Indiana Jones: > >How can I forward all e-mail messages sent to

Re: Forwarding from a particular email address

2013-04-10 Thread Wietse Venema
Wietse Venema: > Indiana Jones: > >How can I forward all e-mail messages sent to a particular address > >on my domain to another address on another domain? > > /etc/postfix/main.cf: > virtual_alias_maps = hash:/etc/postfix/virtual > > /etc/postfix/virtual: >us...@example1.com us...@exampl

Re: Forwarding from a particular email address

2013-04-10 Thread Indiana Jones
Thank you, but I don't have file /postfix/virtualWhat should I do?   Quoting Wietse Venema : Indiana Jones: >How can I forward all e-mail messages sent to a particular address >on my domain to another address on another domain? /etc/postfix/main.cf: virtual_alias_maps = hash:/etc/postfix/virt

Re: Forwarding from a particular email address

2013-04-10 Thread Wietse Venema
Indiana Jones: >How can I forward all e-mail messages sent to a particular address >on my domain to another address on another domain? /etc/postfix/main.cf: virtual_alias_maps = hash:/etc/postfix/virtual /etc/postfix/virtual: us...@example1.com us...@example2.com Execute "postmap /etc/p

Re: Forwarding from a particular email address

2013-04-10 Thread Benny Pedersen
Indiana Jones skrev den 2013-04-10 13:06: How can I forward all e-mail messages sent to a particular address on my domain to another address on another domain? domain alias ?, in that case see postfixadmin setup, even if you still not using it What particular settings shall I add to Postfi

Re: Forwarding from a particular email address

2013-04-10 Thread lists
On Wed, 10 Apr 2013 14:06:44 +0300 "Indiana Jones" wrote: > How can I forward all e-mail messages sent to a particular  > address on my domain  to another address on another domain? > > What particular settings shall I add to Postfix? > The easy way, you can use dot forward (.forward) file, put

Forwarding from a particular email address

2013-04-10 Thread Indiana Jones
  Hi, How can I forward all e-mail messages sent to a particular address on my domain  to another address on another domain?What particular settings shall I add to Postfix?Thanks,Adam