Re: split domain config

2010-11-14 Thread citoyen citoyen
thinks for your help i'did th job using transport_maps 2010/11/10 citoyen citoyen > this is my postconf -n: > > alias_database = hash:/etc/aliases > alias_maps = hash:/etc/aliases > broken_sasl_auth_clients = yes > command_directory = /usr/sbin > config_directory = /etc/postfix > debug_peer_le

Re: split domain config

2010-11-10 Thread citoyen citoyen
this is my postconf -n: alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases broken_sasl_auth_clients = yes command_directory = /usr/sbin config_directory = /etc/postfix debug_peer_level = 2 html_directory = no inet_interfaces = all local_recipient_maps = mail_owner = postfix manpage_

Re: split domain config

2010-11-10 Thread citoyen citoyen
good idea but i can't install zimbra for the moment, i have postfix + mysql+ dovecot + open-xchange setup and I want to redirect unknown users from postfix server to the old excahnge server. 2010/11/10 Ralf Hildebrandt > * citoyen citoyen : > > split domain is the way to share the same smtp doma

Re: split domain config

2010-11-10 Thread Ralf Hildebrandt
* citoyen citoyen : > split domain is the way to share the same smtp domain between 2 different > servers. Since zimbra uses postfix, you can simply look at the zimbra config :)= There are many way to do this, either virtual_alias_maps (which alias a recipient address to one of the two servers) o

Re: split domain config

2010-11-10 Thread citoyen citoyen
split domain is the way to share the same smtp domain between 2 different servers. 2010/11/10 Ralf Hildebrandt > * citoyen citoyen : > > Hi, > > > > I know that under zimbra we can do a split domain config easily, > > my question is how to do the same thing usin

Re: split domain config

2010-11-10 Thread Ralf Hildebrandt
* citoyen citoyen : > Hi, > > I know that under zimbra we can do a split domain config easily, > my question is how to do the same thing using postfix 2.5 ( i googled a long > time whithout success). What is a "split domain config"? -- Ralf Hildebrandt Geschä

Re: split domain config

2010-11-10 Thread Ralf Hildebrandt
* citoyen citoyen : > good idea but i can't install zimbra for the moment, > i have postfix + mysql+ dovecot + open-xchange setup and I want to redirect > unknown users from postfix server to the old > excahnge server. Show postconf -n please -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung

split domain config

2010-11-10 Thread citoyen citoyen
Hi, I know that under zimbra we can do a split domain config easily, my question is how to do the same thing using postfix 2.5 ( i googled a long time whithout success). Thinks in advance.