PC Review


Reply
Thread Tools Rate Thread

How disable security promt when send message from word.

 
 
=?Utf-8?B?WWVwaGlt?=
Guest
Posts: n/a
 
      9th Nov 2005
I send message from "Routing recipent" and pop up promt for access adress
book and after promt for send message.
I create public folder outlook security settings, create registry key on
local machine CheckAdminSettings
create security template. allow all on programmatic settings
but security promt dont hide
please help
 
Reply With Quote
 
 
 
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      9th Nov 2005
What version of Office? What value did you set for CheckAdminSettings? Did you create a default security settings item or one for specific users?

You realize that, by setting "allow all," you are leaving your systems vulnerable to malicious software that harvests addresses and sends messages through Outlook?

--
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


"Yephim" <(E-Mail Removed)> wrote in message news:FCCEEDB0-6A53-4F9D-A5C0-(E-Mail Removed)...
>I send message from "Routing recipent" and pop up promt for access adress
> book and after promt for send message.
> I create public folder outlook security settings, create registry key on
> local machine CheckAdminSettings
> create security template. allow all on programmatic settings
> but security promt dont hide
> please help

 
Reply With Quote
 
Brian Tillman
Guest
Posts: n/a
 
      9th Nov 2005
Yephim <(E-Mail Removed)> wrote:

> I send message from "Routing recipent" and pop up promt for access
> adress book and after promt for send message.
> I create public folder outlook security settings, create registry key
> on local machine CheckAdminSettings
> create security template. allow all on programmatic settings
> but security promt dont hide
> please help


If you have Adobe Acrobat installed, disable the PDFMaker addin.
http://www.slipstick.com/outlook/ol2002sp3.htm#acrobat
--
Brian Tillman
 
Reply With Quote
 
=?Utf-8?B?WWVwaGlt?=
Guest
Posts: n/a
 
      10th Nov 2005
i try on 5 computers office 2003 and xp russian edition and office xp english
CheckAdminSettings set to 1
I create Default security settings. on programmatic settings panel check
automatically approve all item.
i create test vbs file
Set ol = CreateObject("Outlook.Application")
Set AL = ol.session.addresslists("Глобальный Список адресов")
Set AE = AL.addressEntries(1)
MsgBox AE.address

it work fine. no security promt pop-up when allow
and security promt display when check promt user
But in word send to->routing recipient security promt display anyway.


"Sue Mosher [MVP-Outlook]" wrote:

> What version of Office? What value did you set for CheckAdminSettings? Did you create a default security settings item or one for specific users?
>
> You realize that, by setting "allow all," you are leaving your systems vulnerable to malicious software that harvests addresses and sends messages through Outlook?
>
> --
> 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
>
>
> "Yephim" <(E-Mail Removed)> wrote in message news:FCCEEDB0-6A53-4F9D-A5C0-(E-Mail Removed)...
> >I send message from "Routing recipent" and pop up promt for access adress
> > book and after promt for send message.
> > I create public folder outlook security settings, create registry key on
> > local machine CheckAdminSettings
> > create security template. allow all on programmatic settings
> > but security promt dont hide
> > please help

>

 
Reply With Quote
 
=?Utf-8?B?WWVwaGlt?=
Guest
Posts: n/a
 
      10th Nov 2005
only on 2 machine from 5 was installed acrobat reader. full version acrobat
not installed. and addin not present

"Brian Tillman" wrote:

> Yephim <(E-Mail Removed)> wrote:
>
> > I send message from "Routing recipent" and pop up promt for access
> > adress book and after promt for send message.
> > I create public folder outlook security settings, create registry key
> > on local machine CheckAdminSettings
> > create security template. allow all on programmatic settings
> > but security promt dont hide
> > please help

>
> If you have Adobe Acrobat installed, disable the PDFMaker addin.
> http://www.slipstick.com/outlook/ol2002sp3.htm#acrobat
> --
> Brian Tillman
>

 
Reply With Quote
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      10th Nov 2005
So, it looks like the settings are being applied, at least partially.

I think Word's Send To command uses Simple MAPI. Did you allow access to it?

You did note how insecure this makes your system?
--
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


"Yephim" <(E-Mail Removed)> wrote in message news:2107BE87-DAA7-478A-8CAE-(E-Mail Removed)...
>i try on 5 computers office 2003 and xp russian edition and office xp english
> CheckAdminSettings set to 1
> I create Default security settings. on programmatic settings panel check
> automatically approve all item.
> i create test vbs file
> Set ol = CreateObject("Outlook.Application")
> Set AL = ol.session.addresslists("Глобальный Список адресов")
> Set AE = AL.addressEntries(1)
> MsgBox AE.address
>
> it work fine. no security promt pop-up when allow
> and security promt display when check promt user
> But in word send to->routing recipient security promt display anyway.
>
>
> "Sue Mosher [MVP-Outlook]" wrote:
>
>> What version of Office? What value did you set for CheckAdminSettings? Did you create a default security settings item or one for specific users?
>>
>> You realize that, by setting "allow all," you are leaving your systems vulnerable to malicious software that harvests addresses and sends messages through Outlook?


>>
>> "Yephim" <(E-Mail Removed)> wrote in message news:FCCEEDB0-6A53-4F9D-A5C0-(E-Mail Removed)...
>> >I send message from "Routing recipent" and pop up promt for access adress
>> > book and after promt for send message.
>> > I create public folder outlook security settings, create registry key on
>> > local machine CheckAdminSettings
>> > create security template. allow all on programmatic settings
>> > but security promt dont hide
>> > please help

>>

 
Reply With Quote
 
Brian Tillman
Guest
Posts: n/a
 
      10th Nov 2005
Yephim <(E-Mail Removed)> wrote:

> only on 2 machine from 5 was installed acrobat reader. full version
> acrobat not installed. and addin not present


The tool here should be able to tell you what's causing ther prompt and help
yo control it:
http://www.mapilab.com/outlook/security/
--
Brian Tillman

 
Reply With Quote
 
=?Utf-8?B?WWVwaGlt?=
Guest
Posts: n/a
 
      11th Nov 2005
i already try this add-in his not interrupt requests from word.

"Brian Tillman" wrote:

> Yephim <(E-Mail Removed)> wrote:
>
> > only on 2 machine from 5 was installed acrobat reader. full version
> > acrobat not installed. and addin not present

>
> The tool here should be able to tell you what's causing ther prompt and help
> yo control it:
> http://www.mapilab.com/outlook/security/
> --
> Brian Tillman
>
>

 
Reply With Quote
 
=?Utf-8?B?WWVwaGlt?=
Guest
Posts: n/a
 
      11th Nov 2005
can you check with on your network?
i create test network with exchange server and outlook client
security setting don't work
and in 2 another organization check this. don't work too.
i set all settings on programmatic panel to automatically approve. and
simple mapi too
and i don't know any place where it allow




"Sue Mosher [MVP-Outlook]" wrote:

> So, it looks like the settings are being applied, at least partially.
>
> I think Word's Send To command uses Simple MAPI. Did you allow access to it?
>
> You did note how insecure this makes your system?
> --
> 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
>
>
> "Yephim" <(E-Mail Removed)> wrote in message news:2107BE87-DAA7-478A-8CAE-(E-Mail Removed)...
> >i try on 5 computers office 2003 and xp russian edition and office xp english
> > CheckAdminSettings set to 1
> > I create Default security settings. on programmatic settings panel check
> > automatically approve all item.
> > i create test vbs file
> > Set ol = CreateObject("Outlook.Application")
> > Set AL = ol.session.addresslists("Глобальный Список адресов")
> > Set AE = AL.addressEntries(1)
> > MsgBox AE.address
> >
> > it work fine. no security promt pop-up when allow
> > and security promt display when check promt user
> > But in word send to->routing recipient security promt display anyway.
> >
> >
> > "Sue Mosher [MVP-Outlook]" wrote:
> >
> >> What version of Office? What value did you set for CheckAdminSettings? Did you create a default security settings item or one for specific users?
> >>
> >> You realize that, by setting "allow all," you are leaving your systems vulnerable to malicious software that harvests addresses and sends messages through Outlook?

>
> >>
> >> "Yephim" <(E-Mail Removed)> wrote in message news:FCCEEDB0-6A53-4F9D-A5C0-(E-Mail Removed)...
> >> >I send message from "Routing recipent" and pop up promt for access adress
> >> > book and after promt for send message.
> >> > I create public folder outlook security settings, create registry key on
> >> > local machine CheckAdminSettings
> >> > create security template. allow all on programmatic settings
> >> > but security promt dont hide
> >> > please help
> >>

>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: using an application to send email I get a promt to allow it to Sue Mosher [MVP-Outlook] Microsoft Outlook Discussion 0 4th Jan 2007 10:02 PM
Send e-mail - disable security warning =?Utf-8?B?ZGFua2E=?= Microsoft Access VBA Modules 3 29th Nov 2005 05:17 PM
How do I disable security boxes in Outlook so I can send a file w. =?Utf-8?B?dW5pcmFjZXI=?= Microsoft Outlook VBA Programming 1 14th Jan 2005 04:55 PM
Re: bypass or disable security message from call to send Sue Mosher [MVP] Microsoft Outlook VBA Programming 0 25th Sep 2003 07:54 PM
Re: Send e-mail with VB 6 without promt box Sue Mosher [MVP] Microsoft Outlook VBA Programming 0 11th Sep 2003 08:49 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:17 PM.