Re: virtual_alias_domains not working

2012-09-17 Thread mouss
Le 17/09/2012 05:14, Neil Aggarwal a écrit : > Noel: > >> # main.cf >> mydestination = localhost localhost.example.com >> virtual_alias_domains = virtual.example.com >> >> # virtual_alias >> # NOTE: best to use fully-qualified domain names here >> us...@virtual.example.com us...@localhost.example

RE: virtual_alias_domains not working

2012-09-16 Thread Neil Aggarwal
Noel: > # main.cf > mydestination = localhost localhost.example.com > virtual_alias_domains = virtual.example.com > > # virtual_alias > # NOTE: best to use fully-qualified domain names here > us...@virtual.example.com us...@localhost.example.com OK, this is what I was missing. Thank you for the

Re: virtual_alias_domains not working

2012-09-16 Thread Noel Jones
On 9/16/2012 5:46 PM, Neil Aggarwal wrote: >> it looks like you want >>http://www.postfix.org/VIRTUAL_README.html#virtual_mailbox >> but you tried >>http://www.postfix.org/VIRTUAL_README.html#virtual_alias > > All of my user accounts are system accounts so it looks like > virtu

Re: virtual_alias_domains not working

2012-09-16 Thread Wietse Venema
Neil Aggarwal: > Sep 16 17:42:03 mail postfix/error[24753]: 209D741227: > to=, relay=none, delay=0.25, delays=0.2/0.01/0/0.04, > dsn=5.0.0, status=bounced (User unknown in virtual alias table) The definition of a Postfix virtual alias domain: - The domain name is specified ONLY in virtual_alias_d

RE: virtual_alias_domains not working

2012-09-16 Thread Neil Aggarwal
>it looks like you want >http://www.postfix.org/VIRTUAL_README.html#virtual_mailbox >but you tried >http://www.postfix.org/VIRTUAL_README.html#virtual_alias All of my user accounts are system accounts so it looks like virtual_alias is a better fit for my needs. > in your part

Re: virtual_alias_domains not working

2012-09-16 Thread mouss
Le 16/09/2012 18:42, Neil Aggarwal a écrit : > Hello: > > I am trying to set up virtual domain hosting following the guide on > this page: > http://www.postfix.org/VIRTUAL_README.html > > According to that page, I list the domain in virtual_alias_domains > and NOT in mydestination. > > I then l

virtual_alias_domains not working

2012-09-16 Thread Neil Aggarwal
Hello: I am trying to set up virtual domain hosting following the guide on this page: http://www.postfix.org/VIRTUAL_README.html According to that page, I list the domain in virtual_alias_domains and NOT in mydestination. I then listed all my user accounts in /etc/postfix/virtual and compiled t