Re: Can you run OWA 5.5 on W2k Server

2002-02-06 Thread James Gosnold

Hi Dan,

I run OWA on a Windwos 2000 member server in an NT 4.0 domain. No special
requirements as far as I know, just latest service packs e.t.c.

James.

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




Re: Spam question

2002-02-06 Thread James Gosnold

Dear all,

Please ignore this message, just realised the spammer got the addresses
from our website. Doh!

Cheers, James.




 Dear all, more of a curiosity question than an outright problem, we
 received a big spam mail last night, most of you have probably seen it,
 it's the one where the president of some Nigerian bank wants to do a deal
 with you resulting in your imminent wealth. The message has been doing the
 rounds for at least 3 years.
 
 The thing that puzzled me this time is that as the Internet Mail service
 administrator, I received the mail for almost half of our users mailboxes,
 it had the [EMAIL PROTECTED] part totally correct, the only
 thing was it had the e-mail addresses pre-fixed with 6 random (or they
 appeared to be random) digits.
 
 My question is how did the spammer get all these e-mail addresses? Surely
 they would only be resident on our Exchange server? It is an Exchange 5.5
 server on our internal network.
 
 Regards, James.

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




RE: Public Folders

2002-02-06 Thread Nikki Peterson - ITCX
Title: Message



Simply 
replace the values of:

g_Const_FN = "Change with valid Name"g_Const_DL = 
"Change with valid SMTP Name"g_Const_PF = "outlook:\\Public 
Folders\All Public Folders\..."g_Const_CN = "Change with valid SMTP 
Name"


  g_Const_FN (Folder Name) is the name of the Public Folder 
  (used in the message and the link build in message).
  g_Const_DL (Distribution List) Alerts go to all members 
  of that particular Distribution List.
  g_Const_PF (Public Folder) is the address of the public 
  folder (used to send a link to the PF for recipients easy 
  access).
  g_Const_CN(Contact Name) is the person who can give info about 
  the public folder and its contents.


  -Original Message-From: MHR(Michael Ross) 
  [mailto:[EMAIL PROTECTED]]Sent: Tuesday, February 05, 2002 10:24 
  AMTo: MS-Exchange Admin IssuesSubject: RE: Public 
  Folders
  nice!
  
  im a 
  script dummy so can you identify what to change and how the syntax should 
  be?
  

-Original Message-From: Nikki Peterson 
- ITCX [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 
February 05, 2002 11:07 AMTo: MS-Exchange Admin 
IssuesSubject: RE: Public Folders
Cut and paste this text into an Event scripton the public 
folder:

SCRIPT RunAt=Server 
Language=VBScript'--'FILE 
DESCRIPTION: Exchange Server Event 
Script'--Option 
Explicit 

'--' 
Global 
Variables'--Dim 
AMSessionDim fldrOutboxDim msgTargetDim 
fldrTarget

'--' 
CONSTANT Enter the name of the DL which you want to have the alerts sent 
to'--Dim 
g_Const_FNDim g_Const_DLDim g_Const_PFDim 
g_Const_CN

'--' 
CONSTANT Enter the name of the FN (Folder 
Name)' Enter the 
name of the DL (Distribution List) the alerts are sent 
to' Enter the path 
of the PF (Public 
Folder)' Enter the 
name of the CN (Contact 
Name)'--g_Const_FN = "Change with valid SMTP"g_Const_DL = "Change 
with valid SMTP"g_Const_PF = "outlook:\\Public Folders\All Public Folders\..."g_Const_CN = "Change with 
valid 
SMTP"'--' 
Event 
Handlers'--

' DESCRIPTION: This event is fired when a new message is added to the 
folderPublic Sub Folder_OnMessageCreatedOn Error 
Resume NextGetEventDetailsIf Err.Number = 0 
ThenMakeResponseMessage g_const_FN  " Public Folder - 
New Post"ElseScript.Response = "GetEventDetails 
Failed"End If

End Sub

' DESCRIPTION: This event is fired when a message in 
the folder is changedPublic Sub Message_OnChangeOn 
Error Resume NextGetEventDetailsIf Err.Number 
= 0 ThenMakeResponseMessage g_const_FN  " Public Folder 
- A change has been made"ElseScript.Response = 
"GetEventDetails Failed"End If

End Sub

' DESCRIPTION: This event is fired when a message is 
deleted from the folderPublic Sub Folder_OnMessageDeletedEnd 
Sub

' DESCRIPTION: This event is fired when the timer on 
the folder expiresPublic Sub Folder_OnTimerEnd Sub

'-' 
Support 
Functions'-

' DESCRIPTION: Get the details of the event that 
fired

Private Sub GetEventDetailsOn Error Resume 
NextDim oStoresDim 
TempDim idTargetFolderDim idTargetMessage

idTargetFolder = 
EventDetails.FolderIDidTargetMessage = 
EventDetails.MessageID' some of the above may not 
existErr.Clear

Set AMSession = EventDetails.SessionIf 
Err.Number = 0 Then' We will send a msg, so let's get the Outbox 
hereSet fldrOutbox = AMSession.OutboxIf Err.Number = 0 
ThenSet fldrTarget = AMSession.GetFolder( idTargetFolder, 
Null )If Err.Number = 0 ThenSet 
msgTarget = AMSession.GetMessage( idTargetMessage, Null 
)If Not Err.Number = 0 
ThenScript.Response = "Session.GetMessage 
Failed: "  Err.DescriptionEnd 
IfElseScript.Response = 
"Session.GetFolder Failed: "  Err.DescriptionEnd 
IfElseScript.Response = "Session.InfoStores 
Failed: "  Err.DescriptionEnd 
IfElseScript.Response = 

Slightly OT: Conditional Formatting

2002-02-06 Thread Boswell Tim

This one's got me stumped - can you guru's help?

One of our desks has a contracted response time of 1 hour for all email.
Management want outlook to display all mails older than one hour in a big
red font. Problem is, conditional formatting in O2K will only allow this for
Today, Last 7 Days etc. Does anyone know how to conditionally format either
all items received in the last hour, or all items over 1 hour old? Failing
this, can anyone think of an alternative way of notifying them after an
email passes it's contracted response time? I know this is per-user, but
that's not an issue for me - I only set it up, whether they get fed up and
turn it off isn't my problem. 

TIA for any help!

Tim

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




RE: IIS Lockdown/URLScan on E2K?

2002-02-06 Thread Preston Jeffares

One thing we discovered was this:

We ran the IIS Lockdown and URLScan on our E2K Front-End OWA server using the OWA 
template.  If a OWA user attempted to open an email with a subject ending in a period 
(ie: Hello...) URLScan blocked it.  There was a rule in URLscan that blocked any url 
containing .. So if a message had the above subject the link would be:

https://wwwmail.somone.com/exchange/user/Helloeml and would be blocked.

Note: please forgive syntax errors or lack of description... but im really sick 
today... and along with seeing small purple midgets in leiderhosen... my train of 
thought is a bit derailed. 

-Original Message-
From: Joe L. Casale [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 05, 2002 10:26 AM
To: MS-Exchange Admin Issues
Subject: RE: IIS Lockdown/URLScan on E2K?


I am using the latest version of lockdown. It says its got urlscan
integrated, and the correct settings...
Well, urlscan used to load an isapi filter that I no longer see, and as
for the correct settings, bogus as usual. I had to check the logs every
failure to tweak the settings... But it is all working better then it
used to! Didn't really break anything that wasn't easy to fix! I would
say its safe now... Just be prepared to have to change the settings in
the urlscan.ini file...

jlc

-Original Message-
From: Bonner, Jon [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, February 05, 2002 7:48 AM
To: MS-Exchange Admin Issues
Subject: IIS Lockdown/URLScan on E2K?

Is anybody using either IIS Lockdown or just URLScan alone on their E2K
servers? I'm wondering what everyone else is doing? Thanks.

Jon Bonner



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: Mail Retention Policy-- Hardware suggestions

2002-02-06 Thread Paul Green

Anyone recommend any good tape hardware (drives) ?  I currently do not
have any removable media storage.  Right now I am just using Second Copy
2000 to automatically copy user files, and our fund accounting data to
different buildings over the fiber.  So it's somewhat off-site.  But I
would like a tape solution.  I have 4 main buildings, all tied together
with fiber.  The building I am in, houses the exchange server, fund
accounting software, web, and the user files for this building.  The
other buildings all have their own file and print server (to minimize
traffic over the fiber).  Any recommendations on a tape solution and
hardware the would accommodate this (brand, model, etc)..

I appreciate it,

Paul

-Original Message-
From: Steve Wyman [mailto:[EMAIL PROTECTED]]
Posted At: Tuesday, February 05, 2002 8:54 AM
Posted To: Exchange 2000 Server
Conversation: Mail Retention Policy
Subject: RE: Mail Retention Policy


4 tapes Monday - ThursdayRe-used the
following week

Offsite for 1 day
5 Tapes Friday1-Friday5  Re-Used the
following Month 

Kept offsite until following month
12 TapesLast day of the month Month1-Month12 Never reused  

Kept off Site for ever!

Mail box limit's
50Mb Warn
55Mb Stop send
60Mb Stop send and recieve

Deleted Item retention 30 days

Users can archive Email using outlook if they have to.

-Original Message-
From: Ray Zorz [mailto:[EMAIL PROTECTED]]
Sent: 04 February 2002 22:00
To: MS-Exchange Admin Issues
Subject: RE: Mail Retention Policy


Backups 5 days/week.  4 weeks of tapes, no offsite except the night
before
that I carried with me.  Deleted Item Retention set to 10 days.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 04, 2002 2:55 PM
To: MS-Exchange Admin Issues
Subject: RE: Mail Retention Policy


Backups 6 days a week
Weekly backup rotated offsite for 28 days
150 Meg
on server retention?

-Original Message-
From: Keith Laliberty [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 04, 2002 13:53
To: MS-Exchange Admin Issues
Subject: Mail Retention Policy


Hello everyone,

My boss has asked me to get a sampling of what others are doing for
mail
retention (Backups, offsite storage, mail limits, and on-server
retention).
Any thoughts would be appreciated.

Keith Laliberty
SR. Network Admin
Mahi Networks

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


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




Re: Sharing Calendar in Outlook 2000

2002-02-06 Thread Rodney Li

Net Folders is the solution.
Rodney LI
 This is a multi-part message in MIME format.
 
 --=_NextPart_000_0005_01C1AEED.3DF91220
 Content-Type: text/plain;
   charset=iso-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 Is it possible for a user to share only his Calendar with another user =
 in a workgroup environment with no Exchange Server?
 
 Thank you,
 Rick Radzville
 
 --=_NextPart_000_0005_01C1AEED.3DF91220
 Content-Type: text/html;
   charset=iso-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
 HTMLHEAD
 META http-equiv=3DContent-Type content=3Dtext/html; =
 charset=3Diso-8859-1
 META content=3DMSHTML 6.00.2600.0 name=3DGENERATOR
 STYLE/STYLE
 /HEAD
 BODY bgColor=3D#ff
 DIVFONT face=3DArial size=3D2Is it possible for a user to share only =
 his=20
 Calendar with another user in a workgroup environment with no Exchange=20
 Server?/FONT/DIV
 DIVFONT face=3DArial size=3D2/FONTnbsp;/DIV
 DIVFONT face=3DArial size=3D2Thank you,/FONT/DIV
 DIVFONT face=3DArial size=3D2Rick =
 Radzville/FONT/DIV
List Charter and FAQ at:BR
http://www.sunbelt-software.com/exchange_list_charter.htmBR

/BODY/HTML
 
 --=_NextPart_000_0005_01C1AEED.3DF91220--




Re: PST files

2002-02-06 Thread Rodney Li

Was the .pst file password protected by any chance?
Rodney Li

 Exchange 5.5 SP4, Outlook 98, NT 4.0 SP6.  We have a user who recently left
 the company.  He has
 a PST file on his home drive.  A user who has taken over his
 responsibilities wants to add the PST folder
 to their Outlook box.  If you right click on the PST  file and check
 properties, it says that the file is
 186 MB, but when you open the folder, there's nothing in it.  Originally, we
 received a message that the file was in use and could not be accessed.
 That's when I had the current user take ownership of the file and try again.
 No success.  The file can now be accessed, but it shows up as 0 bytes.
 Anybody know why?
 
 Thanks.
 
 Robert

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




Doing test restore with transaction logs...

2002-02-06 Thread Mike Zatkalik

Hello all,

Trying to do some testing in regards to DR on Exchange 5.5 sp3 on NT4.  We
are looking into doing backups over the wire, and wondering if I send the
transaction logs offsite, at the same location that has our full backup
tape, can I do a restore using these logs?  After reading through the 5.5 DR
guide from MS, it sounds like you can replay the logs, actually sounds like
you have to play them back, but what is the syntax of this command?  All of
the kb articles I see are dealing with recovering after transaction log
drive is lost.  Sorry for the newbie question, but realized that I don't
know exactly how to do this.  I have, numerous times before, completed a
full restore to a separate server and recovered multiple mailboxes without
any problems, but haven't tried to restore using the logs, for an up to the
minute restore.  Thanks in advance for information, or even kbs that could
help in this matter.

tia,

 Mike Zatkalik
 
 

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




Re: Site addressing

2002-02-06 Thread Rodney Li

Hi Liz,
First, do a directory export, then using the secondary email address
field, add the secondary email address to the .csv file. Do a directory
import to get all the information back in Exchange. All the users should
now have two email addresses @abcdefg.com and xyz.com.
To make the new xyz.com the default address, go to Configuration/Site
Addressing and click Properties. Go to the site addressing tab and you
should change the address there.
Rodney Li

 NT 4 SP 5
 Exchange 5.5 SP 4
 
 
 We are currently running with an smtp address of @abcdefg.com and when a
 users is created an smtp address of [EMAIL PROTECTED] is autogenerated. We
 have been awarded xyz.com. We would like to set it up so that users can
 send and recieve from both addresses without having to manually add the
 address to each account. Also we would like to have it create smtp
 accounts for both addresses automaticily.
 
 We have added wxyz.com to the IMS routing information. 
 
 If we manually add @xyz.com address to a test account (@abcdefg.com is
 auto generated when the account was created) it works fine. How do we get
 it to auto add the smtp address to existing and new accounts?
 
 any thoughts would be appreciated.
 
 Liz

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




Can you run OWA 5.5 on W2k Server

2002-02-06 Thread Dan Yarrow

Hi Everyone

I was just wondering if you can run Outlook Web Access on Windows 2k Server (IIS5).  
If so, is there any requirements for installation ?

Cheers

Dan Yarrow
NT/2000 Systems Administrator
Central Queensland University
Information Technology Division

Email: [EMAIL PROTECTED]
Ph: +61 7 4923 2151
Fax +61 7 4930 9254



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




Antigen filter *.*.* - worthwhile?

2002-02-06 Thread Bob Peitzke

We run Antigen 6.2 on our Exchange 5.5 server.  We were advised by Sybari
support to include the filter, *.*.*, which they said are often viruses
(e.g. annakournikova.jpg.vbs). We tried it for a while, but were
quarantining too many valid user attachments, and they rebelled, so I
compromised and removed that filter.  We are filtering exe, bat, cmd, com,
vbs, vb, js, shs, lnk, pif, scr, hta, htm, and *.*} (whatever that is).
Also we are using three AV engines, and updating them frequently.  As I
understand it, the *.*.* filter would only come into play on a new virus
for which we don't yet have the signature, and is some other scripting
language that we are not filtering.

I'd like to get feedback on the protection compromise of not filtering
*.*.* attachments.  

How many of you are using that filter?  

Do you think it adds significant protection?

Have we missed any valuable filters?

TIA

Bob Peitzke
Information Systems Manager
Sander A. Kessler  Associates
Santa Monica, CA, USA
[EMAIL PROTECTED]


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




RE: Can you run OWA 5.5 on W2k Server

2002-02-06 Thread Wayne Hanks

yes I believe it is setup with a front end and backend configuration.  Have
you looked at the Technet site for info/white papers on this?  I can't tell
you how to do it as I am still running ex5.5 on nt4 and don't even have OWA
setup on that.  However from everything I have read on this list, improved
OWA is the overwhelming reason why most people have upgraded to E2K. 

-Original Message-
From: Dan Yarrow [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 6 February 2002 12:59
To: MS-Exchange Admin Issues
Subject: Can you run OWA 5.5 on W2k Server
Importance: High


Hi Everyone

I was just wondering if you can run Outlook Web Access on Windows 2k Server
(IIS5).  If so, is there any requirements for installation ?

Cheers

Dan Yarrow
NT/2000 Systems Administrator
Central Queensland University
Information Technology Division

Email: [EMAIL PROTECTED]
Ph: +61 7 4923 2151
Fax +61 7 4930 9254



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




New Server Same site installation issues

2002-02-06 Thread Dave Vantine

I am trying to install a new server in the same site to do the Ed Crowley
Server Move and think I may have some problems. I have check MS and various
other resource and do not seem to find any specific answers and hope this
list may offer some guidance. From my research it would seem that these
errors are all interrelated and that it has something to do with Apple Talk
but I do not have Apple Talk or any Mac's on the network (to the best of my
knowledge)

This is a new W2K Sp2/SR1 member server of an NT4 domain. I Installed Exch
5.5 (without OWA which I plan to install on a different server later) but
did not receive any error messages during the install. In reviewing the
event log, however,  there are 2 informational and 1 warning that concern
me. 

Informational

1.) MSExchangeDS, Internal Processing, Event ID: 1166 Error 1703 has
occurred (internal ID 3230220). Contact MS Tech Support for assistance

2.) MSExchangeSA, General, Event ID; 2042 Unable to get the AppleTalk
network address of the MS Exchange Server Computer

Warning

3.) MSExchangeMTA, Interface, Event ID: 9321 An RPC communications error
occurred. An attempt to listen over RPC has failed. NT Error 1703.
[ncacn_at_dsp BASE IL MAIN BASE 1 504] (14)

Thanks in Advance
-Dave Vantine

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




Win2k Relay server woes

2002-02-06 Thread Kurt

All,


Sorry for the crosspost, but either list could bring thoughts to this, and
the Exchange list hasn't been responsive today - I'm not
getting anywhere near the volume there that I normally do.


I have set up and piloted a relay server using Win2k and its SMTP service.
The box is up-to-date, fully SPed, etc.

I pointed my firewall away from the linux/sendmail box that was serving as
the outside point of contact for our email, and towards
the Win2k box.

I've notice several things:

We have about 300 Exchange 5.5 mailboxes here. Over the weekend that I had
this turned up, we got more than 900 NDRs, and a huge
amount of spam. The spam I'm not too worried about (although if you have
worked with an anti-spam utility on a Win2k relay box I'd
love to hear about it), nor am I worried about the unusually high amount of
mail to ex-employees.

What I am worried about is the amazing number of NDRs that contain the
following message:

Action: failed
Status: 5.6.1
Diagnostic-Code: smtp;554 5.6.1 Body type not supported by Remote Host


I've done a google on the last line of the NDR message, and all I found was
a message from August of last year with someone else
having the same problem, and no replies. He describes the problem quite
nicely, too. (see
http://archives.neohapsis.com/archives/firewalls/2001-q3/1025.html)

I have to wonder if this problem isn't related to another issue I'm having
using this box to do relay to external hosts - it works
fine for most relaying, but has real problems talking with attbi.com,
microsoft.com, msn.com, and a friend's Exchange2K box that
I've been testing against.


Does anyone have thoughts on this?

Many thanks for your help,

Kurt


  


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




Sharing Calendar in Outlook 2000

2002-02-06 Thread Rick Radzville



Is it possible for a user to share only his 
Calendar with another user in a workgroup environment with no Exchange 
Server?

Thank you,
Rick Radzville
List Charter and FAQ at:
http://www.sunbelt-software.com/exchange_list_charter.htm





Names not resolving

2002-02-06 Thread Mitchell Mike

Good morning,

Outlook 98.  Exchange 5.5 Sp4

I have an instance where a user keys in a name in the to: box and the name
resolves.  But once the message goes out it is returned because of a bad
address. The person swears they are using the global address list.  I have
no problems with the list.  The person that name is in question had their
name changed a few days ago to correct a spelling error. So the syncing part
should be cool.  I had the sender remove the Sendai's name from her PAB and
add it back in but still a problem.

Please help.

Any clues anyone.

Regards,

Mike Mitchell
Systems eMAIL Administrator
Alverno Information Services
[EMAIL PROTECTED]
(317) 532-7800 ext. 6211


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




Site addressing

2002-02-06 Thread liz thompson

NT 4 SP 5
Exchange 5.5 SP 4


We are currently running with an smtp address of @abcdefg.com and when a
users is created an smtp address of [EMAIL PROTECTED] is autogenerated. We
have been awarded xyz.com. We would like to set it up so that users can
send and recieve from both addresses without having to manually add the
address to each account. Also we would like to have it create smtp
accounts for both addresses automaticily.

We have added wxyz.com to the IMS routing information. 

If we manually add @xyz.com address to a test account (@abcdefg.com is
auto generated when the account was created) it works fine. How do we get
it to auto add the smtp address to existing and new accounts?

any thoughts would be appreciated.

Liz

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




RE: OWA Access Problem ????

2002-02-06 Thread Frank

It's EX 5.5 SP4 ... And it was working fine until Last friday, There's
another OWA server with the same configuration and it's working fine
(knock on Wood)

It seems that a normal user is unable to use that OWA to login to their
mailbox.. but if a Domain Admin try's he'll be able to get thru to his
mailbox...

Looks like a local permission Issue but i've check and double check the
OWA dir's and they have the proper permissions the same as the other
server. Something is amiss

I've read the KB from MS but those solutions only pertain to Ex 5.0

HELP... 

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




Re: Sharing Calendar in Outlook 2000

2002-02-06 Thread liz thompson

I am not sure, but I believe you can use netfolders to 

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




Ex 5.5 SP 4

2002-02-06 Thread Callan, Chris

Ok, I am downloading Ex 5.5 SP4 for our disaster recovery site, but the web
page which holds the files has a number of them.  Which ones do I need and
what ones should I not even bother with.

Chris

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




Re: Sharing Calendar in Outlook 2000

2002-02-06 Thread liz thompson

Sorry!

Try using Netfolders to share the calendar.

Liz

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




PST files

2002-02-06 Thread McCready, Robert

Exchange 5.5 SP4, Outlook 98, NT 4.0 SP6.  We have a user who recently left
the company.  He has
a PST file on his home drive.  A user who has taken over his
responsibilities wants to add the PST folder
to their Outlook box.  If you right click on the PST  file and check
properties, it says that the file is
186 MB, but when you open the folder, there's nothing in it.  Originally, we
received a message that the file was in use and could not be accessed.
That's when I had the current user take ownership of the file and try again.
No success.  The file can now be accessed, but it shows up as 0 bytes.
Anybody know why?

Thanks.

Robert

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




Nav for Gateways vs Trend InterScan

2002-02-06 Thread Lathrum Matt-P55173

What are your opinions of Nav for Gateways as an AntiVirus product on the firewall?  
How do you think it compares to Trend's InterScan MSS product?

-- 
Matt Lathrum
General Dynamics Decision Systems
 When cryptography is outlawed,
 bayl bhgynjf jvyy unir cevinpl.


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




Spam question

2002-02-06 Thread James Gosnold

Dear all, more of a curiosity question than an outright problem, we
received a big spam mail last night, most of you have probably seen it,
it's the one where the president of some Nigerian bank wants to do a deal
with you resulting in your imminent wealth. The message has been doing the
rounds for at least 3 years.

The thing that puzzled me this time is that as the Internet Mail service
administrator, I received the mail for almost half of our users mailboxes,
it had the [EMAIL PROTECTED] part totally correct, the only
thing was it had the e-mail addresses pre-fixed with 6 random (or they
appeared to be random) digits.

My question is how did the spammer get all these e-mail addresses? Surely
they would only be resident on our Exchange server? It is an Exchange 5.5
server on our internal network.

Regards, James.

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




RE: Antigen filter *.*.* - worthwhile?

2002-02-06 Thread Arnold, Jamie

I've filtered *.jpg, among others, for yearsThis filter grabs the double
extension files.

-Original Message-
From: Bob Peitzke [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, February 05, 2002 5:36 PM
To: MS-Exchange Admin Issues
Subject: Antigen filter *.*.* - worthwhile?


We run Antigen 6.2 on our Exchange 5.5 server.  We were advised by Sybari
support to include the filter, *.*.*, which they said are often viruses
(e.g. annakournikova.jpg.vbs). We tried it for a while, but were
quarantining too many valid user attachments, and they rebelled, so I
compromised and removed that filter.  We are filtering exe, bat, cmd, com,
vbs, vb, js, shs, lnk, pif, scr, hta, htm, and *.*} (whatever that is).
Also we are using three AV engines, and updating them frequently.  As I
understand it, the *.*.* filter would only come into play on a new virus
for which we don't yet have the signature, and is some other scripting
language that we are not filtering.

I'd like to get feedback on the protection compromise of not filtering
*.*.* attachments.  

How many of you are using that filter?  

Do you think it adds significant protection?

Have we missed any valuable filters?

TIA

Bob Peitzke
Information Systems Manager
Sander A. Kessler  Associates
Santa Monica, CA, USA
[EMAIL PROTECTED]


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: Slightly OT: Conditional Formatting

2002-02-06 Thread Nikki Peterson - ITCX

I created a field called AGE and used the following formula (all one
line):

IIf(DateDiff(d,[Received],Now())=7,DateDiff(w,[Received],Now())  
week(s),(IIf(DateDiff(d,[Received],Now())0.99,DateDiff(d,[Received],No
w())   day(s),DateDiff(h,[Received],Now())   hr(s

This will give you the age of a message within 0 hours to xx Weeks. Then
maybe you can figure out how to make them red based on that...

-Original Message-
From: Boswell Tim [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 06, 2002 4:30 AM
To: MS-Exchange Admin Issues
Subject: Slightly OT: Conditional Formatting


This one's got me stumped - can you guru's help?

One of our desks has a contracted response time of 1 hour for all email.
Management want outlook to display all mails older than one hour in a big
red font. Problem is, conditional formatting in O2K will only allow this for
Today, Last 7 Days etc. Does anyone know how to conditionally format either
all items received in the last hour, or all items over 1 hour old? Failing
this, can anyone think of an alternative way of notifying them after an
email passes it's contracted response time? I know this is per-user, but
that's not an issue for me - I only set it up, whether they get fed up and
turn it off isn't my problem. 

TIA for any help!

Tim

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




e2k logs filling up

2002-02-06 Thread Benjamin Zachary
Title: Message




Hey all, I seem to 
be having this problem in a couple of clients sites where over the weekend or 
overnight there is like 3-4 gigs of logfiles in the mdbdata dir. We run backup 
exec 8.5 and have it clear logs when done. I fixed one by turning up circular 
logging, but would really like to try and find a solution. 

Any ideas where to 
look? both are e2k/sp2 with all default settings, my initial concern was we are 
being relayed through thus causing high logs.. but i dont think thats the case.. 

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





RE: Can you run OWA 5.5 on W2k Server

2002-02-06 Thread Wayne Hanks

Oops ! I didn't read the subject line.  I believe a number of members of
this list are using the configuration you have suggested ( E5.5 on W2K) and
running the OWA quite happily.I suggest searching the list archives to
see what was said and where the information was found.  

-Original Message-
From: Dan Yarrow [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 6 February 2002 12:59
To: MS-Exchange Admin Issues
Subject: Can you run OWA 5.5 on W2k Server
Importance: High


Hi Everyone

I was just wondering if you can run Outlook Web Access on Windows 2k Server
(IIS5).  If so, is there any requirements for installation ?

Cheers

Dan Yarrow
NT/2000 Systems Administrator
Central Queensland University
Information Technology Division

Email: [EMAIL PROTECTED]
Ph: +61 7 4923 2151
Fax +61 7 4930 9254



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




Threaded discussion forum in Exchange 2000

2002-02-06 Thread Jan S. Nielsen

Hi,

Anybody got a clue how to setup a
threaded discussion forum in Exchange 2000 ?.
I have been at www.cdolive.com but their
example does not work in E2K.

Thanks,
Jan -

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




RE: Threaded discussion forum in Exchange 2000

2002-02-06 Thread Jennifer Baker

Use a public folder and sort threads by conversation.

-Original Message-
From: Jan S. Nielsen [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, February 06, 2002 11:45 PM
To: MS-Exchange Admin Issues
Subject: Threaded discussion forum in Exchange 2000


Hi,

Anybody got a clue how to setup a
threaded discussion forum in Exchange 2000 ?.
I have been at www.cdolive.com but their
example does not work in E2K.

Thanks,
Jan -

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: e2k logs filling up

2002-02-06 Thread Jennifer Baker
Title: Message



Are 
you sure that the backup completes successfully?

  
  -Original Message-From: Benjamin Zachary 
  [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 
  2002 8:48 AMTo: MS-Exchange Admin IssuesSubject: e2k 
  logs filling up
  
  Hey all, I seem to 
  be having this problem in a couple of clients sites where over the weekend or 
  overnight there is like 3-4 gigs of logfiles in the mdbdata dir. We run backup 
  exec 8.5 and have it clear logs when done. I fixed one by turning up circular 
  logging, but would really like to try and find a solution. 

  
  Any ideas where to 
  look? both are e2k/sp2 with all default settings, my initial concern was we 
  are being relayed through thus causing high logs.. but i dont think thats the 
  case.. 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: Spam question

2002-02-06 Thread Jennifer Baker

It sounds like the perp used an Email address generator program.

-Original Message-
From: James Gosnold [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, February 06, 2002 1:48 AM
To: MS-Exchange Admin Issues
Subject: Spam question


Dear all, more of a curiosity question than an outright problem, we
received a big spam mail last night, most of you have probably seen it,
it's the one where the president of some Nigerian bank wants to do a deal
with you resulting in your imminent wealth. The message has been doing the
rounds for at least 3 years.

The thing that puzzled me this time is that as the Internet Mail service
administrator, I received the mail for almost half of our users mailboxes,
it had the [EMAIL PROTECTED] part totally correct, the only
thing was it had the e-mail addresses pre-fixed with 6 random (or they
appeared to be random) digits.

My question is how did the spammer get all these e-mail addresses? Surely
they would only be resident on our Exchange server? It is an Exchange 5.5
server on our internal network.

Regards, James.

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: Change the directory name of a mailbox

2002-02-06 Thread Jennifer Baker

Nope.

-Original Message-
From: Rodney Li [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, February 06, 2002 12:22 PM
To: MS-Exchange Admin Issues
Subject: Change the directory name of a mailbox


Hi All,
I was wondering if there is a tool you can use to rename the directory
name of a mailbox? I don't want to recreate the mailbox and do an
export/import.
Thanks,
Rodney Li

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: Ex 5.5 SP 4

2002-02-06 Thread Jennifer Baker

My guess would be the core netserver setup file, but it depends on your
environment.

-Original Message-
From: Callan, Chris [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, February 06, 2002 7:29 AM
To: MS-Exchange Admin Issues
Subject: Ex 5.5 SP 4


Ok, I am downloading Ex 5.5 SP4 for our disaster recovery site, but the web
page which holds the files has a number of them.  Which ones do I need and
what ones should I not even bother with.

Chris

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