|
|
@ -4,9 +4,12 @@ INSERT INTO postfix_alias (alias,destination,active) VALUES ("tata","test2",0);
|
|
|
|
INSERT INTO postfix_alias (alias,destination,active) VALUES ("titi","test3",1);
|
|
|
|
INSERT INTO postfix_alias (alias,destination,active) VALUES ("titi","test3",1);
|
|
|
|
|
|
|
|
|
|
|
|
-- Alias virtuels
|
|
|
|
-- Alias virtuels
|
|
|
|
INSERT INTO postfix_alias_virtuels (courriel,destination,active) VALUES ("toto@exemple.fr","test1@exemple.fr",1);
|
|
|
|
INSERT INTO postfix_alias_virtuels (courriel,destination,active) VALUES ("toto@exemple.fr","comptable@tata.fr",1);
|
|
|
|
INSERT INTO postfix_alias_virtuels (courriel,destination,active) VALUES ("tata@exemple.fr","test2@exemple.fr",0);
|
|
|
|
INSERT INTO postfix_alias_virtuels (courriel,destination,active) VALUES ("toto@exemple.fr","medecin@tata.fr",1);
|
|
|
|
INSERT INTO postfix_alias_virtuels (courriel,destination,active) VALUES ("titi@exemple.fr","test3@exemple.fr",1);
|
|
|
|
INSERT INTO postfix_alias_virtuels (courriel,destination,active) VALUES ("toto@exemple.fr","supermacher@tata.fr",1);
|
|
|
|
|
|
|
|
INSERT INTO postfix_alias_virtuels (courriel,destination,active) VALUES ("tata@exemple.fr","fleuriste@tata.fr",0);
|
|
|
|
|
|
|
|
INSERT INTO postfix_alias_virtuels (courriel,destination,active) VALUES ("tata@exemple.fr","coiffeur@tata.fr",0);
|
|
|
|
|
|
|
|
INSERT INTO postfix_alias_virtuels (courriel,destination,active) VALUES ("titi@exemple.fr","promos@tata.fr",1);
|
|
|
|
|
|
|
|
|
|
|
|
-- Domaines secondaires
|
|
|
|
-- Domaines secondaires
|
|
|
|
INSERT INTO postfix_domaines (domaine,active) VALUES ("toto.fr",1);
|
|
|
|
INSERT INTO postfix_domaines (domaine,active) VALUES ("toto.fr",1);
|
|
|
|