Halassy Zolt??n: > Just curious, is there a way to maintain the virtual_mailbox_domains > from DNS database (secure, using DNSSEC to a given set of servers, using > nonrecursing requests, and accepting only authoritative answers)? So > when a mail comes, it would try to look up an MX record to that domain, > and if one of the MX records is the local server, it would forward it > automatically.
Just like SQL and LDAP, the query interface could look like: postmap -q example.com dns:/file/name Where /file/name contains all the information that is needed to make the query. If we take this route it should be usable for more than just virtual_mailbox_domains. Wietse