Hi,

i've setup my mailsystem a while ago and query MySQL and LDAP vor address and 
domain mappings. 

Since both of them (database and directory) are more likely to be down of many 
reasons (network, connection overload etc.) i want to add a "backup" with hash 
files (hash:/some/file).
To reduce the queries i need to know the order in which postfix uses the lists. 
After a lot of searching without success, i now ask you:

Here my first try:

virtual_mailbox_domains = hash:/etc/postfix/generated-ldap-domains 
mysql:/etc/postfix/mysql-virtual-mailbox-domains.cf 
ldap:/etc/postfix/ldap-zimbra-domains.cf

Alternatively:

virtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual-mailbox-domains.cf 
ldap:/etc/postfix/ldap-zimbra-domains.cf 
hash:/etc/postfix/generated-ldap-domains 


Thanx in advance...

Reply via email to