ZhangHuangbin wrote:
Am i right that what you want to achieve is creating alias 'all@' with members 'said@' and 'postmaster@'? if so, you can try this:
sql> INSERT INTO alias (address, goto, domain) VALUES ('all@domain.ltd', 'said@domain.ltd,postmaster@domain.ltd', 'domain.ltd');
Ok,
i didn't know i can put multiple entries in the goto field