I recently configured a BSM for Exchange 5.1 and hadn't got any permissions problem. As far I can see it could be necessary that you add the following:
I recently configured a BSM for Exchange 5.1 and hadn't got any permissions problem. As far I can see it could be necessary that you add the following:
I already ran that command to set the permission, even with DOMAIN. The it said it's already set, so DOMAIN isn't necessary.
After some digging I found out that you apparently need to create a Public Folder Database, otherwise MAPI won't connect. Too bad sense running without a Public Folder was a feature for Exchange 2007. We'll hopefully see a fix for this in the future.
I created the Public Folder Database and it works perfectly now.
smora1
253 Posts
0
December 11th, 2007 07:00
get-ExchangeServer ex01 | Add-AdPermission ¿user DOMAIN\Administrator -extendedrights Receive-As,Send-As
I hope this helps you
vallviksbrukab
1 Rookie
•
21 Posts
0
December 11th, 2007 08:00
hadn't got any permissions problem. As far I can see
it could be necessary that you add the following:
get-ExchangeServer ex01 | Add-AdPermission ¿user
DOMAIN\Administrator -extendedrights
Receive-As,Send-As
I hope this helps you
Hello,
I already ran that command to set the permission, even with DOMAIN. The it said it's already set, so DOMAIN isn't necessary.
After some digging I found out that you apparently need to create a Public Folder Database, otherwise MAPI won't connect. Too bad sense running without a Public Folder was a feature for Exchange 2007. We'll hopefully see a fix for this in the future.
I created the Public Folder Database and it works perfectly now.
Thanks,
JL
tienlamnguyen
57 Posts
0
March 19th, 2009 10:00
Can you tell me where to go to create a public folder database