How to add Blackberry support for MOSS 2007 & Infopath Forms
By peter.stilgoe
You can add Blackberry support by adding some information to a “compat.browser” file found in the “App_Browsers” folder inside the Sharepoint virtual directory.
Read the post here for the code
Can I use my Blackberry to receive my POP3 email natively ?
By peter.stilgoe
No, Blackberry’s are designed to be used only with the RIM service and nothing else.
The RIM Manufactured Blackberry Devices rely on service books. Service books can only be obtained by a subscription to the RIM infracstructure (NOC), which is obtained as an additional service via the ISP.
To get a POP account integrated into a Blackberry device the above subscripiton is needed. A web administration site is created where all the management is done from a website for the settings pertaining to the blackberry and a handheld email address is created.
ie. Vodafone UK users can use mobileemail.vodafone.net, Vodafone can set this up for you free of charge.
Not Supported: (Blackberry)——–>(POP3)
Supported: (Blackberry)——–>(Blackberry_Server)——–>(POP3/IMAP/Enterprise Email Server)
Dont forget you can install BES Express for full BES functionality, free for 1 user (expandable to 15) here: http://www.blackberry.com/select/server/express.shtml
Users cannot send e-mail messages from a Blackberry mobile device through Exchange server
By peter.stilgoe
Active Directory users can receive email but not send through their Blackberry device
Granting the Full Mailbox Access permission implicitly granted permission to send as the mailbox owner. This meant that another account that has the Full Mailbox Access permission could send e-mail messages that appeared as if they were sent by the mailbox owner.
Many Microsoft Exchange customers have requested that Send As permission be separated from the Full Mailbox Access permission for the following two reasons:
• To deter e-mail spoofing.
• To make sure that e-mail messages that are sent by a delegate can always be clearly distinguished from e-mail messages that are sent by the actual mailbox owner.
All new versions of the Exchange Information Store will now explicitly require the Send As permission in order to send e-mail messages as the mailbox owner.
To override this to allow the user to send email from the Blackberry device follow the steps below:
Task 1:
Make sure that the BlackBerry Enterprise Server is running as a separate, unique account
Make sure that the BlackBerry Enterprise Server is running as a separate account that is specifically created for administrative tasks. By default, this account is called “BESAdmin.”
If you have a separate account for administering the BlackBerry Enterprise Server, go to task 2.
If you do not have a separate account, create a separate account. Then, use this account to perform administrative tasks. For instructions about how to do this, visit one of the following BlackBerry Web sites, as appropriate for the version of BlackBerry Enterprise Server that you are running.
If you are running BlackBerry Enterprise Server 4.0 or BlackBerry Enterprise Server 4.1, visit the following BlackBerry Web site:
http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=9174704&sliceId=&dialogID=11024244&stateId=1 0 11020632 (http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=9174704&sliceId=&dialogID=11024244&stateId=1 0 11020632)
If you are running BlackBerry Enterprise Server 3.6, visit the following BlackBerry Web site:
http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB04334&sliceId=SAL_Public&dialogID=11016727&stateId=1 0 11020358 (http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB04334&sliceId=SAL_Public&dialogID=11016727&stateId=1 0 11020358)
Task 2:
Make sure that the BlackBerry Enterprise Server service account has the correct permissions
Verify that the BlackBerry Enterprise Server service account has the correct permissions.
Note If the account is within a domain, make sure that the account is a member of only the Domain Users group. On a domain controller, the account should be member of the Built-in Administrators group. 1. On the BlackBerry Enterprise Server, follow these steps: a. Make sure that the account is a member of the Local Administrators Group.
b. Assign “Log on Locally” and “Log on as a Service” permissions to the account.
2. Grant Exchange View-Only Administrator permissions at the administrative group level. To do this, follow these steps:
a. In Exchange System Manager, right-click the first Exchange Server administrative group name, and then click Delegate Control.
b. Notice that the BlackBerry Enterprise Server service account is listed as having the role of Exchange View-Only Administrator.
3. Grant “Send As,” “Receive As,” and “Administer Information Store” permissions at the server level for each Exchange Server server. To do this, follow these steps:
a. In Exchange System Manager, right-click the first Exchange Server administrative group name, and then expand the Servers group.
b. Right-click an Exchange Server server, click Properties, and then click Security.
c. In the top pane, select the BlackBerry Enterprise Server service account. In the bottom pane, make sure that the “Send As,” “Receive As,” and “Administer Information Store” permissions are set to Allow.
d. Repeat steps 3b and 3c for each Exchange Server server.
4. Grant “Send As,” “Receive As,” and “Administer Information Store” permissions to the mailbox store. To do this, follow these steps:
a. In Exchange System Manager, right-click the first Exchange administrative group name, and then expand the Servers group.
b. Expand the first mailbox store group, right-click each mailbox store, click Properties, and then click Security.
c. In the top pane, select the BlackBerry Enterprise Server service account. In the bottom pane, make sure that the “Send As,” “Receive As,” and “Administer Information Store” permissions are set to Allow.
d. Repeat steps 4b and 4c for each mailbox store on each Exchange Server server.
5. In the Active Directory Users and Computers snap-in, follow these steps: a. Right-click the user for which you want to add permissions, and then click Properties.
b. On the Security tab, add the BlackBerry Enterprise Server service account, and then click to select the Send As check box.
If you are not running Exchange Server 2003, see task 3.
Task 3:
Clear the cache on the BlackBerry Enterprise Server
To clear the permissions cache in the Information Store, restart the Blackberry-related services and restart the Microsoft Exchange Information store. After you restart the Information Store, you must restart the RIM Blackberry-related services to give the “BESAdmin” account the newly-added Send As permission on the Exchange Information Store.
If you are an administrator in the domain (ie. a MS protected account) you need to also do the following:
(Note: Microsoft do not recommend doing the following but their best practise isn’t very usable for many blackberry / exchange users who are also admins for their Active Directory.)
Run the following command on a DC:
dsacls “cn=AdminSDHolder,cn=System,dc=domain,dc=com” /G “domain.com\BESAdmin:CA;Send As”
Replacing Domain with YOUR domain.
The dsacls tool is not a standard util but you can download it from here:
http://www.microsoft.com/downloads/thankyou.aspx?familyId=6ec50b78-8be1-4e81-b3be-4e7ac4f0912d&displayLang=en
Also if you are having trouble executing the above command it is probably because you are specifiying the LDAP info incorrectly, you can download a free tool http://www.ldapadministrator.com which will let you browse to the AdminSDHolder object. Then by looking at the tool bar you will see the exact path needed to use in the dsacls command example above.
All should work fine now!
Tag Cloud
Recent Posts
- K2 Blackpoint K2 Blackpearl does not support single sign on authentication
- K2 4.5 Release Candidate Is Now Available
- External User Not Recieving Sharepoint Alerts
- Import Excel 2007 Spreadsheet as Sharepoint List Error Method ‘post’ of object ‘IOWSPostData’ failed
- Sharepoint 2010 User Profile Synchronization Service stuck on starting
Categories
- Access
- ACT
- Affiliate Marketing
- Analytics & Tracking
- Autodesk Inventor / Vault
- AvePoint
- BDC
- Blackberry / BES
- Business & Entrepreneurship
- Business Intelligence
- CNC
- Content Editor Webpart
- Content Query Webpart
- Document Imaging
- Document Management
- Domain Name Investing
- Email Marketing
- Enterprise Content Management
- Enterprise Search
- Firewalls
- Forms Server
- IIS
- InfoPath
- Information Architechture
- Internet Marketing
- Javascript
- JQuery
- K2 Blackpearl
- K2 Blackpoint
- Kerberos
- KnowledgeLake
- Making Money
- Microsoft Dynamics CRM
- Micross / Omnis
- Misc
- MS Exchange
- MS Office
- NHS Sharepoint
- Novell Netware
- Oracle
- Pay Per Click
- Perofrmance Tuning
- Powerpivot
- Records Management
- Relex Studio
- Sharepoint / MOSS / WSS
- Sharepoint 2010
- Sharepoint Alerts
- Sharepoint Calculated Columns
- Sharepoint Content Types
- Sharepoint Customisation
- Sharepoint Designer
- Sharepoint Errors
- Sharepoint IA
- Sharepoint Layouts
- Sharepoint Lists
- Sharepoint Lookup Columns
- Sharepoint Publishing Sites
- Sharepoint Search
- Sharepoint Security
- Sharepoint SSP
- Sharepoint Surveys
- Sharepoint Updates
- Sharepoint User Profiles
- Sharepoint Views
- Sharepoint Webparts
- Sharepoint Workflows
- SMTP
- SQL Server
- SSO
- Symantec
- Taxonomy
- Video Conferencing
- Virtualization
- Windows / Active Directory
- Windows Server 2008
- Windows Vista
- xml
Archive
- March 2010 (5)
- February 2010 (4)
- January 2010 (8)
- December 2009 (2)
- November 2009 (6)
- October 2009 (7)
- September 2009 (11)
- August 2009 (14)
- July 2009 (4)
- June 2009 (2)
- April 2009 (1)
- March 2009 (5)
- February 2009 (2)
- January 2009 (4)
- December 2008 (5)
- November 2008 (14)
- October 2008 (17)
- September 2008 (10)
- August 2008 (14)
- July 2008 (10)
- June 2008 (4)
- May 2008 (2)
- April 2008 (12)
- March 2008 (19)
- February 2008 (5)
- January 2008 (7)
- December 2007 (2)
- November 2007 (14)
- October 2007 (7)
- September 2007 (1)
- August 2007 (4)
- July 2007 (18)
- June 2007 (14)
- May 2007 (13)
- April 2007 (4)
- March 2007 (3)
- February 2007 (3)
- January 2007 (2)
- December 2006 (2)
- November 2006 (2)
- October 2006 (13)
- September 2006 (7)
- August 2006 (7)
- July 2006 (4)
- June 2006 (1)
- May 2006 (5)
- April 2006 (3)
- March 2006 (6)
- February 2006 (2)
- January 2006 (3)



November 11th, 2008
