View Single Post
  #1 (permalink)  
Old 12-03-2007, 09:03 AM
speculatrix speculatrix is offline
Junior Member
 
Posts: 6
Default auto-provision mailboxes in postini service

we've now been running zimbra 4.5.5 on opensuse10.2-x86-32 for a while and been very happy with it.

we've now made it our primary mail system, using Postini as a filtering and backup-mx service. we have set up the postini account so that it knows all the valid recipients which improves spam rejection.

postini provide tools for automatically provisioning mailboxes, however, I've not found anything for doing this from zimbra.

So, I have started writing a script thus:
(
/opt/zimbra/bin/zmprov gaa
/opt/zimbra/bin/zmprov gadl
) | sort > recipients.txt


the problem is there seems to be no tool for getting lists of aliases. Now, I could use this command to get a list of email addresses:
zmprov sg mydomain mydomain | grep ^email | awk '{print$2}'
but this won't list any mailboxes that are hidden in the GAL.

please can someone give me a few hints for this?

thanks
Paul
Reply With Quote