> That depends on your table schema and the contents of 
> mysql-virtual_domains.cf.

user = xxxxxx
password = xxxxx
dbname = mail
query = SELECT domain AS virtual FROM domains WHERE domain='%s'
hosts = 127.0.0.1

table structure:

use mail;

CREATE TABLE domains (
domain varchar(50) NOT NULL,
PRIMARY KEY (domain) )
TYPE=MyISAM;

--------------------------

thx,
Cameron


Reply via email to