[Maia-users] A complicated question
Aaron Bennett
abennett at clarku.edu
Fri Aug 3 13:52:12 PDT 2007
>
> I wonder - just blueskying here: What if I set up postfix on each machine to
> deliver emails only to the offices for which it's bound, before passing it
> off to Maia. It would be a bit more complicated to set up, but is this even
> possible? I'm running Postfix for the MTA. It would require a bit more
> creative scripting to break out the users to get valid recipients, but that
> shouldn't present too much of a problem.
>
If you are using Postfix, it's pretty simple to do ldap or mysql
lookups. If you have a corporate directory -- even in AD -- and it
happens to include a field that defines where the office is, you can
point postfix to that via ldap and use a local_recipients_map lookup to
pull it out. You'll need an AD user to bind as, and AD's schema is
quite frustrating -- you might find it easier to make a static file or
something and use local_recipeints_map pull it from there.
Anyhow just brainstorming with you, I'm sure you've thought further
along anyhow. Good luck...
More information about the Maia-users
mailing list