RE: Permissions In E2k

2002-07-17 Thread Beavers, Terry

There is a KB article explaining the everyone - read permissions.
Don't remember which one off the top of my head.

Terry L. Beavers
Technology Assessment  Application
Information Technologies
University of South Florida
Tampa,  Florida


List Charter and FAQ at:
http://www.sunbelt-software.com/exchange_list_charter.htm




RE: Exchange People Soft 8

2002-02-18 Thread Beavers, Terry
Title: Message



Not 
exactly sure what you mean by this, but basically, yes, in peoplesoft 8.If 
you implement the portal software (which will also let you authenticate via 
active directory, by the way), Peoplesoft provides portalparts 
foryour personalized web pagethat display exchange new mail, 
appointments, tasks, etc.

Terry 
Beavers
USF 
IT/TAA

  -Original Message-From: Abercrombie, Sherry 
  [mailto:[EMAIL PROTECTED]]Sent: Monday, February 18, 2002 11:30 
  AMTo: MS-Exchange Admin IssuesSubject: Exchange  
  People Soft 8
  I've had a 
  question posed to me as the Exchange Administrator so I'm coming to my fellow 
  admins for an answer.
  
  Is there a way to 
  view mail from an Exchange server in People Soft 8?
  
  Currently we're on 
  People Soft 7.5 but looking to upgrade this year.
  Current Exchange 
  server is 5.5 SP4, NT4 SP6, the Exchange server will probably not be upgraded 
  to E2K this year.
  
  BTW, I laughed at 
  this question, but my lead wanted me to pose it to this list to see if anyone 
  out there had done or heard of this being done.
  
  Thanks in 
  advance!
  
  Sherry 
  Abercrombie
  Data Center Administration 
  Team
  Information 
  Technology
  List Charter and FAQ 
  at:http://www.sunbelt-software.com/exchange_list_charter.htm
List Charter and FAQ at:
http://www.sunbelt-software.com/exchange_list_charter.htm





RE: LDAP question

2001-11-14 Thread Beavers, Terry

But if these are unix guys trying to grab the GAL, they certainly can
iterate  through the GAL directly at the organization level simply by using
o=orgname as the root. They could perhaps do a quick loop through the
alphabet to extract all a*'s, then b*s, without worrying about lower
level container names. The only issue that they may have is the max records
returned entry in the LDAP settings of exchange, which might need to be
adjusted upwards.


Terry Beavers
USF IT/TAA

-Original Message-
From: Snook, Kevin S (ITD) [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, November 14, 2001 4:44 AM
To: MS-Exchange Admin Issues
Subject: RE: LDAP question


Laura,

You are right. What you can't do is access the Global Address List in it's
entirety i.e. do a GetObject(Global Address List) and then iterate through
every entry. You have to step through the schema. You have to do something
like (pseudo-code):

set ORG = GetObject(o=ORG)
For Each OU in ORG 
set Site = GetObject(o=ORG,ou=OU)
For Each Container in Site
Set Container = GetObject(o=ORG,ou=OU,cn=Container)
For each Object in Container
'Do what you want with this object - display it,
export details whatever
Next
Next
Next

-Original Message-
From: Bibel, Laura Y. [mailto:[EMAIL PROTECTED]]
Sent: 13 November 2001 20:44
To: MS-Exchange Admin Issues
Subject: RE: LDAP question


But you can get to individual objects and attributes of the directory with
LDAP, right? I mean, we're doing it here. We're currently using LDAP to
query information in the Exchange 5.5 directory and using it to populate AD.
Things like phone number, address, etc. The LDAP query uses the
distinguished name properties like organization (/o), site (/ou) and
container (/cn). Maybe I don't understand the question.


Laura Bibel
Allegheny Energy: Information Services
Voice (724) 830-5966 Fax (724) 853-3600 [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]



-Original Message-
From: Snook, Kevin S (ITD) [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 13, 2001 6:00 AM
To: MS-Exchange Admin Issues
Subject: RE: LDAP question


The Global Address List does not exist as far as LDAP is concerned. It is a
View of the objects in the entire Directory. You can't get at it from LDAP,
at least not as a single object. 

Kevin

-Original Message-
From: Jim Holmgren [mailto:[EMAIL PROTECTED]]
Sent: 12 November 2001 15:27
To: MS-Exchange Admin Issues
Subject: LDAP question


One of our Unix guys is working on interfacing from a Unix system to our 
Exchange 5.5 LDAP directory.  The documentation he is working from specifies
that he needs the container name for our Global Address List. 
I've done a little searching, and I cannot find this information.  Does
anyone know the default container name for the global address list?  Is it
Global_Address_List, or something similar?

Thanks!
Jim

Jim Holmgren MCSE, CCNA
[EMAIL PROTECTED]
Network Engineer
Advertising.com

List Charter and FAQ at:
http://www.sunbelt-software.com/exchange_list_charter.htm




RE: LDAP question

2001-11-13 Thread Beavers, Terry

Sure. As you have indicated, it is no problem at all. 

Say you have an exchange server with ldap enabled and the exchange
organization is MyCompany.

Tell you unix guys to use o=MyCompany to access the global address list.
That's the letter o, as in organization.

Terry Beavers
USF IT/TAA

-Original Message-
From: Bibel, Laura Y. [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 13, 2001 3:44 PM
To: MS-Exchange Admin Issues
Subject: RE: LDAP question


But you can get to individual objects and attributes of the directory with
LDAP, right? I mean, we're doing it here. We're currently using LDAP to
query information in the Exchange 5.5 directory and using it to populate AD.
Things like phone number, address, etc. The LDAP query uses the
distinguished name properties like organization (/o), site (/ou) and
container (/cn). Maybe I don't understand the question.


Laura Bibel
Allegheny Energy: Information Services
Voice (724) 830-5966 Fax (724) 853-3600 [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]



-Original Message-
From: Snook, Kevin S (ITD) [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 13, 2001 6:00 AM
To: MS-Exchange Admin Issues
Subject: RE: LDAP question


The Global Address List does not exist as far as LDAP is concerned. It is a
View of the objects in the entire Directory. You can't get at it from LDAP,
at least not as a single object. 

Kevin

-Original Message-
From: Jim Holmgren [mailto:[EMAIL PROTECTED]]
Sent: 12 November 2001 15:27
To: MS-Exchange Admin Issues
Subject: LDAP question


One of our Unix guys is working on interfacing from a Unix system to our 
Exchange 5.5 LDAP directory.  The documentation he is working from specifies
that he needs the container name for our Global Address List. 
I've done a little searching, and I cannot find this information.  Does
anyone know the default container name for the global address list?  Is it
Global_Address_List, or something similar?

Thanks!
Jim

Jim Holmgren MCSE, CCNA
[EMAIL PROTECTED]
Network Engineer
Advertising.com

We bring innovation to interactive communication. Advertising.com --
Superior Technology. Superior Performance.

List Charter and FAQ at:
http://www.sunbelt-software.com/exchange_list_charter.htm

List Charter and FAQ at:
http://www.sunbelt-software.com/exchange_list_charter.htm

List Charter and FAQ at:
http://www.sunbelt-software.com/exchange_list_charter.htm

List Charter and FAQ at:
http://www.sunbelt-software.com/exchange_list_charter.htm




RE: How does one send an HTML formatted email?

2001-09-11 Thread Beavers, Terry
Title: Message



(1) I 
have found that if you open the htm file in a browser, copy, and then paste into 
a new html note, the recipient receives the html-formatted web page - which 
looks like a web page in the note if the clients email supports such 
display.

(2) I 
have also found that opening a new html note, then using "Insert" menu item, 
select "File", then select "File as Text" also does this quite well, assuming 
that any graphics etc are web-accessible

Terry L 
Beavers Technology Assessment  Application Information 
Technologies University of South Florida Tampa Florida 


  -Original Message-From: m2web 
  [mailto:[EMAIL PROTECTED]]Sent: Tuesday, September 11, 2001 12:37 
  AMTo: MS-Exchange Admin IssuesSubject: Re: How does one 
  send an HTML formatted email?
  I am sorry if I did not make it 
  clear.
  Your suggestion William, was tried (we have also deselected Word in our tests). The 
  question is(after having performed your suggestion) how would one use 
  (maybe "use" is not the right word, but then "insert" is not right neither) an 
  already existing html filein whichall of the formatting etc.. is 
  done and use that file in the email in such a way that when the recepient 
  opens it, it would look like a web page Without having to double click an 
  attachment.
  Here is another way of putting it: Open an HTML 
  file, select and copy everything to an Outlook Express email. You will see 
  that the page in the new email will format as an HTML page. How does one do 
  this in Outlook?
  So far it seems that the only way is to have Word 
  as the editor and use the send to feature, and one needs not to even open 
  Outlook per say.
  
- Original Message - 
From: 
Zangara, Jim 
To: MS-Exchange Admin 
Issues 
Sent: Monday, September 10, 2001 5:04 
PM
Subject: RE: How does one send an HTML 
formatted email?

I got 
the impression they tried that and outlook only wanted to send it as an 
attachment or plain text.

 (we have also deselected Word in our tests), however Outlook only 
wants to send the file as an attachment or paste it as a text 
file.


Jim Zangara, MCSE+I 
Special Projects Engineer Premiere Radio Networks 
A Division of Clear Channel Communications 15260 Ventura 
Blvd Suite 500 Sherman Oaks, CA 91403 Direct: (818) 
461-8620 mailto:[EMAIL PROTECTED] 

Integrity has no need 
for rules. 

  
  -Original Message-From: Lefkovics, 
  William [mailto:[EMAIL PROTECTED]] Sent: Monday, 
  September 10, 2001 5:04 PMTo: MS-Exchange Admin 
  IssuesSubject: RE: How does one send an HTML formatted 
  email?
  I leave Word out of the equation altogether. 
  
  
  Select Tools--Options--Mail Format
  Select HTML
  
  In a new email: Format--HTML
  
  Or am I missing something from this question?
  
  William
  
  Amend your favourite website:
  Smurf the web!
  http://websmurfer.devnull.net/
  Pity the URL!
  http://firefly.sparse.org/~mrt/
  Pornolize
  http://www.pornolize.com/
  eJive?
  http://www.ejive.net/
  Or pick a dialect:
  http://rinkworks.com/dialect/
  http://www.cs.utexas.edu/users/jbc/home/chef.html
  
  
  
  -Original Message-From: Zangara, Jim 
  [mailto:[EMAIL PROTECTED]]Sent: Monday, September 10, 
  2001 3:35 PMTo: MS-Exchange Admin IssuesSubject: RE: 
  How does one send an HTML formatted email?
  Create the document in Word - then select File - Send To - 
  Mail Recipient. 
  Jim Zangara, MCSE+I Special 
  Projects Engineer Premiere Radio Networks 
  A Division of Clear Channel Communications 
  15260 Ventura Blvd Suite 500 Sherman Oaks, CA 91403 Direct: (818) 
  461-8620 mailto:[EMAIL PROTECTED] 
  
  -Original Message- From: 
  m2web [mailto:[EMAIL PROTECTED]] 
  Sent: Monday, September 10, 2001 3:38 PM 
  To: MS-Exchange Admin Issues Subject: How does one send an HTML formatted email? 
  We would like to send a prepared HTML file not as an 
  attachment but as an HTML formatted email using OUTLOOK. The server is set 
  so that the user can choose either Plain Text or Rich Text Format. The 
  client is set to format outgoing emails as HTML and Word has been chosen 
  for editing email messages (we have also deselected Word in our tests), 
  however Outlook only wants to send the file as an attachment or paste it 
  as a text file. Would anyone have any idea of how to accomplish this task. 
  In Outlook Express one can do this very easily!.
  List Charter and FAQ at: http://www.sunbelt-software.com/exchange_list_charter.htm 
  List Charter and FAQ 
  at:http://www.sunbelt-software.com/exchange_list_charter.htmList 
Charter and FAQ