Hello All,
I need a script that will get all possible email addresses for users, aliases, groups resources and public folders. Thie output will be use for a machine that runs POSTFIX as mail gateway.
omsearch -e cn=* -m IA
and
omsearch -e ' ! RESOURCE-TYPE=1' -s -m UL-AUTHID|awk -F "=" '{ print $2 }'
are not doing the job. Also any references to RESOURCE-TYPE will be greatly appreciated.
Thanks for your time.
Michael abadjiev