A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - General Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

outlook security settings not applied



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old February 19th 07, 01:14 AM posted to microsoft.public.outlook
Rod
external usenet poster
 
Posts: 2
Default outlook security settings not applied

I am trying to set up a development environment which allows me to test the
effects of changing the outlook security template in public folders. I have
an exchange 2003 sp2 server on Windows 2003 sp1. My clients are XP pro sp2
and outlook 2003 sp2. I installed the outlook security template in
accordance with
http://office.microsoft.com/en-us/or...402931033.aspx and left it as
default. I have a application which generates the "outlook is trying to
access your address book" warning in the production environment. I can't
replicate this warning (mail goes straight through with no warnings). This
happened even before I had any outlook security configured which seemed
strange as outlook should generate a warning by default. I don't know much
about exchange. Can anyone point me in the right direction.


Ads
  #2  
Old February 19th 07, 04:36 AM posted to microsoft.public.outlook
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default outlook security settings not applied

No, Outlook 2003 won't necessarily generate a warning by default. It depends on the context of the application and the code. In particular, VBA and add-in code are trusted by default.

Did you apply the CheckAdminSettings registry value to your local machine?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Rod" wrote in message ...
I am trying to set up a development environment which allows me to test the
effects of changing the outlook security template in public folders. I have
an exchange 2003 sp2 server on Windows 2003 sp1. My clients are XP pro sp2
and outlook 2003 sp2. I installed the outlook security template in
accordance with
http://office.microsoft.com/en-us/or...402931033.aspx and left it as
default. I have a application which generates the "outlook is trying to
access your address book" warning in the production environment. I can't
replicate this warning (mail goes straight through with no warnings). This
happened even before I had any outlook security configured which seemed
strange as outlook should generate a warning by default. I don't know much
about exchange. Can anyone point me in the right direction.


  #3  
Old February 19th 07, 08:30 AM posted to microsoft.public.outlook
[email protected]
external usenet poster
 
Posts: 1
Default outlook security settings not applied

Thanks for the reply.

Yes, the registry value is correct.

The application kicks off a warning in the production environment in 2
situations. One is the application calling the mapi dll to send a
message. The other is using outlook forms to send an email (one off
form I think). In the security template both these events are set to
prompt user however this doesn't occur.


  #4  
Old February 19th 07, 03:37 PM posted to microsoft.public.outlook
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default outlook security settings not applied

ON the Help | About Microsoft Outlook dialog, you can see whether Outlook thinks the user or the public folder is controlling the security settings. What do you see there?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

wrote in message ups.com...
Thanks for the reply.

Yes, the registry value is correct.

The application kicks off a warning in the production environment in 2
situations. One is the application calling the mapi dll to send a
message. The other is using outlook forms to send an email (one off
form I think). In the security template both these events are set to
prompt user however this doesn't occur.


  #5  
Old February 20th 07, 07:26 PM posted to microsoft.public.outlook
Rod
external usenet poster
 
Posts: 2
Default outlook security settings not applied

"Administrator controlled". If I log on as a user who is not in the OU
controlled by the GPO I see "default" and the warning messages still do not
trigger. I guess I will investigate why, for some reason, the application is
trusted on the dev network but not on the prod network. Thanks for your
help.


  #6  
Old February 20th 07, 08:32 PM posted to microsoft.public.outlook
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default outlook security settings not applied

"Administrator-controlled" tells you that OUtlook has recognized the registry value and is handing off control to the public folder. The next step, then, would be to confirm that the user is represented by an item in the folder and that the item contains the correct settings.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Rod" wrote in message ...
"Administrator controlled". If I log on as a user who is not in the OU
controlled by the GPO I see "default" and the warning messages still do not
trigger. I guess I will investigate why, for some reason, the application is
trusted on the dev network but not on the prod network. Thanks for your
help.


  #7  
Old March 15th 07, 12:22 AM posted to microsoft.public.outlook
E. Palmer
external usenet poster
 
Posts: 2
Default outlook security settings not applied

I have two computers that both have the registry setting set exactly the
same, but one shows administrative and the other default. Same domain, user
level, etc on Small Business Server.

Does whether the account is in cached mode matter?

Does whether the forms cache is cleared matter?

Thanks for any assistance or insight.

"Sue Mosher [MVP-Outlook]" wrote:

"Administrator-controlled" tells you that OUtlook has recognized the registry value and is handing off control to the public folder. The next step, then, would be to confirm that the user is represented by an item in the folder and that the item contains the correct settings.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Rod" wrote in message ...
"Administrator controlled". If I log on as a user who is not in the OU
controlled by the GPO I see "default" and the warning messages still do not
trigger. I guess I will investigate why, for some reason, the application is
trusted on the dev network but not on the prod network. Thanks for your
help.



  #8  
Old March 15th 07, 01:26 PM posted to microsoft.public.outlook
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default outlook security settings not applied

I have heard some odd reports on variations with cached mode, but have never tracked down the exact problem. The forms cache state should not matter at all.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"E. Palmer" wrote in message ...
I have two computers that both have the registry setting set exactly the
same, but one shows administrative and the other default. Same domain, user
level, etc on Small Business Server.

Does whether the account is in cached mode matter?

Does whether the forms cache is cleared matter?

Thanks for any assistance or insight.

"Sue Mosher [MVP-Outlook]" wrote:

"Administrator-controlled" tells you that OUtlook has recognized the registry value and is handing off control to the public folder. The next step, then, would be to confirm that the user is represented by an item in the folder and that the item contains the correct settings.

"Rod" wrote in message ...
"Administrator controlled". If I log on as a user who is not in the OU
controlled by the GPO I see "default" and the warning messages still do not
trigger. I guess I will investigate why, for some reason, the application is
trusted on the dev network but not on the prod network. Thanks for your
help.



  #9  
Old March 15th 07, 04:07 PM posted to microsoft.public.outlook
E. Palmer
external usenet poster
 
Posts: 2
Default outlook security settings not applied

Hi,

Oops, this was entirely my fault, I missed the last folder in ther reg key.
Thanks though.

"Sue Mosher [MVP-Outlook]" wrote:

I have heard some odd reports on variations with cached mode, but have never tracked down the exact problem. The forms cache state should not matter at all.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"E. Palmer" wrote in message ...
I have two computers that both have the registry setting set exactly the
same, but one shows administrative and the other default. Same domain, user
level, etc on Small Business Server.

Does whether the account is in cached mode matter?

Does whether the forms cache is cleared matter?

Thanks for any assistance or insight.

"Sue Mosher [MVP-Outlook]" wrote:

"Administrator-controlled" tells you that OUtlook has recognized the registry value and is handing off control to the public folder. The next step, then, would be to confirm that the user is represented by an item in the folder and that the item contains the correct settings.

"Rod" wrote in message ...
"Administrator controlled". If I log on as a user who is not in the OU
controlled by the GPO I see "default" and the warning messages still do not
trigger. I guess I will investigate why, for some reason, the application is
trusted on the dev network but not on the prod network. Thanks for your
help.




 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Outlook Security Settings Wimme Outlook - General Queries 2 October 17th 06 10:49 AM
Outlook Virus Security Settings, Cached Exchange Mode and Multi-La Jo Outlook - Installation 0 August 21st 06 02:48 PM
Outlook Security Settings Craig Outlook - Using Forms 0 May 23rd 06 05:30 PM
Outlook Security Settings JamesRussel Outlook - General Queries 3 January 26th 06 01:28 PM
Outlook should stop resetting my security settings. Control Freak Kim Outlook - Installation 1 January 16th 06 12:12 AM


All times are GMT +1. The time now is 11:49 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.