On 29 Nov 2010, at 12:15 PM, JC Putter wrote:

> Long long time....

Yap how is it going on your side.

>  
> i have installed the latest version (congrats on the release!!!). is the 
> domain and scanner section under settings only for Exim?

Thanks,

Domain section - This can be used by any MTA that can query relay domains from 
a MySQL DB so that means Postfix, Exim, Qmail
and patched versions of Sendmail

>  
> if not how do i add domains?

Go to accounts -> select a domain admin account -> click add under managed 
domains, then click the domain name to add the
actual servers where the mail is delivered. you can add auth servers from there 
too.

You then have to write the SQL to pull that configuration info into your MTA's 
configuration file.

Rocky does have a writeup on how this is done with Postfix which is about to be 
published on Howtoforge, may be he can assist you if you are using Postfix.

For exim you can use select address from user_addresses where address_type=1 
for your relay_domains list

and 

select mail_hosts.address from mail_hosts, user_addresses where 
useraddress_id=user_addresses.id and user_addresses.address='_domain_name';

for the destinations

>  
> Thanks for the awesome solution!

You are welcome.

--
Baruwa - www.baruwa.org

_______________________________________________
Baruwa mailing list
[email protected]
http://lists.baruwa.org/mailman/listinfo/baruwa

Reply via email to