When I add a new transport (domain) with webui the data is written to the sql database. I use only virtual uers and domains so the type ist set to "0" in the mysql db. The mysql-query in the file "mailbox_domains.cf" is
query=SELECT DomainName FROM transports WHERE DomainName = '%s' AND Type = 1 When a new mail arrives it can not be delivered because of an error with the transport.table. The error is then: Relay access denied When I change the value in the mysql table to 1 or in mailbox_domains.cf to 0 then the mail could be delivered. It's not really clear for me why the mysql quere should include Type = 1 for virtual domains but I'm not sure if I can drop this. I do not use any transport in main.cf or elsewhere... Seba _______________________________________________ Users mailing list [email protected] http://lists.policyd.org/mailman/listinfo/users
