RE: can't get into account.

2002-08-04 Thread Tom Meunier

http://support.microsoft.com/default.aspx?scid=KB;EN-US;q274343;

You don't delete them.  You delete the user that they belonged to, and
after the deleted mailbox retention time they'll go away.  Who cares if
they're there, if they're not being used?  Connect the good one to your
user, and go on about your business.  If the two bad ones contain
messages, make a couple of fake users, connect to them, blow the
messages and contacts and appointments or whatever off to a PST and then
delete the users again.

-Original Message-
From: Michael Reid [mailto:[EMAIL PROTECTED]] 
Sent: Sunday, August 04, 2002 9:58 AM
To: MS-Exchange Admin Issues
Subject: Re: can't get into account.


I have 3 mailboxs for the same person and I don't know how to delete
those. I did the first part you suggested, however I don't know how to
reattach them. Keep up the suggestions! :]
 
Michael

- Original Message - 
From: Benjamin Zachary mailto:[EMAIL PROTECTED]  
To: MS-Exchange Admin Issues
mailto:[EMAIL PROTECTED]  
Sent: Sunday, August 04, 2002 12:34 AM
Subject: RE: can't get into account.

Michael, I think what you need to do is right click on the user
in AD and delete the mailbox. Then goto the recipients list where you
see the red X's and there's an update list or refresh list there. Do
that. Then you can right click on the correct mailbox and you should be
able to 'attach' it back to the user. I don't know the exact steps but I
have had to do it and I just know the refreshing the list is the big
step everyone misses. (Well everyone I know outside of this list :) )

-Original Message-
From: Michael Reid [mailto:[EMAIL PROTECTED]] 
Sent: Saturday, August 03, 2002 11:21 PM
To: MS-Exchange Admin Issues
Subject: can't get into account.


Ok, so I feel silly. Let me explain what happened, and
maybe someone can help me fix it.
 
I have an account on an exchange2000 box. I ended up
putting a second email in tab in AD users and computers. The account
started getting double emails so I removed the second email account.
That didn't fix the issue so I deleted the account and recreated it. So
it created a second mailbox for the users. He can't get into the
original account anymore (client says that it won't accept password,
etc). If I go into the Exchange Manager there is a red X through two
accounts that look identical and mail in another ( I made the account
twice, don't know why at the time, probably miss typed something). So...
 
How do I get rid of the accounts that have the X in
them, and let the user back into the original (or current) account? I'm
not super familiar with exchange at this point, so be specific on
instructions if at all possible. I'll let you know what happens.
 
Michael
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: NAV for Exchange

2002-08-03 Thread Tom Meunier

http://service2.symantec.com/SUPPORT/ent-gate.nsf/pfdocs/20010627090620
54

For your future reference, this was the first document listed when going
to Symantec's [stupidly difficult to navigate] knowledge base, when I
entered admin account as the search terms.
http://www.symantec.com/techsupp/enterprise/ 
Then select Norton Antivirus / 2.x for Microsoft Exchange
Then find the tiny little buried link that says knowledge base

-Original Message-
From: Nickolaos Fotopoulos [mailto:[EMAIL PROTECTED]] 
Sent: Saturday, August 03, 2002 6:56 PM
To: MS-Exchange Admin Issues
Subject: NAV for Exchange


Win2K - NT4 Domain
Not a controller
Exchange 5.5
NAV for Exchange 2.1

Yesterday I went to the Windows Update page to get SP3 and install it on
my Exchange server.  I noticed that IE6 was listed along with a few
critical updates.  I installed IE6 because this often has some of the
critical updates rolled up with it.  After installing and rebooting, the
NAV for Exchange service fails to start because of a logon problem.  It
says the NT account specified is not an Exchange Administrator.  The
accounts being used is the Domain Admin account which was the default I
suppose cause I have never actually set it manually.  I tried using the
local Admin account and also using the radio button to select Local
System, but I get the same message each time.  I am considering removing
NAV and reinstalling it. Anyone see this before?


Nick Fotopoulos
RSVP USA
1501 3rd Avenue
New York, NY

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




RE: Migrating user desktop settings across a domain.

2002-08-01 Thread Tom Meunier

Funny, Kevin.  The problem was that there was completely insufficient
info.  Also, I hadn't arrived at work yet and William Lefkovics is still
asleep probably.

Outlook profile?  Office Resource Kit tools, depending on the version.
Windows XP?  Simple.  Use the new User Settings Migration Wizard.
Migrate from Win9x to something else, blowing the workstation away and
temporarily putting it into their network home directory, in a
subdirectory called \migrate:

How we do it here?  Run this batch script, after telling your users to
dump everything they care about in My Documents and clean their
cookies, history, and cache.  Modify it because nobody but us has to
deal with every friggin version of WordPerfect ever written:

@echo off

REM Set Variables Here

set BACKUP=
set UTIL=

REM set backup location here
REM **
set BACKUP=i:\%USERNAME%\migrate
REM **

REM set utility location here
REM **
set UTIL=i:\_util
REM **

IF %BACKUP%== GOTO ERROR

IF %UTIL%== GOTO ERROR

IF %OS%==Windows_NT GOTO NT
GOTO BACKUP9x

:BACKUP9x
IF NOT EXIST %BACKUP% md %BACKUP%
IF EXIST %WINDIR%\plus!.bmp copy %WINDIR%\plus!.bmp %BACKUP%
IF EXIST %WINDIR%\plus!.bmp copy %WINDIR%\internet*.bmp %BACKUP%
copy %UTIL%\template.wpd %BACKUP%\migrate.wpd
IF EXIST C:\Corel\Suite8\Programs\WPWIN8.EXE start
C:\Corel\Suite8\Programs\WPWIN8.EXE %BACKUP%\migrate.wpd
IF EXIST C:\Program Files\Corel\WordPerfect Office
2000\programs\wpwin9.exe start C:\Program Files\Corel\WordPerfect
Office 2000\programs\wpwin9.exe %BACKUP%\migrate.wpd
xcopy %WINDIR%\alluse~1 %BACKUP%\All Users /k/h/i/e/f/c
xcopy %WINDIR%\applic~1 %BACKUP%\Application Data /k/h/i/e/f/c
xcopy %WINDIR%\cookies %BACKUP%\cookies /k/h/i/e/f/c
xcopy %WINDIR%\desktop %BACKUP%\desktop /k/h/i/e/f/c
xcopy %WINDIR%\favori~1 %BACKUP%\Favorites /k/h/i/e/f/c
xcopy %WINDIR%\history %BACKUP%\history /k/h/i/e/f/c
xcopy %WINDIR%\locals~1 %BACKUP%\Local Settings /k/h/i/e/f/c
xcopy c:\mydocu~1 %BACKUP%\My Documents /k/h/i/e/f/c
xcopy c:\myfiles %BACKUP%\MyFiles /k/h/i/e/f/c
mkdir c:\My Music
xcopy c:\mymusi~1 %BACKUP%\My Music /k/h/i/e/f/c
IF EXIST C:\Corel\suite8\Programs\WPWIN8.EXE xcopy
C:\Corel\suite8\Macros %BACKUP%\WP8\Macros /k/h/i/e/f/c
IF EXIST C:\Corel\suite8\Programs\WPWIN8.EXE xcopy
C:\Corel\suite8\Template %BACKUP%\WP8\Template /k/h/i/e/f/c
xcopy %WINDIR%\sendto %BACKUP%\SendTo /k/h/i/e/f/c
mkdir %WINDIR%\template
xcopy %WINDIR%\template %BACKUP%\template /k/h/i/e/f/c
xcopy %WINDIR%\westwin\premise %BACKUP%\premise /k/h/i/e/f/c
xcopy %WINDIR%\profiles %BACKUP%\profiles /k/h/i/e/f/c
IF EXIST C:\Program Files\Corel\WordPerfect Office
2000\programs\wpwin9.exe xcopy C:\Program Files\Corel\WordPerfect
Office 2000\template %BACKUP%\WP9\template /k/h/i/e/f/c
IF EXIST C:\Program Files\Corel\WordPerfect Office
2000\programs\wpwin9.exe xcopy C:\Program Files\Corel\WordPerfect
Office 2000\macros %BACKUP%\WP9\macros /k/h/i/e/f/c
IF EXIST C:\Program Files\Corel\WordPerfect Office
2000\programs\wpwin9.exe xcopy C:\Program Files\Corel\WordPerfect
Office 2000\config %BACKUP%\WP9\config /k/h/i/e/f/c
mkdir %BACKUP%\Email
%UTIL%\programs\locate *.pst /R/N/D-/C:copy F %BACKUP%\Email/Y
%UTIL%\programs\locate *.ost /R/N/D-/C:copy F %BACKUP%\Email/Y
%UTIL%\programs\locate *.pab /R/N/D-/C:copy F %BACKUP%\Email/Y
%UTIL%\programs\locate *.wpt /R/N/D-/C:copy F %BACKUP%\template/Y
GOTO END

:NT
pause
xcopy %WINDIR%\profile\%USERNAME%\*.* /s %BACKUP% /k/h/i/e/f
pause
GOTO END

:ERROR
echo Environment Error
pause
GOTO END

:END
cls

 -Original Message-
 From: Snook, Kevin S (ITD) [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, August 01, 2002 09:59 AM
 To: MS-Exchange Admin Issues
 Subject: RE: Migrating user desktop settings across a domain.
 
 
 The Zachary response:
 
 How does that relate to Exchange?
 
 The Precht response:
 
 What version of Exchange is that?
 
 The Ely response:
 
 Are you completely stupid?
 
 Everyone elses response:
 
 
 
 -Original Message-
 From: Benjamin Zachary [mailto:[EMAIL PROTECTED]]
 Sent: 01 August 2002 15:10
 To: MS-Exchange Admin Issues
 Subject: RE: Migrating user desktop settings across a domain.
 
 
 In exchange?
 
 -Original Message-
 From: Neil Rozario [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, August 01, 2002 1:59 AM
 To: MS-Exchange Admin Issues
 Subject: Migrating user desktop settings across a domain.
 
 
 hi all,
 
 can anyone recommend a utility to (painlessly) migrate user 
 desktop settings.
 
 
 cheers - neil.
 
 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: Migrating user desktop settings across a domain.

2002-08-01 Thread Tom Meunier

Oops.  I was busy typing and answered wrong.

 -Original Message-
 From: Brent Hudson [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, August 01, 2002 09:31 AM
 To: MS-Exchange Admin Issues
 Subject: RE: Migrating user desktop settings across a domain.
 
 
 The Meunier response: 
 
 Prove that it's not related to exchange!
 
 The Lefkovic response:
 
 Have a beer!
 
 The Espinola Response:
 
 AAAH no.. another change in my filters
 
 The David Response:
 
 I've seen worse...
 
 ;-)
 
 
 B
 
 
 -Original Message-
 From: Snook, Kevin S (ITD) [mailto:[EMAIL PROTECTED]]
 Sent: 01 August 2002 16:59
 To: MS-Exchange Admin Issues
 Subject: RE: Migrating user desktop settings across a domain.
 
 
 The Zachary response:
 
 How does that relate to Exchange?
 
 The Precht response:
 
 What version of Exchange is that?
 
 The Ely response:
 
 Are you completely stupid?
 
 Everyone elses response:
 
 
 
 -Original Message-
 From: Benjamin Zachary [mailto:[EMAIL PROTECTED]]
 Sent: 01 August 2002 15:10
 To: MS-Exchange Admin Issues
 Subject: RE: Migrating user desktop settings across a domain.
 
 
 In exchange?
 
 -Original Message-
 From: Neil Rozario [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, August 01, 2002 1:59 AM
 To: MS-Exchange Admin Issues
 Subject: Migrating user desktop settings across a domain.
 
 
 hi all,
 
 can anyone recommend a utility to (painlessly) migrate user 
 desktop settings.
 
 
 cheers - neil.
 
 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: Migrating user desktop settings across a domain.

2002-08-01 Thread Tom Meunier

From South Africa?  Woohoo!  Never had a South African beer...

 -Original Message-
 From: Brent Hudson [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, August 01, 2002 09:34 AM
 To: MS-Exchange Admin Issues
 Subject: RE: Migrating user desktop settings across a domain.
 
 
 Nice script.. I'm gonna try it if you don't mind.. I'll send a beer!
 
 B
 

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




RE: Migrating user desktop settings across a domain.

2002-08-01 Thread Tom Meunier

Yeah, but a.) It's off-topic and b.)  I gotta go find it.  I did
something like that about three years ago.

 -Original Message-
 From: Brent Hudson [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, August 01, 2002 09:48 AM
 To: MS-Exchange Admin Issues
 Subject: RE: Migrating user desktop settings across a domain.
 
 
 Mmmm South African Breweries just bought Molsens.. so you 
 might just be tasting Castle soon...
 
 BTW (still OT) have you some script like that one that can 
 run a ftp upload, my users all have pst's (50 Mb Exch mailbox 
 limit) and I would like the files to be uploaded to a FTH 
 folder at night.
 
 B
 
 -Original Message-
 From: Tom Meunier [mailto:[EMAIL PROTECTED]]
 Sent: 01 August 2002 16:38
 To: MS-Exchange Admin Issues
 Subject: RE: Migrating user desktop settings across a domain.
 
 
 From South Africa?  Woohoo!  Never had a South African beer...
 
  -Original Message-
  From: Brent Hudson [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, August 01, 2002 09:34 AM
  To: MS-Exchange Admin Issues
  Subject: RE: Migrating user desktop settings across a domain.
  
  
  Nice script.. I'm gonna try it if you don't mind.. I'll send a beer!
  
  B
  
 
 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: Migrating user desktop settings across a domain.

2002-08-01 Thread Tom Meunier

Make a text file called PST_UPLD.TXT and pipe it into an FTP command
line.  Schedule it with AT or task scheduler or whatever.  Note that
most of your better FTP clients can also be scripted - I think we're
using um... WSFTP-LE or something now.

PST_UPLD.BAT
:: One-line batch file
:: Schedule it with AT or whatever
:: Pipes a file called pst_upld.txt containing the commands.
FTP -s:pst_upld.txt


PST_UPLD.TXT
open 123.123.123.123 ;ip address or fqdn of your ftp server
username ;ftp username or guest or whatnot
password ;ftp password or [EMAIL PROTECTED] or whatnot
lcd c:\path\other-path ;path to the directory your PST is in
cd public/psts/username;wherever you want to put your PST
hash ; turn on hashmarks if you want.  I like watching
the pretty #s go past
bin  ; set type to BINARY
prompt   ; turn interactive mode OFF
put filename.pst ; upload a file called filename.pst located in
LCD command's path
quit

 -Original Message-
 From: Brent Hudson [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, August 01, 2002 09:48 AM
 To: MS-Exchange Admin Issues
 Subject: RE: Migrating user desktop settings across a domain.
 
 
 Mmmm South African Breweries just bought Molsens.. so you 
 might just be tasting Castle soon...
 
 BTW (still OT) have you some script like that one that can 
 run a ftp upload, my users all have pst's (50 Mb Exch mailbox 
 limit) and I would like the files to be uploaded to a FTH 
 folder at night.
 
 B
 

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




RE: Upgrade to Exchange 2K.

2002-08-01 Thread Tom Meunier

Yes, it will cause problems.  That's why you have the setting in the
advanced tab of your SMTP virtual server's property pages that says
FQDN.  It gives you a chance to put in your publically-announced FQDN
which is different from your private namespace.

All that other stuff - yeah, there's tons.  Gotta read the migration
papers at www.microsoft.com/exchange.  Too much to cover here.

 -Original Message-
 From: Mike Newell [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, August 01, 2002 11:17 AM
 To: MS-Exchange Admin Issues
 Subject: Upgrade to Exchange 2K.
 
 
 Hello,
 I am about to upgrade to Exchange 2K from 5.5 and I have a 
 question. The new AD domain name does not match the Exchange 
 Domain name. Will this cause any problems with systems that 
 do a reverse lookup when it receives mail?
 
 Thanks in advance.
 Mike.
 
 PS If there's anything else I need to look out for in the 
 upgrade process or any advice I'd appreciate it.
 

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




RE: Exchange 2K has problems delivering to earthlink.net

2002-07-31 Thread Tom Meunier

You don't have a PTR record for 194.211.210.208.in-addr.arpa,
(208.210.211.194 = iegate.ccpace.com but your server presents itself as
PMS02.internal.ccpace.com in its SMTP conversation).  Earthlink requires
a valid reverse DNS lookup.  Fix your public DNS to reflect that PTR
record pointing to iegate.ccpace.com, and in the advanced properties of
your SMTP virtual server, enter iegate.ccpace.com as the FQDN.

 -Original Message-
 From: Carrico, Emily [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, July 31, 2002 02:10 PM
 To: MS-Exchange Admin Issues
 Subject: Exchange 2K has problems delivering to earthlink.net
 
 
 Setup is Exchange 2K, SP2, single site, single server.  We do 
 not allow relay, and are requiring reverse DNS for delivery.  
 We've had problems with users sending to any address at 
 @earthlink.net being bounced back.  The use can email to it 
 from an external account and after a few tries with E2K,  the 
 email goes through.  Here's a copy of one of the messages.
 Any ideas or insights would be appreciated.  Thx - Emily
 
 -Original Message-
 From: System Administrator  
 Sent: Wednesday, July 31, 2002 2:14 PM
 To:   *@earthlink.net
 Subject:  Undeliverable: stuff
 
 Your message did not reach some or all of the intended recipients.
 
   Subject:stuff
   Sent:   7/31/2002 2:13 PM
 
 The following recipient(s) could not be reached:
 
   **@earthlink.net on 7/31/2002 2:14 PM
 There was a SMTP communication problem with the 
 recipient's email server.  Please contact your system administrator.
 pms02.internal.ccpace #5.5.0 smtp;550 relaying 
 to **@earthlink.net prohibited by administrator
 
 
 
 
 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: Good software against mail abuse (spamming etc)

2002-07-30 Thread Tom Meunier

I belong to three Exchange mailing lists, 2 of which I've seen you on
for over a year.  All three of them have discussed this FAQ in depth
this week.

Having said this, I'm an advocate for taking all machines off the
Internet completely until the admins and users take a class.  I plaster
my (munged) address all over Usenet and receive NO spam.

-Original Message-
From: Jean-Francois Bourdeau [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, July 30, 2002 8:40 AM
To: MS-Exchange Admin Issues
Subject: Good software against mail abuse (spamming etc)


Hi
 
Our customer have Sybari antigen and it's doing a very good job for
viruses... it's Content filtering feature also help for purging email
with subject like viagra, make a million etc
 
but our customer is receiving a lot of junk  porn  emAil from some
japannese company  Always sent by different relay server.
 
What good product can filter spaming ?  I would be interested in Gateway
product name, and may be also station product (because only one user has
that problem )
 
Thanks
 
JF
 
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: Good software against mail abuse (spamming etc)

2002-07-30 Thread Tom Meunier

Okay if I have a Shiner Bock instead?  Gotta support the central Texas
economy, you know.

How about sorting on my name and seeing if you find some helpful and
knowledgeable responses?  That should answer your question.

-Original Message-
From: Matthew Carpenter [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, July 30, 2002 8:46 AM
To: MS-Exchange Admin Issues
Subject: Re: Good software against mail abuse (spamming etc)


Tom, do you ALWAYS just sit there and bash people? I have never heard
you say anything nice.

Have a Guinness and chill out.

- Original Message -
From: Tom Meunier [EMAIL PROTECTED]
To: MS-Exchange Admin Issues [EMAIL PROTECTED]
Sent: Tuesday, July 30, 2002 8:44 AM
Subject: RE: Good software against mail abuse (spamming etc)


I belong to three Exchange mailing lists, 2 of which I've seen you on
for over a year.  All three of them have discussed this FAQ in depth
this week.

Having said this, I'm an advocate for taking all machines off the
Internet completely until the admins and users take a class.  I plaster
my (munged) address all over Usenet and receive NO spam.

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




RE: Good software against mail abuse (spamming etc)

2002-07-30 Thread Tom Meunier

Yeah, that gives a good idea of which content scanner NOT to use, eh?
Or at least how easy it is to trashcan the valid emails because they
contain the word [p o r n].  That's why my bashing session (which is
actually my opinion, and my enterprise's practice) was put forth.

-Original Message-
From: Brent Hudson [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, July 30, 2002 8:54 AM
To: MS-Exchange Admin Issues
Subject: RE: Good software against mail abuse (spamming etc)


so this has set off a few content scanners:

Trend SMEX Content Filter has detected sensitive content.
Place = MS-Exchange Admin Issues; ; ; MS-Exchange Admin Issues Sender =
Brent Hudson Subject = RE: Good software against mail abuse (spamming
etc) Delivery Time = July 30, 2002 (Tuesday) 08:50:55 Policy =
Unsolicited Action on this mail = Quarantine message Warning message
from administrator: This message meets BMC Software's email rejection
policy referred to above and the email was not delivered to the intended
recipient. If you believe you have received this notification in error,
please contact the intended recipient.


-Original Message-
From: Brent Hudson 
Sent: 30 July 2002 15:52
To: MS-Exchange Admin Issues
Subject: RE: Good software against mail abuse (spamming etc)


Interesting that only one user has this problem.. maybe its their fault,
like giving out that email address to the wrong sites etc..

B

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




RE: domain

2002-07-30 Thread Tom Meunier

There are also degrees of difference depending on whether you're talking
about an AD domain or a WinNT domain.  In AD the forest itself is your
security boundary. 

Although a domain is in fact a security boundary when considering the
management aspects of Active Directory, it does not provide complete
isolation in the face of possible attacks by service administrators who
maliciously modify the behavior of the system.
-from http://www.microsoft.com/windows2000/docs/addeladmin.doc

 -Original Message-
 From: Erik Sojka [mailto:[EMAIL PROTECTED]] 
 Sent: Tuesday, July 30, 2002 10:19 AM
 To: MS-Exchange Admin Issues
 Subject: RE: domain
 
 
 That's a wide open question.  Are you talking for an internal 
 network or just for a DMZ deployment?
  
 A box in the DMZ should be in its own separate thing (domain 
 or WG, doesn't matter which).  If that box gets compromised, 
 then the damage is only limited to that box.  The attacker 
 doesn't also get access to the production domain or any other 
 DMZ boxes.  
 
   -Original Message-
   From: MHR(Michael Ross) [mailto:[EMAIL PROTECTED]] 
   Sent: Tuesday, July 30, 2002 11:17 AM
   To: MS-Exchange Admin Issues
   Subject: domain
   
   
   Can anyone settle a bet?

   I have a coworker who is saying a workgroup is more 
 secure than a domain, I say its the otherway around.
   He is also betting me that any servers setup in your 
 DMZ should be setup in workgoups and not domains...
   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: Large attachments / Emails vanishing

2002-07-30 Thread Tom Meunier

Many antivirus/content gateways are configurable to toss oversized
messages into the bit-bucket.  They may or may not notify the
sender/recipient/administrator, usually at the discretion of the gateway
admin.  There's one suspect to rule out.

 -Original Message-
 From: Craig Sterley [mailto:[EMAIL PROTECTED]] 
 Sent: Tuesday, July 30, 2002 12:26 PM
 To: MS-Exchange Admin Issues
 Subject: Large attachments / Emails vanishing
 
 
 We have an Exchange 5.5 server sp4 running on NT4 sp6a the 
 seems to be losing emails that are large in size( haven't 
 determined exact size yet - seem to fluctuate).  There is 
 nothing in the event viewer indicating an error, the file is 
 gone from the queue on the exchange server and it never gets 
 to where it is suppose to go.  
 
 Any ideas on this??? 
 
 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: Content filtering - Symantec Style

2002-07-30 Thread Tom Meunier

Yeah, it is.  On earth as it is in Austin
http://homeadvisor.msn.com/Move/BestPlacestoLive0.aspx

 -Original Message-
 From: Micheal Espinola Jr [mailto:[EMAIL PROTECTED]] 
 Sent: Tuesday, July 30, 2002 01:39 PM
 To: MS-Exchange Admin Issues
 Subject: Re: Content filtering - Symantec Style
 
 
 Yea that's great.  Texas is wonderful:
  
 http://www.cnn.com/2002/US/07/29/afterlife.argument.reut/index.html
  
 Glad to see those good ol' fashioned family values hard at work...
  
 
   Abercrombie, Sherry [EMAIL PROTECTED] wrote in 
 message news:280488@exchangelist...
 
   Irregardless of what the rest of the world thinks, it 
 is still the Republic of Texas, and don't you forget it either! 
 
   Sherry Abercrombie - FQ 
   Data Center Administrator 
   Information Technology 
   With sufficient thrust, pigs fly just fine. 
 
 
   -Original Message- 
   From: John Matteson [mailto:[EMAIL PROTECTED]] 
   Sent: Tuesday, July 30, 2002 12:53 PM 
   To: MS-Exchange Admin Issues 
   Subject: RE: Content filtering - Symantec Style 
 
 
   You're from Texas, that's your normal state of being, isn't it? 
 
   You guys have been ticked at the world since you had to 
 join the United States. 
 
   John Matteson; Exchange Manager 
   Geac Corporate Infrastructure Systems and Standards 
   (404) 239 - 2981 
   I live in my own little world. They know me here. - Unknown 
 
 
 
   -Original Message- 
   From: Tom Meunier [mailto:[EMAIL PROTECTED]] 
   Sent: Friday, July 26, 2002 4:55 PM 
   To: MS-Exchange Admin Issues 
   Subject: RE: Content filtering - Symantec Style 
 
 
   Gee, thanks for excluding crotchety ones who are angry 
 at the universe. 
 
-Original Message- 
From: Abercrombie, Sherry [mailto:[EMAIL PROTECTED]] 
Sent: Friday, July 26, 2002 03:52 PM 
To: MS-Exchange Admin Issues 
Subject: RE: Content filtering - Symantec Style 


Happy Systems Administrators Appreciation Day to all 
 the wonderful 
systems administrators on this list :) 
 
Sherry Abercrombie - FQ 
LAN Administrator 
Never give in. - Winston Churchill 
 
   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: MDBDATA folder

2002-07-29 Thread Tom Meunier

I'm astounded that google doesn't give you over 10,000 hits on this.

Do a proper online backup of your Exchange store per the disaster
recovery whitepaper.

 -Original Message-
 From: Garland Mac Neill [mailto:[EMAIL PROTECTED]] 
 Sent: Monday, July 29, 2002 10:45 AM
 To: MS-Exchange Admin Issues
 Subject: MDBDATA folder
 
 
 Hopefully someone can answer this, I didn't have much luck on 
 Google or Technet. On my E2K server, the MDBDATA folder keeps 
 filling up with transaction logs and fills the up the disk 
 instead of overwriting them to the point of shutting down the 
 MTA service.  Circular logging is not enabled and I can't 
 find any reason why they are not being overwritten. Anyone 
 else seen this?
  
 Thanks 
  
 Garland Mac Neill
 Systems Administrator
 Solbourne 
 [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: MDBDATA folder

2002-07-29 Thread Tom Meunier

Here ya go.  This link I found on google is just too cool.  Maybe
Microsoft is playing with new links.  Or maybe I just haven't seen one
in this format:
http://go.microsoft.com/fwlink/?LinkId=1714

 -Original Message-
 From: Garland Mac Neill [mailto:[EMAIL PROTECTED]] 
 Sent: Monday, July 29, 2002 10:45 AM
 To: MS-Exchange Admin Issues
 Subject: MDBDATA folder
 
 
 Hopefully someone can answer this, I didn't have much luck on 
 Google or Technet. On my E2K server, the MDBDATA folder keeps 
 filling up with transaction logs and fills the up the disk 
 instead of overwriting them to the point of shutting down the 
 MTA service.  Circular logging is not enabled and I can't 
 find any reason why they are not being overwritten. Anyone 
 else seen this?
  
 Thanks 
  
 Garland Mac Neill
 Systems Administrator
 Solbourne 
 [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: DR testing of e2k cluster

2002-07-29 Thread Tom Meunier

/me is scared of clusters
/me knows that perfectly sound advice is sometimes disastrous when
applied to clusters
/me keeps his mouth shut

 -Original Message-
 From: Nick Combellack [mailto:[EMAIL PROTECTED]] 
 Sent: Monday, July 29, 2002 10:54 AM
 To: MS-Exchange Admin Issues
 Subject: RE: DR testing of e2k cluster
 
 
 
 Come on guys has anyone got any ideas with this I know you 
 guys are good as I follow the list.
 
 |-Original Message-
 |From: Nick Combellack
 |Sent: 29 July 2002 16:36
 |To: MS-Exchange Admin Issues
 |Subject: DR testing of e2k cluster
 |
 |I am running through DR scenarios on the test network.
 |
 |I rebuilt the exchange cluster after an interupted DR test. 
 However the 
 |old server name was still in the AD.  So I named the new server 
 |something else and finished the install.
 |
 |I can now mail enable users in the AD, which goes through the mail 
 |setup and appears to finish with no error, but mailboxes do 
 not appear 
 |in the store also you cannot (as expected open the mailbox)  I don't 
 |believe there is an issue with the store.
 |
 |When you try to open the mailbox it states that it cannot 
 find the name 
 |the global address list I have replaced this and can confirm 
 that the 
 |name does exist in here.
 |
 |The easy solution would be to start from scratch and rebuild 
 the AD but 
 |I am trying to understand what has happened here. The term 
 fubar while 
 |probably very close is not really constructive though.
 |
 |Many thanks in advance.
 |
 |
 |Nick
 |

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




RE: Help with SPAM!

2002-07-29 Thread Tom Meunier

Illegal?  Cite, please.

 -Original Message-
 From: Matthew Carpenter [mailto:[EMAIL PROTECTED]] 
 Sent: Monday, July 29, 2002 03:28 PM
 To: MS-Exchange Admin Issues
 Subject: Re: Help with SPAM!
 
 
 You can spoof ANY from address. That does not make it 
 accurate. It would also be illegal for them to do so.
 
   - Original Message - 
   From: Eric Brouwer (Corporate DET) 
 mailto:[EMAIL PROTECTED]  
   To: MS-Exchange Admin Issues 
 mailto:[EMAIL PROTECTED]  
   Sent: Monday, July 29, 2002 3:24 PM
   Subject: RE: Help with SPAM!
 
   As long as it's just coming to me and my company I can 
 live with it.  Can it be sent to others outside my server and 
 look like it's coming from me???
 
   -Original Message-
   From: Matthew Carpenter [mailto:[EMAIL PROTECTED]] 
   Sent: Monday, July 29, 2002 4:23 PM
   To: MS-Exchange Admin Issues
   Subject: Re: Help with SPAM!
   
   
   heh

   You can not stop SPAM..

   This is a very common spoof, no biggee. The 
 only way to help curb SPAM is a 3rd party app, like Mail 
 Marshall, Mail Essentials, or Praetor.
 
   - Original Message - 
   From: Eric Brouwer (Corporate DET) 
 mailto:[EMAIL PROTECTED]  
   To: MS-Exchange Admin Issues 
 mailto:[EMAIL PROTECTED]  
   Sent: Monday, July 29, 2002 3:17 PM
   Subject: Help with SPAM!
 
   I thought I had buttoned up my Exchange 
 server, but it appears I am wrong.  Exchange 5.5, Sp 4 on NT 
 4.0 Sp 6a.  I don't know if you will be able to see the 
 header for the message I attached or not, but if you can look 
 at it, I'd appreciate some insight!

   Someone is sending SPAM to me, that 
 looks like it is coming from me.  Is that a relay?  How can I 
 test if it is possible, and more importantly, how can I fix it???

   Your help will be most appreciated!  
 And if it is bad form forwarding a SPAM, I sincerely apologize!

   Eric
   -Original Message-
   From: Eric Brouwer (Corporate DET) 
   Sent: Monday, July 29, 2002 10:32 AM
   To: Eric Brouwer (Corporate DET)
   Subject: Lowest Mortgage Rates Around
   
   
  http://xnet.123alias.com/images/headline.gif 
 
 We can help find the perfect mortgage for you. Just click on 
 the option below that best meets your needs: 
  http://xnet.123alias.com/images/button_red.gif 
 Refinance your existing mortgage 
 http://xnet.123alias.com/index.php  
 lower your payments 
 http://xnet.123alias.com/images/mort_house_image2.jpg   
  http://xnet.123alias.com/images/button_red.gif 
 Consolidate your debt http://xnet.123alias.com/index.php  
 simplify your life
  http://xnet.123alias.com/images/button_red.gif 
 Home Equity financing http://xnet.123alias.com/index.php  
 get extra cash
  http://xnet.123alias.com/images/button_red.gif 
 Purchase a home http://xnet.123alias.com/index.php  
 there's never been a better time  
  http://xnet.123alias.com/images/spacer.gif  
http://xnet.123alias.com/images/spacer.gif
http://xnet.123alias.com/images/spacer.gif
Here's how it works... After completing a short form, we will
automatically sort through our database of over 2700 lenders to find the
ones most qualified to meet your needs. Up to three lenders will then
contact you and compete for your business. The search is free and
there's no obligation to continue. It's that easy, so click here
http://xnet.123alias.com/index.php  to get started now! 


  _  

This email was sent to you via Saf-E Mail Systems.  Your email address
was automatically inserted into the To and From addresses to eliminate
undeliverables which waste bandwidth and cause internet congestion. Your
email or webserver IS NOT being used for the sending of this mail.
No-one else is receiving emails from your address. You may utilize the
removal link below if you do not wish to receive this mailing. 
  
Please Remove Me http://xnet.123alias.com/remove.html  
  
Saf-E Mail Systems, PO Box 116-3015 San Rafael de Heredia, CR
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 

RE: Help with SPAM!

2002-07-29 Thread Tom Meunier

What this tells me is that it's perfectly legal, except in some
jurisdictions, in which neither Eric nor his company reside.

And pending?  We can only hope.  Pending laws are called bills, and they
don't make a whit of difference.  There are bills to legalize marijuana,
and bills to allow the recording industry to browse your hard drive too.
They're not law, though.

 -Original Message-
 From: Micheal Espinola Jr [mailto:[EMAIL PROTECTED]] 
 Sent: Monday, July 29, 2002 04:15 PM
 To: MS-Exchange Admin Issues
 Subject: Re: Help with SPAM!
 
 
 http://www.google.com/search?hl=enlr=ie=UTF-8q=Illegal+to+s
 poof+spam+addr
 essspell=1
 
 Federal law is still pending, but many state laws have been 
 put into place:
 
 http://www.spamlaws.com/state/summary.html
 
 
 
 Tom Meunier [EMAIL PROTECTED] wrote in 
 message news:280098@exchangelist...
 
 Illegal?  Cite, please.
 
  -Original Message-
  From: Matthew Carpenter [mailto:[EMAIL PROTECTED]]
  Sent: Monday, July 29, 2002 03:28 PM
  To: MS-Exchange Admin Issues
  Subject: Re: Help with SPAM!
 
 
  You can spoof ANY from address. That does not make it accurate. It 
  would also be illegal for them to do so.
 

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




RE: Tracking SPAM (Was: Problem in sending mail to specific host)

2002-07-26 Thread Tom Meunier

Delegate nothing.  Ignore it or filter it.  But learning how to read
SMTP headers is important for any email administrator, and spammers
throwing in all sorts of curveballs makes it into a more challenging
(and therefore more interesting) exercise.

 -Original Message-
 From: William Lefkovics [mailto:[EMAIL PROTECTED]] 
 Sent: Friday, July 26, 2002 04:52 PM
 To: MS-Exchange Admin Issues
 Subject: RE: Tracking SPAM (Was: Problem in sending mail to 
 specific host)
 
 
 Until you realized the futility and now delegate it to bored staff?
 
 -Original Message-
 From: Tom Meunier [mailto:[EMAIL PROTECTED]] 
 Sent: Friday, July 26, 2002 12:38 PM
 To: MS-Exchange Admin Issues
 Subject: Tracking SPAM (Was: Problem in sending mail to specific host)
 
 
http://www.cauce.org/about/resources.shtml

Spamcop is the first link in the Websites section.  If you like to get
your hands dirty and want to learn some inner workings (I *highly*
recommend this - it helps in other non-spamtic areas too) the second
link to the How to Trace Spammers FAQ is an excellent read.  I got on
an I hate spammers kick one time and learned a lot about SMTP, RFCs,
etc.

 -Original Message-
 From: Mike Cosca [mailto:[EMAIL PROTECTED]]
 Sent: Friday, July 26, 2002 02:29 PM
 To: MS-Exchange Admin Issues
 Subject: RE: Problem in sending mail to specific host
 
 
 Is there any way to report a company that is faking a reply to address

 in their spam.  We are getting several fake non-delivery reports every

 day. Any suggestions would be appreciated.
 
 thanks
 
 Mike Cosca
 mailto:[EMAIL PROTECTED]
 http://www.careerbuilder.com

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




RE: Problem in sending mail to specific host

2002-07-26 Thread Tom Meunier

Yeah.  It's not bad, actually.  I just don't like call tracking software
in general.  Long story.  Suffice it to say that sometimes managers
think that the quality of work can be judged solely by the sheer number
of calls closed within a given time period.  So rebuild entire AD
infrastructure counts as the same amount of work as Reset Joe User's
password.

 -Original Message-
 From: William Lefkovics [mailto:[EMAIL PROTECTED]] 
 Sent: Friday, July 26, 2002 04:59 PM
 To: MS-Exchange Admin Issues
 Subject: RE: Problem in sending mail to specific host
 
 
 Is that the one by Blue Ocean (or something like that)?
 
 -Original Message-
 From: Tom Meunier [mailto:[EMAIL PROTECTED]] 
 Sent: Friday, July 26, 2002 11:55 AM
 To: MS-Exchange Admin Issues
 Subject: RE: Problem in sending mail to specific host
 
 
 Not so, Ben.  Dunno if you want to look in RFC's, and dunno 
 if it's even in there, but most mailers will drop back to an 
 A record quite nicely, and only poop if they don't find the 
 A record.  But now I'm curious, so I'll probably quit 
 messing with my stupid Track-IT! Software[1][2] and go start reading.
 
 -tom
 
 [1]  Anyone know of a good peer-support mailing list for my 
 stupid Track-It! software? [2]  Anyone interested in 
 participating in one, if one were started?

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




RE: Problem in sending mail to specific host

2002-07-26 Thread Tom Meunier

Not so, Ben.  Dunno if you want to look in RFC's, and dunno if it's even
in there, but most mailers will drop back to an A record quite nicely,
and only poop if they don't find the A record.  But now I'm curious,
so I'll probably quit messing with my stupid Track-IT! Software[1][2]
and go start reading.

-tom

[1]  Anyone know of a good peer-support mailing list for my stupid
Track-It! software?
[2]  Anyone interested in participating in one, if one were started?

 -Original Message-
 From: Ben Winzenz [mailto:[EMAIL PROTECTED]] 
 Sent: Friday, July 26, 2002 01:47 PM
 To: MS-Exchange Admin Issues
 Subject: RE: Problem in sending mail to specific host
 
 
 Hehe - don't have an MX record.  That's a good one.  Gang, 
 FYI, DNS requires and MX record for a company (or host) to 
 receive any inbound mail.  If you would like to give us the 
 domain name of the company you are having problems sending 
 to, I'm sure there are plenty of us here that would be 
 willing to check their DNS for any problems.  Do they or you 
 perhaps utilize some sort of relay-abuse mechanism that would 
 prevent mail from being sent to them?
 
 Ben Winzenz
 Network/Systems Administrator
 Peregrine Systems
 
 
 -Original Message-
 From: Bao, Gang [mailto:[EMAIL PROTECTED]] 
 Sent: Friday, July 26, 2002 1:39 PM
 To: MS-Exchange Admin Issues
 Subject: RE: Problem in sending mail to specific host
 
 
 Thanks, Jay.  I didn't find the MX record  that I am looking 
 for.  But I can telnet to the host's 25.  I believe they 
 don't have a MX record.  
 
 I am not sure about lowest priority on port 25, i just 
 telnet the host with port 25.
 
 Bao
 
 -Original Message-
 From: Jay Personette [mailto:[EMAIL PROTECTED]]
 Sent: Friday, July 26, 2002 1:11 PM
 To: MS-Exchange Admin Issues
 Subject: RE: Problem in sending mail to specific host
 
 
 I had a similar problem a couple of months ago, seemed that 
 no one else had an issue sending to a friend of mine, except 
 me. His ISP had some DNS issues as it turned out. Improperly 
 enter MX records to be specific. For some reason it only 
 seemed to affect my Exchange Server (I am sure there were 
 others, but he was getting mail from other people). Marty 
 Richards, one of the list regulars got me going with the 
 following: On your mail server:
 
 Start - run - nslookup
 
 set query=mx
 his.domain.com
 
 Does it return MX records at all? If so, do they match what 
 you were expecting? If not, can you telnet from your Exchange 
 box to the MX record with lowest priority on port 25?
 
 The MX query above should return names, such as 
 mail.his.domain.com, not IPs. You might want to check the 
 names resolve to the IPs you expect. The far end isn't having 
 any other troubles that they know of?
  
 I worked with the admin at his ISP to get their MX records 
 cleaned up and all has been fine since then.
 
 HTH
 
 Jay Personette
 [EMAIL PROTECTED]
 http://www.mavtech.com/
 (281) 455-3993
 
 -Original Message-
 From: Bao, Gang [mailto:[EMAIL PROTECTED]]
 Sent: Friday, July 26, 2002 11:31 AM
 To: MS-Exchange Admin Issues
 Subject: RE: Problem in sending mail to specific host
 
 We use Exchange 5.5 SP4.The returned message says 
 ...network error
 during host resolution.
 
 Bob
 
 -Original Message-
 From: Bao, Gang [mailto:[EMAIL PROTECTED]]
 Sent: Friday, July 26, 2002 12:16 PM
 To: MS-Exchange Admin Issues
 Subject: Problem in sending mail to specific host
 
 
 Hello Everyone,
 
 Our Exchange server can not send mail to a specific host (listserv).
 
 We can ping both host name and IP of their listserv, we can 
 also telnet the port 25 of the host. I spoke to the listserv 
 admin. They did not block us on their FireWall and no any 
 restrictions to us; they can receive mails from other places.
 
 Our server can send/receive mail from any places.
 
 Any idea what's wrong?
 
 Thanks.
 
 Bob
 
 
 
 
 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
 
 

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




RE: Problem in sending mail to specific host

2002-07-26 Thread Tom Meunier

Could be worse.

Could be Remedy.

 -Original Message-
 From: Andy David [mailto:[EMAIL PROTECTED]] 
 Sent: Friday, July 26, 2002 02:01 PM
 To: MS-Exchange Admin Issues
 Subject: RE: Problem in sending mail to specific host
 
 
 We use it here - - Why dont we just use this list?
 
 Here's my first post: 
 Anyone sick of using Track-It?
 
 

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




RE: Problem in sending mail to specific host

2002-07-26 Thread Tom Meunier

Dang.  Now I gotta finish screwing with the stupid helpdesk software.
Sorry about the Remedy crack - it wasn't directed at you.  It's my
honest opinion as a bitter but recovering ex-customer.

 -Original Message-
 From: Ben Winzenz [mailto:[EMAIL PROTECTED]] 
 Sent: Friday, July 26, 2002 02:07 PM
 To: MS-Exchange Admin Issues
 Subject: RE: Problem in sending mail to specific host
 
 
 You got me there, Tom.  As quoted from RFC 2821:
 
 The lookup first attempts to locate an MX record associated 
 with the name. If a CNAME record is found instead, the 
 resulting name is processed as if it were the initial name.  
 If no MX records are found, but an A RR is found, the A RR is 
 treated as if it was associated with an implicit MX RR, with 
 a preference of 0, pointing to that host.  If one or more MX 
 RRs are found for a given name, SMTP systems MUST NOT utilize 
 any A RRs associated with that name unless they are located 
 using the MX RRs; the implicit MX rule above applies only 
 if there are no MX records present.  If MX records are 
 present, but none of them are usable, this situation MUST be 
 reported as an error.
 
 Ben Winzenz
 Network/Systems Administrator
 Peregrine Systems
 
 
 -Original Message-
 From: Tom Meunier [mailto:[EMAIL PROTECTED]] 
 Sent: Friday, July 26, 2002 1:55 PM
 To: MS-Exchange Admin Issues
 Subject: RE: Problem in sending mail to specific host
 
 
 Not so, Ben.  Dunno if you want to look in RFC's, and dunno 
 if it's even in there, but most mailers will drop back to an 
 A record quite nicely, and only poop if they don't find the 
 A record.  But now I'm curious, so I'll probably quit 
 messing with my stupid Track-IT! Software[1][2] and go start reading.
 
 -tom
 
 [1]  Anyone know of a good peer-support mailing list for my 
 stupid Track-It! software? [2]  Anyone interested in 
 participating in one, if one were started?
 
  -Original Message-
  From: Ben Winzenz [mailto:[EMAIL PROTECTED]]
  Sent: Friday, July 26, 2002 01:47 PM
  To: MS-Exchange Admin Issues
  Subject: RE: Problem in sending mail to specific host
  
  
  Hehe - don't have an MX record.  That's a good one.  Gang, FYI, DNS 
  requires and MX record for a company (or host) to receive 
 any inbound 
  mail.  If you would like to give us the domain name of the 
 company you 
  are having problems sending to, I'm sure there are plenty 
 of us here 
  that would be willing to check their DNS for any problems.  
 Do they or 
  you perhaps utilize some sort of relay-abuse mechanism that would
  prevent mail from being sent to them?
  
  Ben Winzenz
  Network/Systems Administrator
  Peregrine Systems
  

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




RE: Problem in sending mail to specific host

2002-07-26 Thread Tom Meunier

I implemented it a few years ago and it's working fine^H^H^H^Has
designed.  No headaches.  I just hate mundane work.

 -Original Message-
 From: Preston Jeffares [mailto:[EMAIL PROTECTED]] 
 Sent: Friday, July 26, 2002 02:39 PM
 To: MS-Exchange Admin Issues
 Subject: RE: Problem in sending mail to specific host
 
 
 Hey Tom... I'm implementing Track-It over here and not having 
 too bad of a time with it.  Why don't you drop me a line and 
 I'd be more than happy to save you some headaches.
 
 -Original Message-
 From: Tom Meunier [mailto:[EMAIL PROTECTED]]
 Sent: Friday, July 26, 2002 3:10 PM
 To: MS-Exchange Admin Issues
 Subject: RE: Problem in sending mail to specific host
 
 
 Dang.  Now I gotta finish screwing with the stupid helpdesk 
 software. Sorry about the Remedy crack - it wasn't directed 
 at you.  It's my honest opinion as a bitter but recovering 
 ex-customer.
 
  -Original Message-
  From: Ben Winzenz [mailto:[EMAIL PROTECTED]]
  Sent: Friday, July 26, 2002 02:07 PM
  To: MS-Exchange Admin Issues
  Subject: RE: Problem in sending mail to specific host
  
  
  You got me there, Tom.  As quoted from RFC 2821:
  
  The lookup first attempts to locate an MX record associated
  with the name. If a CNAME record is found instead, the 
  resulting name is processed as if it were the initial name.  
  If no MX records are found, but an A RR is found, the A RR is 
  treated as if it was associated with an implicit MX RR, with 
  a preference of 0, pointing to that host.  If one or more MX 
  RRs are found for a given name, SMTP systems MUST NOT utilize 
  any A RRs associated with that name unless they are located 
  using the MX RRs; the implicit MX rule above applies only 
  if there are no MX records present.  If MX records are 
  present, but none of them are usable, this situation MUST be 
  reported as an error.
  
  Ben Winzenz
  Network/Systems Administrator
  Peregrine Systems
  
  
  -Original Message-
  From: Tom Meunier [mailto:[EMAIL PROTECTED]]
  Sent: Friday, July 26, 2002 1:55 PM
  To: MS-Exchange Admin Issues
  Subject: RE: Problem in sending mail to specific host
  
  
  Not so, Ben.  Dunno if you want to look in RFC's, and dunno
  if it's even in there, but most mailers will drop back to an 
  A record quite nicely, and only poop if they don't find the 
  A record.  But now I'm curious, so I'll probably quit 
  messing with my stupid Track-IT! Software[1][2] and go 
 start reading.
  
  -tom
  
  [1]  Anyone know of a good peer-support mailing list for my
  stupid Track-It! software? [2]  Anyone interested in 
  participating in one, if one were started?
  
   -Original Message-
   From: Ben Winzenz [mailto:[EMAIL PROTECTED]]
   Sent: Friday, July 26, 2002 01:47 PM
   To: MS-Exchange Admin Issues
   Subject: RE: Problem in sending mail to specific host
   
   
   Hehe - don't have an MX record.  That's a good one.  
 Gang, FYI, DNS
   requires and MX record for a company (or host) to receive 
  any inbound
   mail.  If you would like to give us the domain name of the
  company you
   are having problems sending to, I'm sure there are plenty
  of us here
   that would be willing to check their DNS for any problems.
  Do they or
   you perhaps utilize some sort of relay-abuse mechanism that would 
   prevent mail from being sent to them?
   
   Ben Winzenz
   Network/Systems Administrator
   Peregrine Systems
   
 
 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: Aging mail

2002-07-25 Thread Tom Meunier

http://support.microsoft.com/default.aspx?scid=KB;EN-US;q263448;
http://support.microsoft.com/default.aspx?scid=KB;EN-US;q258758;

 -Original Message-
 From: Burgess, Jeffrey T [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, July 25, 2002 08:49 AM
 To: MS-Exchange Admin Issues
 Subject: RE: Aging mail
 
 
 
 Is that included in SP4?
 
 Where can I find that?  Is it in the Exchange Administrator, 
 or is it a separate utility?
 
 
 Jeff
 
 -Original Message-
 From: Neil Hobson [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, July 25, 2002 09:45 AM
 To: MS-Exchange Admin Issues
 Subject: RE: Aging mail
 
 
 
 Implement the Mailbox Manager that first shipped with SP3.
 
 Neil
 
 -Original Message-
 From: Burgess, Jeffrey T [mailto:[EMAIL PROTECTED]] 
 Posted At: 25 July 2002 14:40
 Posted To: Sunbelt Exchange List
 Conversation: Aging mail
 Subject: Q: Aging mail
 
 
 
  Is there a way to set up exchange to limit the age of mail a 
 user can hang onto?
 
  IE: I have a user with roughly 10K emails dating back as 
 long as a year to a year and a half.  I'd like to be able to 
 have exchange remove messages older than say 365 Days.
 
  This is on Exch5.5
 
 Jeff
 
 List Charter and FAQ at: 
 http://www.sunbelt- software.com/exchange_list_charter.htm
 
 
 
 
 *
 This email and any files transmitted with it are
 confidential and intended solely for the use of 
 the individual to whom it is addressed. Any view 
 or opinions presented are solely those of the 
 author and do not necessarily represent those of 
 Silversands.
 
 If you have received this email in error, please  
 contact our Support Desk immediately on 
 01202-360360 or email [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
 
 

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




RE: STORE.EXE make my server die

2002-07-25 Thread Tom Meunier

That's normal.  It's designed to take as much as it needs, and release
it when asked to.

 -Original Message-
 From: Joupin [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, July 25, 2002 11:28 AM
 To: MS-Exchange Admin Issues
 Subject: STORE.EXE make my server die
 
 
 I have the same problem and I don`t know what the hell is 
 doing that STORE.exe which is getting around 300 MB of my 
 memory , yes , its eating memory not CPU like your system
  
 Somebody Helppp

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




RE: STORE.EXE make my server die

2002-07-25 Thread Tom Meunier

1.06 gigabytes.  Runs between 0% and 5% CPU utilization.  I freakin'
overbought.

 -Original Message-
 From: William Lefkovics [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, July 25, 2002 01:17 PM
 To: MS-Exchange Admin Issues
 Subject: RE: STORE.EXE make my server die
 
 
 Mine is currently sitting at 580MB used.  
  
 It's awesome.  No more wasted memory.  
 
   -Original Message-
   From: Joupin [mailto:[EMAIL PROTECTED]] 
   Sent: Thursday, July 25, 2002 9:28 AM
   To: MS-Exchange Admin Issues
   Subject: STORE.EXE make my server die
   
   
   I have the same problem and I don`t know what the hell 
 is doing that STORE.exe which is getting around 300 MB of my 
 memory , yes , its eating memory not CPU like your system

   Somebody Helppp
 
   - Original Message - 
   From: Charles mailto:[EMAIL PROTECTED]  
   To: MS-Exchange Admin Issues 
 mailto:[EMAIL PROTECTED] software.com  
   
 Sent: Thursday, July 25, 2002 12:55 AM
   Subject: Exchange 2000 SP3
 
 
   I have an Exchange 2000 server w/SP2. This 
 morning I installed SP3 and restarted.
 
   The STORE.EXE is now taking 99% of the CPU. 
 
   I tried restarting all Exchange services but 
 still have the same result.
 
   I also looked for the BkExpandDontRun enabled 
 in the following registry key: 
 
   HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ExCDO\Parameters
 
   It is not there.
 
   I did not have this with SP2.
 
   Any idea what's causing this?
 

 
   PLEASE HELP..
 
   Thank you,
 
   Charles J. Laut
 

 

 
   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




FW: ---- Virus Detected ----

2002-07-25 Thread Tom Meunier



 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, July 25, 2002 01:25 PM
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject:  Virus Detected 
 
 
 MailMarshal (an automated content monitoring gateway) has stopped 
 the following message:
 
Message: B0001e1573.0001.mml
From:[EMAIL PROTECTED]
To:  [EMAIL PROTECTED]
Subject: RE: STORE.EXE make my server die  
 
 Because it believes an attachment to this message contains a 
 virus. The virus scanning software used was: McAfee Command 
 Line (Ver 4.x) 
 
 Please clean the file and resend it.
 

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




RE: ---- Virus Detected ----

2002-07-25 Thread Tom Meunier

I'm mostly concerned that the virus scanner is in South Africa, while
Martey's in Ghana.  I'm thinking that it's some sort of international
dispute that could best be settled in an impartial, on-topic, low-noise,
and friendly forum such as this.

Also, I got so excited about my pithy commentary that I hit send before
I could get them written down.  Lost forever, like the remnants of
Coleridge's Kublai Khan...

 -Original Message-
 From: William Lefkovics [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, July 25, 2002 02:08 PM
 To: MS-Exchange Admin Issues
 Subject: RE:  Virus Detected 
 
 
 I've been forwarded them for weeks, Tom.  Get over it.  ;)
 
 -Original Message-
 From: Tom Meunier [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, July 25, 2002 11:29 AM
 To: MS-Exchange Admin Issues
 Subject: FW:  Virus Detected 
 
 
 
 
  -Original Message-
  From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, July 
 25, 2002 01:25 PM
  To: [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]
  Subject:  Virus Detected 
  
  
  MailMarshal (an automated content monitoring gateway) has stopped
  the following message:
  
 Message: B0001e1573.0001.mml
 From:[EMAIL PROTECTED]
 To:  [EMAIL PROTECTED]
 Subject: RE: STORE.EXE make my server die
  
  Because it believes an attachment to this message contains a
  virus. The virus scanning software used was: McAfee Command 
  Line (Ver 4.x) 
  
  Please clean the file and resend it.
  
 
 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: ---- Virus Detected ----

2002-07-25 Thread Tom Meunier

The question was implied.  I scored big on the subtlety points.  Matthew
got minus twenty on perception.

 -Original Message-
 From: William Lefkovics [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, July 25, 2002 02:13 PM
 To: MS-Exchange Admin Issues
 Subject: RE:  Virus Detected 
 
 
 If you insist.
 
 How does Martey fix his BAS [1]?
 
 [1] Ask Don.
 
 -Original Message-
 From: Matthew Carpenter [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, July 25, 2002 12:11 PM
 To: MS-Exchange Admin Issues
 Subject: Re:  Virus Detected 
 
 
 Was there a question in there somewhere?
 
 - Original Message - 
 From: William Lefkovics [EMAIL PROTECTED]
 To: MS-Exchange Admin Issues 
 [EMAIL PROTECTED]
 Sent: Thursday, July 25, 2002 2:07 PM
 Subject: RE:  Virus Detected 
 
 
 I've been forwarded them for weeks, Tom.  Get over it.  ;)
 
 -Original Message-
 From: Tom Meunier [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, July 25, 2002 11:29 AM
 To: MS-Exchange Admin Issues
 Subject: FW:  Virus Detected 
 
 
 
 
  -Original Message-
  From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, July 
 25, 2002 01:25 PM
  To: [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]
  Subject:  Virus Detected 
  
  
  MailMarshal (an automated content monitoring gateway) has 
 stopped the 
  following message:
  
 Message: B0001e1573.0001.mml
 From:[EMAIL PROTECTED]
 To:  [EMAIL PROTECTED]
 Subject: RE: STORE.EXE make my server die
  
  Because it believes an attachment to this message contains a virus. 
  The virus scanning software used was: McAfee Command Line (Ver 4.x)
  
  Please clean the file and resend it.
  
 
 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: STORE.EXE make my server die

2002-07-25 Thread Tom Meunier

Well, perhaps your question isn't right.  Because Ben's answer, while
perhaps impatient, was certainly correct.  STORE.EXE taking up 300mb of
RAM is completely normal (well, except that it's very light usage for
most enterprises) and is almost certainly not what is causing your
system to hang.  He *did* pay attention to the subject line.  You need
to work on your troubleshooting skills[1].  What led you to the
determination that 300mb is out of the ordinary, and what led you to the
further conclusion that it's hanging your system?  Or do you just assume
that's what's happening?  Because the information that you gave in your
original question doesn't provide that.  The only truly valuable piece
of information you've given is that your server is hanging, and
STORE.EXE is working within established parameters, and that you don't
understand what those parameters are.  Please give more info.
Version/SP of Exchange, and version/SP of your OS?  Third party software
installed?  Anything in the event log when it hangs?

Nice certifications.

Tom
Systems Administrator
Microsoft Exchange MVP

[1]  http://www.troubleshooters.com/tuni.htm

 -Original Message-
 From: Joupin [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, July 25, 2002 04:14 PM
 To: MS-Exchange Admin Issues
 Subject: Re: STORE.EXE make my server die
 
 
 I DON`T KNOW WHY SOME OF THE PEOPLE LIKE TO SHOW THEMSELVES 
 ANGRY ALL THE TIME For your information 
 If you took attention to the subject you would get that the 
 die means something like hang ! then I have no chance except 
 restarting the server and about that damn faq u said ! not 
 usefull. many people answered but the right answer was not in 
 there and all of these happend after installing new Patch 
 from microsoft , ! that couldn`t be uninstall  So : First 
 thank you for your answer anyway , AND please ignore and 
 delete a post you don`t like just by pressing the delete and 
 NOT be rude !
  
 Joupin
 Network Engineer
 System Engineer
 MCSE NT4, MCSE 2000, CCNA
 and some other damn footer ;)
  
  
 
   - Original Message - 
   From: Ben Winzenz mailto:[EMAIL PROTECTED]  
   To: MS-Exchange Admin Issues 
 mailto:[EMAIL PROTECTED]  
   Sent: Thursday, July 25, 2002 9:12 PM
   Subject: RE: STORE.EXE make my server die
 
   LEAVE IT THE HELL ALONE THEN!  Has your server 
 performance degraded?  Or are you just worried that your 
 server is using the memory that you put in it?  And another 
 note, go read the damn FAQ's!  If you had read them before 
 posting, chances are you wouldn't have posted because your 
 question would have already been answered.  Here is the link 
 just so you don't have to ask for it.

   http://www.swinc.com/resource/exch_faq.htm
 
   Ben Winzenz 
   Network/Systems Administrator 
   Peregrine Systems 
 
   -Original Message-
   From: Joupin [mailto:[EMAIL PROTECTED]] 
   Sent: Thursday, July 25, 2002 11:28 AM
   To: MS-Exchange Admin Issues
   Subject: STORE.EXE make my server die
   
   
   I have the same problem and I don`t know what 
 the hell is doing that STORE.exe which is getting around 300 
 MB of my memory , yes , its eating memory not CPU like your system

   Somebody Helppp
 

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




RE: STORE.EXE make my server die

2002-07-25 Thread Tom Meunier

Ummm... Mongo: VeronisSuhler's Peon.

-Original Message-
From: Andy David [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, July 25, 2002 6:10 PM
To: MS-Exchange Admin Issues
Subject: RE: STORE.EXE make my server die


MVP: Mongo, Vaccination Please?

-Original Message-
From: Tom Meunier [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 25, 2002 5:27 PM
To: MS-Exchange Admin Issues
Subject: RE: STORE.EXE make my server die


Well, perhaps your question isn't right.  Because Ben's answer, while
perhaps impatient, was certainly correct.  STORE.EXE taking up 300mb of
RAM is completely normal (well, except that it's very light usage for
most enterprises) and is almost certainly not what is causing your
system to hang.  He *did* pay attention to the subject line.  You need
to work on your troubleshooting skills[1].  What led you to the
determination that 300mb is out of the ordinary, and what led you to the
further conclusion that it's hanging your system?  Or do you just assume
that's what's happening?  Because the information that you gave in your
original question doesn't provide that.  The only truly valuable piece
of information you've given is that your server is hanging, and
STORE.EXE is working within established parameters, and that you don't
understand what those parameters are.  Please give more info. Version/SP
of Exchange, and version/SP of your OS?  Third party software installed?
Anything in the event log when it hangs?

Nice certifications.

Tom
Systems Administrator
Microsoft Exchange MVP

[1]  http://www.troubleshooters.com/tuni.htm

 -Original Message-
 From: Joupin [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, July 25, 2002 04:14 PM
 To: MS-Exchange Admin Issues
 Subject: Re: STORE.EXE make my server die
 
 
 I DON`T KNOW WHY SOME OF THE PEOPLE LIKE TO SHOW THEMSELVES
 ANGRY ALL THE TIME For your information 
 If you took attention to the subject you would get that the 
 die means something like hang ! then I have no chance except 
 restarting the server and about that damn faq u said ! not 
 usefull. many people answered but the right answer was not in 
 there and all of these happend after installing new Patch 
 from microsoft , ! that couldn`t be uninstall  So : First 
 thank you for your answer anyway , AND please ignore and 
 delete a post you don`t like just by pressing the delete and 
 NOT be rude !
  
 Joupin
 Network Engineer
 System Engineer
 MCSE NT4, MCSE 2000, CCNA
 and some other damn footer ;)
  
  
 
   - Original Message - 
   From: Ben Winzenz mailto:[EMAIL PROTECTED]  
   To: MS-Exchange Admin Issues
 mailto:[EMAIL PROTECTED]  
   Sent: Thursday, July 25, 2002 9:12 PM
   Subject: RE: STORE.EXE make my server die
 
   LEAVE IT THE HELL ALONE THEN!  Has your server
 performance degraded?  Or are you just worried that your 
 server is using the memory that you put in it?  And another 
 note, go read the damn FAQ's!  If you had read them before 
 posting, chances are you wouldn't have posted because your 
 question would have already been answered.  Here is the link 
 just so you don't have to ask for it.

   http://www.swinc.com/resource/exch_faq.htm
 
   Ben Winzenz 
   Network/Systems Administrator 
   Peregrine Systems
 
   -Original Message-
   From: Joupin [mailto:[EMAIL PROTECTED]] 
   Sent: Thursday, July 25, 2002 11:28 AM
   To: MS-Exchange Admin Issues
   Subject: STORE.EXE make my server die
   
   
   I have the same problem and I don`t know what
 the hell is doing that STORE.exe which is getting around 300 
 MB of my memory , yes , its eating memory not CPU like your system

   Somebody Helppp
 

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



--
The information contained in this email message is privileged and
confidential information intended only for the use of the individual or
entity to whom it is addressed.  If the reader of this message is not
the intended recipient, you are hereby notified that any dissemination,
distribution or copy of this message is strictly prohibited.  If you
have received this email in error, please immediately notify Veronis
Suhler Stevenson by telephone (212)935-4990, fax (212)381-8168, or email
([EMAIL PROTECTED]) and delete the message.  Thank you.


==


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: service pack?

2002-07-24 Thread Tom Meunier

In E2k that only tells you the version of the Microsoft Management
Console.  

To see the version and service pack for E2k, you drill down in ESM to
the server and right-click it and choose properties.  The version and
service pack are right there on the first tab.  Hotfixes will be found
in the add/remove programs control panel applet.

 -Original Message-
 From: Carol Fee [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, July 24, 2002 10:39 AM
 To: MS-Exchange Admin Issues
 Subject: RE: service pack?
 
 
 What about in the Admin/Help/About
 
 
 Carol Fee  MCSE
 Network Administrator
 Artisoft, Inc.
 5 Cambridge Center
 Cambridge, MA 02142
 617-354-0600 X118
 mailto:[EMAIL PROTECTED]
 
 
 -Original Message-
 From: Herchenbach, Jim [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, July 24, 2002 11:31 AM
 To: MS-Exchange Admin Issues
 Subject: service pack?
 
 
 How can one find out if a service pack has been installed?  I 
 was almost asleep during the conversion, and can't remember 
 if I did it or not.I doesn't show up in add/remove 
 programs.but does exchange service packs show up there?  
 I'm running E2K.
 
 tia
 
 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: service pack?

2002-07-24 Thread Tom Meunier

Oh great.  Thanks.  Now we're all wondering *which* service pack you've
got installed.  Now I'm gonna have to cancel my luncheon plans to await
the news.

 -Original Message-
 From: Herchenbach, Jim [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, July 24, 2002 11:36 AM
 To: MS-Exchange Admin Issues
 Subject: RE: service pack?
 
 
 thanks tom, I appreciate the help.  and just in case you were 
 wondering,,,i did have it installed.
 
 -Original Message-
 From: Tom Meunier [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, July 24, 2002 11:23 AM
 To: MS-Exchange Admin Issues
 Subject: RE: service pack?
 
 
 In E2k that only tells you the version of the Microsoft 
 Management Console.  
 
 To see the version and service pack for E2k, you drill down 
 in ESM to the server and right-click it and choose 
 properties.  The version and service pack are right there 
 on the first tab.  Hotfixes will be found in the add/remove 
 programs control panel applet.
 
  -Original Message-
  From: Carol Fee [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, July 24, 2002 10:39 AM
  To: MS-Exchange Admin Issues
  Subject: RE: service pack?
  
  
  What about in the Admin/Help/About
  
  
  Carol Fee  MCSE
  Network Administrator
  Artisoft, Inc.
  5 Cambridge Center
  Cambridge, MA 02142
  617-354-0600 X118
  mailto:[EMAIL PROTECTED]
  
  
  -Original Message-
  From: Herchenbach, Jim [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, July 24, 2002 11:31 AM
  To: MS-Exchange Admin Issues
  Subject: service pack?
  
  
  How can one find out if a service pack has been installed?  I
  was almost asleep during the conversion, and can't remember 
  if I did it or not.I doesn't show up in add/remove 
  programs.but does exchange service packs show up there?  
  I'm running E2K.
  
  tia

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




RE: Exchange 2000 SP3

2002-07-24 Thread Tom Meunier

It's probably time to call PSS.  But what the hell, I got an hour to
kill.  What exact make, model, version, and service pack of antivirus
software do you have on the machine?  Did you disable all non-essential
services when you installed SP3?  This includes your antivirus software.
For some reason I've got this jones for the scoop on your AV.  

 -Original Message-
 From: Garland Mac Neill [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, July 24, 2002 03:41 PM
 To: MS-Exchange Admin Issues
 Subject: RE: Exchange 2000 SP3
 
 
 And that is the reason I haven't loaded it yet. 
  
 -Original Message-
 From: Charles [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, July 24, 2002 2:25 PM
 To: MS-Exchange Admin Issues
 Subject: Exchange 2000 SP3
 Importance: High
  
 I have an Exchange 2000 server w/SP2. This morning I 
 installed SP3 and restarted. The STORE.EXE is now taking 99% 
 of the CPU. 
 I tried restarting all Exchange services but still have the 
 same result. I also looked for the BkExpandDontRun enabled in 
 the following registry key: 
 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ExCDO\Parameters
 It is not there.
 I did not have this with SP2.
 Any idea what's causing this?
  
 PLEASE HELP..
 Thank you,
 Charles J. Laut
  
  
 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: Jeremiah Watson

2002-07-24 Thread Tom Meunier

So what?  You find a bottle of mystery liquid in the gutter, do you
drink it?  What fixes did SP3 have that you needed?

 -Original Message-
 From: Charlie Laut [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, July 24, 2002 04:09 PM
 To: MS-Exchange Admin Issues
 Subject: Jeremiah Watson
 
 
 I found it on the Microsoft web site, and installed it 
 
 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




FW: ---- Virus Detected ----

2002-07-24 Thread Tom Meunier

Marty?  Blow me.  The *word* virus isn't a virus; it's a collection of
phonemes used to describe the thing.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, July 24, 2002 8:07 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject:  Virus Detected 


MailMarshal (an automated content monitoring gateway) has stopped 
the following message:

   Message: B0001d9418.0001.mml
   From:[EMAIL PROTECTED]
   To:  [EMAIL PROTECTED]
   Subject: RE: Exchange 2000 SP3  

Because it believes an attachment to this message contains a virus. The
virus scanning software used was: McAfee Command Line (Ver 4.x) 

Please clean the file and resend it.

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




RE: What an issue!

2002-07-23 Thread Tom Meunier

Attorneys are great.  A laugh a minute.  It won't work anyway.  

1.  It doesn't always work.
2.  Outlook 2002 and many, many other mail clients can throw them in the
trash.
3.  www.grinningshark.com  People have been known to reply with several
hundred read receipts.

Sorry I couldn't help you.  But I feel your pain, trust me.

 -Original Message-
 From: Kopec, David [mailto:[EMAIL PROTECTED]] 
 Sent: Tuesday, July 23, 2002 11:42 AM
 To: MS-Exchange Admin Issues
 Subject: What an issue!
 
 
   I have a question/issue. Our legal dept. would like 
 read receipts for all e-mails sent out, once they have been 
 read by the recipient. This message originates from a web 
 server and is sent with a program like Sendmail to 
 virtually to every employee here.  We have set up a mailbox 
 within the Exchange org which is where they would like the 
 read receipts to return to.  They have a script they are 
 using on the app server (see below) that supposedly is set up 
 to send a read receipt but apparently it does not function. I 
 didn't write it and I don't know much about it. It does send 
 a delivery receipt however.

   In the CDO message object there is a return-receipt-to 
 value to which can be assigned an e-mail address; and this, 
 as far as I understand, should cause read receipt 
 functionality to occur. However, when the web server sends 
 off the message to the recipient, we get back a delivery 
 successful notification (which I don't even really want), 
 but then no subsequent read receipt, even after the message 
 has been opened and closed.
   I checked the Internet headers for the message (see 
 bottom of message), and the Return-Receipt-To header is part 
 of the message, but it seems to be acting like a delivery 
 notification instead.

   1) Am I incorrect on which header should cause the read 
 receipt functionality to work?

   Or

   2)  Do I just have the wrong code?  Or am I beating a 
 dead horse?  I was wondering if thereis a correlation in 
 Exchange/Outlook for which Internet Header maps to the read 
 receipt flag in the Outlook client (like it seems the 
 Return-Receipt-To: [EMAIL PROTECTED] Internet Header maps to 
 the Delivery Receipt Requested checkbox in an Outlook message).

   I did find an article on MSDN that might have something 
 to do with this, assuming I am correct in #1 above. It is:   
 http://support.microsoft.com/default.aspx?scid=kb;EN-US;q253917

   If you could help me out on this, I'd really appreciate it.

   Thanks,

   
   David Kopec Electronic Messaging Specialist

   Technology Services  Solutions

   Email: [EMAIL PROTECTED]



   Internet Headers (By looking at View==Options on 
 message sent from Appdev webserver):

   Received: from appdev (appdev.mfs.com [168.66.12.121]) 
 by carina.mfs.com with SMTP (Microsoft Exchange Internet Mail 
 Service Version 5.5.2650.21)

   id 3YSNZY5A; Tue, 16 Jul 2002 11:28:48 -0400

   Return-Receipt-To:  [EMAIL PROTECTED]

   From:  dkopec @mfs.com

   To:  dkopec @mfs.com

   Subject: Test Email--Please Open

   Date: Tue, 16 Jul 2002 11:28:48 -0400

   Message-ID: 006201c22cdd$7b005890$[EMAIL PROTECTED]

   MIME-Version: 1.0

   Content-Type: multipart/alternative;

   boundary==_NextPart_000_0063_01C22CBB.F3EEB890

   X-Mailer: Microsoft CDO for Windows 2000

   Thread-Index: AcIs3XsAXZwcwr+eQeWVlnFS6dSgng==

   Content-Class: urn:content-classes:message

   X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200

   This is a multi-part message in MIME format.

   --=_NextPart_000_0063_01C22CBB.F3EEB890

   Content-Type: text/plain;

   charset=iso-8859-1

   Content-Transfer-Encoding: 7bit

   --=_NextPart_000_0063_01C22CBB.F3EEB890

   Content-Type: text/html;

   charset=iso-8859-1

   Content-Transfer-Encoding: quoted-printable

   --=_NextPart_000_0063_01C22CBB.F3EEB890--


   
 
 

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




RE: Determine Recipients who have their mail copied to a Distribu tion List

2002-07-23 Thread Tom Meunier

Pretty spiffy, n00b.

 -Original Message-
 From: Baker, Jennifer [mailto:[EMAIL PROTECTED]] 
 Sent: Tuesday, July 23, 2002 01:50 PM
 To: MS-Exchange Admin Issues
 Subject: RE: Determine Recipients who have their mail copied 
 to a Distribu tion List
 
 
 You could create a csv header file containing alt-recipient 
 as one of the headers, export the directory and sort on the 
 alt-recipient column.
 
 I prefer ldp.exe (w2k resource kit).  The ldap filter would 
 look something like this: 
 
 alt-recipient=cn=(alternaterecipientalias),cn=Recipients,ou=site,o=org
 
 -Original Message-
 From: William Stehley DDPPA [mailto:[EMAIL PROTECTED]] 
 Sent: Tuesday, July 23, 2002 11:19 AM
 To: MS-Exchange Admin Issues
 Subject: Determine Recipients who have their mail copied to a 
 Distribution List
 
 
 Is there an easy way to determine which users have been 
 configured to have their inbound mail copied to a 
 distribution list.  In the past I added a distribution list 
 to the alternate recipient field in Exchange Admin and I'd 
 like to quickly determine the users I have configured this way.
 
 Exchange 5.5 sp4
 
 Thank You,
 William R. Stehley
 Network Manager
 Delta Dental of Pennsylvania
 717-766-8500x3112
 [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
 
 

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




RE: Spam Question

2002-07-22 Thread Tom Meunier

http://www.lib.de.us/help/howdoi.shtml

-Original Message-
From: Brien Mayer [mailto:[EMAIL PROTECTED]] 
Sent: Monday, July 22, 2002 9:21 AM
To: MS-Exchange Admin Issues
Subject: RE: Spam Question


I tried that already. Page can't be found.

-Original Message-
From: Tom Meunier [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 22, 2002 10:13 AM
To: MS-Exchange Admin Issues
Subject: RE: Spam Question


LOL
http://www.google.com/search?hl=enie=UTF-8oe=UTF-8q=spamassassin

-Original Message-
From: Brien Mayer [mailto:[EMAIL PROTECTED]] 
Sent: Monday, July 22, 2002 9:09 AM
To: MS-Exchange Admin Issues
Subject: RE: Spam Question


do you have a link to this

-Original Message-
From: Baker, Jennifer [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 22, 2002 10:05 AM
To: MS-Exchange Admin Issues
Subject: RE: Spam Question


Spam assassin.
Disclaimer: Antispam software will block or mark a small percentage of
legitimate mail.

-Original Message-
From: Brien Mayer [mailto:[EMAIL PROTECTED]] 
Sent: Monday, July 22, 2002 5:33 AM
To: MS-Exchange Admin Issues
Subject: Spam Question


We are using sendmail as our front end server to an E2k server. It seems
someone has found a hole in our sendmail server  are able to spam us. I
received 4300 e-mails over the weekend. My question: Anyone using
sendmail as their front end server  if so what spam software are you
using. Is their any free downloads that work good. Thanks 
Brien

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


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




RE: Spam Question

2002-07-22 Thread Tom Meunier

And attempted to give free fishing lessons.  
http://us.spamassassin.org/

-Original Message-
From: Andy David [mailto:[EMAIL PROTECTED]] 
Sent: Monday, July 22, 2002 9:41 AM
To: MS-Exchange Admin Issues
Subject: RE: Spam Question


Yes, Tom posted the link for free.



-Original Message-
From: Brien Mayer [mailto:[EMAIL PROTECTED]] 
Sent: Monday, July 22, 2002 10:24 AM
To: MS-Exchange Admin Issues
Subject: RE: Spam Question


is this free? If not around how much is it

-Original Message-
From: Tom Meunier [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 22, 2002 10:13 AM
To: MS-Exchange Admin Issues
Subject: RE: Spam Question


LOL
http://www.google.com/search?hl=enie=UTF-8oe=UTF-8q=spamassassin

-Original Message-
From: Brien Mayer [mailto:[EMAIL PROTECTED]] 
Sent: Monday, July 22, 2002 9:09 AM
To: MS-Exchange Admin Issues
Subject: RE: Spam Question


do you have a link to this

-Original Message-
From: Baker, Jennifer [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 22, 2002 10:05 AM
To: MS-Exchange Admin Issues
Subject: RE: Spam Question


Spam assassin.
Disclaimer: Antispam software will block or mark a small percentage of
legitimate mail.

-Original Message-
From: Brien Mayer [mailto:[EMAIL PROTECTED]] 
Sent: Monday, July 22, 2002 5:33 AM
To: MS-Exchange Admin Issues
Subject: Spam Question


We are using sendmail as our front end server to an E2k server. It seems
someone has found a hole in our sendmail server  are able to spam us. I
received 4300 e-mails over the weekend. My question: Anyone using
sendmail as their front end server  if so what spam software are you
using. Is their any free downloads that work good. Thanks 
Brien

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



--
The information contained in this email message is privileged and
confidential information intended only for the use of the individual or
entity to whom it is addressed.  If the reader of this message is not
the intended recipient, you are hereby notified that any dissemination,
distribution or copy of this message is strictly prohibited.  If you
have received this email in error, please immediately notify Veronis
Suhler Stevenson by telephone (212)935-4990, fax (212)381-8168, or email
([EMAIL PROTECTED]) and delete the message.  Thank you.


==


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: Exchange 2K Standard Storage Limits

2002-07-22 Thread Tom Meunier

And add the total size of the STM files too.

-Original Message-
From: Neil Hobson [mailto:[EMAIL PROTECTED]] 
Sent: Monday, July 22, 2002 10:14 AM
To: MS-Exchange Admin Issues
Subject: RE: Exchange 2K Standard Storage Limits



Stop the IS service before looking at the size of the files in Explorer.

Neil

-Original Message-
From: Stephen I. Woolhead
[mailto:[EMAIL PROTECTED]] 
Posted At: 22 July 2002 11:36
Posted To: Sunbelt Exchange List
Conversation: Exchange 2K Standard Storage Limits
Subject: Exchange 2K Standard Storage Limits



Is there a way to tell what the total storage usage is from the exchange
administrator program, or do I just use explorer and add up the sizes of
the EDB files?

I would like to know how close I am to the 16Gb limit of this version of
exchange.

Thanks

Stephen.

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


*
This email and any files transmitted with it are
confidential and intended solely for the use of 
the individual to whom it is addressed. Any view 
or opinions presented are solely those of the 
author and do not necessarily represent those of 
Silversands.

If you have received this email in error, please  
contact our Support Desk immediately on 
01202-360360 or email [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: Exchange 2000 backup/restore

2002-07-22 Thread Tom Meunier

The correct answer to your question is in excess of 100 pages, if I
recall correctly.  (But the last few times I looked at it, I ignored the
appendices)
http://www.microsoft.com/exchange/techinfo/deployment/2000/E2Krecovery.a
sp

-Original Message-
From: Anwar Qureshi [mailto:[EMAIL PROTECTED]] 
Sent: Monday, July 22, 2002 10:24 AM
To: MS-Exchange Admin Issues
Subject: Exchange 2000 backup/restore


I have Exchange 2000 SP2 and have done Win2000 backup of mailboxes. Now
I wants to restore the backup file to a test E2K machine. I am having
hard time to restore to a test machine which has a different machine
name but I kept org name as same. After failed restoration I get error
msg Unable to restore data to First Storage Group

Does anyone know what should I do to make the restoration work

Anwar

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




RE: E2K: Importing Filtered Message List

2002-07-22 Thread Tom Meunier

My first guess would be in the metabase.  Please note that's just a wild
guess, I don't feel like looking right now[1], and I can't even conceive
of a dire enough disclaimer to tell you to be careful using MetaEdit.

-tom
[1] Because I would use an SMTP gateway to do an SMTP gateway's job.

-Original Message-
From: Joe L. Casale [mailto:[EMAIL PROTECTED]] 
Sent: Monday, July 22, 2002 6:16 PM
To: MS-Exchange Admin Issues
Subject: RE: E2K: Importing Filtered Message List


I just searched the reg, and exchange dir for text containing a portion
of a blocked email on my system.
Nothing came up. It's obviously stored not as text somewhere, so unless
there is a tool that I don't know about, I would say you are SOL dude.
jlc

-Original Message-
From: Jim Underwood [mailto:[EMAIL PROTECTED]] 
Sent: Monday, July 22, 2002 3:51 PM
To: MS-Exchange Admin Issues
Subject: RE: E2K: Importing Filtered Message List

OK, here is what I want to do:

I have a long list of email addresses that I want to block (filter) from
being received by Exchange Server 2000 SP1.  Exchange calls this
Filtering Message Delivery.

In the Exchange System Manager | Global Settings | Message Delivery |
Properties | Filtering tab, one can manually enter addresses
one-at-a-time that one wants to block.  I would rather not retype a
hundred addresses using this process.

I am looking for a process or tool that will allow me to enter (import)
the list of addresses I want to block from a file (like a CSV or Excel
file) into E2K so that I don't have to do the manual typing.

Hope this clears things up.

Best Regards,
JMU


Jim Underwood

-Original Message-
From: Kevin Miller [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 22, 2002 14:40
To: MS-Exchange Admin Issues
Subject: RE: E2K: Importing Filtered Message List
can you try again in very plain English? no clue what you are trying to
do.
--Kevinm KMAP-SR, M, WLKMMAS, UCC+WCA, And Beyond
http://www.daughtry.ca/ For Graphics and WebDesign, GO here!
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: =====Instant messenger and archiveing

2002-07-22 Thread Tom Meunier

You're not under NDA, eh?  That's a pretty sweet deal.  Microsoft makes
everyone else sign one.

-Original Message-
From: Will Schmied [mailto:[EMAIL PROTECTED]] 
Sent: Monday, July 22, 2002 6:42 PM
To: MS-Exchange Admin Issues
Subject: RE: =Instant messenger and archiveing


I recommend IMLog, check out
http://msexchange.org/pages/articles.asp?art=585.  You can get their
contact information and some other information on the product for that
article.

As a note...this technology will be built into the next version of
Exchange.


_| |_
_| Will Schmied|_
_| BSET, MCSE, MCSA, Network+, A+  |_
_| http://www.netserverworld.com   |_
_| http://www.soitslikethat.com|_
 | | 
-Original Message-
From: Joupin [mailto:[EMAIL PROTECTED]] 
Sent: Monday, July 22, 2002 4:57 PM
To: MS-Exchange Admin Issues
Subject: =Instant messenger and archiveing


Hi all

Im using microsoft exchange server 2000 and Instant messageing service

The company I work for want to archive messages that are send and
recived from users , I didn`t find any option there , how can I do this
?


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




RE: =====Instant messenger and archiveing

2002-07-22 Thread Tom Meunier

NDA for the next version of Exchange... Nice article, by the way.

-Original Message-
From: Will Schmied [mailto:[EMAIL PROTECTED]] 
Sent: Monday, July 22, 2002 6:59 PM
To: MS-Exchange Admin Issues
Subject: RE: =Instant messenger and archiveing


NDA for what?  I do endorse the product, but I'm not on the payroll. :)

_| |_
_| Will Schmied|_
_| BSET, MCSE, MCSA, Network+, A+  |_
_| http://www.netserverworld.com   |_
_| http://www.soitslikethat.com|_
 | |

-Original Message-
From: Tom Meunier [mailto:[EMAIL PROTECTED]] 
Sent: Monday, July 22, 2002 7:52 PM
To: MS-Exchange Admin Issues
Subject: RE: =Instant messenger and archiveing


You're not under NDA, eh?  That's a pretty sweet deal.  Microsoft makes
everyone else sign one.

-Original Message-
From: Will Schmied [mailto:[EMAIL PROTECTED]] 
Sent: Monday, July 22, 2002 6:42 PM
To: MS-Exchange Admin Issues
Subject: RE: =Instant messenger and archiveing


I recommend IMLog, check out
http://msexchange.org/pages/articles.asp?art=585.  You can get their
contact information and some other information on the product for that
article.

As a note...this technology will be built into the next version of
Exchange.


_| |_
_| Will Schmied|_
_| BSET, MCSE, MCSA, Network+, A+  |_
_| http://www.netserverworld.com   |_
_| http://www.soitslikethat.com|_
 | | 
-Original Message-
From: Joupin [mailto:[EMAIL PROTECTED]] 
Sent: Monday, July 22, 2002 4:57 PM
To: MS-Exchange Admin Issues
Subject: =Instant messenger and archiveing


Hi all

Im using microsoft exchange server 2000 and Instant messageing service

The company I work for want to archive messages that are send and
recived from users , I didn`t find any option there , how can I do this
?


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




RE: E2K: Importing Filtered Message List

2002-07-22 Thread Tom Meunier

Do your worst, Joe.  Just do it on a test box.
http://support.microsoft.com/default.aspx?scid=KB;EN-US;q232068;

-Original Message-
From: Joe L. Casale [mailto:[EMAIL PROTECTED]] 
Sent: Monday, July 22, 2002 7:07 PM
To: MS-Exchange Admin Issues
Subject: RE: E2K: Importing Filtered Message List


snip
My first guess would be in the metabase.
snip

I looked Tom, I couldn't find it...
Now I wanna know for my own sake, he he...

jlc


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




RE: Can't send using OWA

2002-07-18 Thread Tom Meunier

Oh, well in that case the answer is, Fix it, and it will work.

HTH

 -Original Message-
 From: Preston Jeffares [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, July 18, 2002 12:30 PM
 To: MS-Exchange Admin Issues
 Subject: RE: Can't send using OWA
 
 
 NO MARTIN... IT JUST DOESNT WORK... CAN'T YOU JUST TAKE IT 
 FOR WHAT IT IS!!!
 
 -Original Message-
 From: Martin Blackstone [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, July 18, 2002 1:24 PM
 To: MS-Exchange Admin Issues
 Subject: RE: Can't send using OWA
 
 
 What do you mean it wont send mail?
 Is OWA giving errors of any sort, and other descriptions you 
 can pass along?
 
 -Original Message-
 From: Herchenbach, Jim [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, July 18, 2002 10:24 AM
 To: MS-Exchange Admin Issues
 Subject: Can't send using OWA
 
 
 New win2k domain, latest sp's with exchange 2k.
 
 OWA seems to work fine except it will not send email.  What 
 am i missing?
 
 jim nasium
 
 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: Can't send using OWA

2002-07-18 Thread Tom Meunier

OWA doesn't install separately from E2k.

 -Original Message-
 From: Matthew Carpenter [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, July 18, 2002 02:27 PM
 To: MS-Exchange Admin Issues
 Subject: Re: Can't send using OWA
 
 
 NO
 
 I am saying to reinstall OWA
 
 - Original Message -
 From: Herchenbach, Jim [EMAIL PROTECTED]
 To: MS-Exchange Admin Issues 
 [EMAIL PROTECTED]
 Sent: Thursday, July 18, 2002 1:49 PM
 Subject: RE: Can't send using OWA
 
 
 ok..so your saying i should try and reinstall exchange 
 2kcorrect?  Can i do this without losing my mailboxes?
 
 -Original Message-
 From: Matthew Carpenter [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, July 18, 2002 12:55 PM
 To: MS-Exchange Admin Issues
 Subject: Re: Can't send using OWA
 
 
 Sorry.
 
 Is this a new install of OWA? On Exchange or stand alone? Is 
 this happening on all accounts?
 
 I do not use 2k, but I had quirks with 5.5. I removed and 
 reinstalled and everything worked fine. I woudl try that.
 
 - Original Message -
 From: Herchenbach, Jim [EMAIL PROTECTED]
 To: MS-Exchange Admin Issues 
 [EMAIL PROTECTED]
 Sent: Thursday, July 18, 2002 12:42 PM
 Subject: RE: Can't send using OWA
 
 
 i can't handle all this help at once...my brain is swelling.
 
 seriouslyi'm clueless on this.  please help
 
 -Original Message-
 From: Matthew Carpenter [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, July 18, 2002 12:40 PM
 To: MS-Exchange Admin Issues
 Subject: Re: Can't send using OWA
 
 
 Are you sure you are clicking on the send button?
 
 It is close to the save button
 
 - Original Message -
 From: Herchenbach, Jim [EMAIL PROTECTED]
 To: MS-Exchange Admin Issues 
 [EMAIL PROTECTED]
 Sent: Thursday, July 18, 2002 12:30 PM
 Subject: RE: Can't send using OWA
 
 
 it just sits there...with email message still open.  like i'm 
 not clicking on the send button at all.
 
 -Original Message-
 From: Martin Blackstone [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, July 18, 2002 12:24 PM
 To: MS-Exchange Admin Issues
 Subject: RE: Can't send using OWA
 
 
 What do you mean it wont send mail?
 Is OWA giving errors of any sort, and other descriptions you 
 can pass along?
 
 -Original Message-
 From: Herchenbach, Jim [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, July 18, 2002 10:24 AM
 To: MS-Exchange Admin Issues
 Subject: Can't send using OWA
 
 
 New win2k domain, latest sp's with exchange 2k.
 
 OWA seems to work fine except it will not send email.  What 
 am i missing?
 
 jim nasium
 
 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
 
 
 
 
 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: Exchange 5.5 server HACKED!

2002-07-18 Thread Tom Meunier

La La La La 
I can't SEE it
I got OLXP SR1
I got the reg hack
I got plain text always
I'm immune to William.
La La La La

-Original Message-
From: Blackmer, Charlotte, ITD [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, July 18, 2002 5:57 PM
To: MS-Exchange Admin Issues
Subject: RE: Exchange 5.5 server HACKED!


With all due respect to Her Foofy Majesty, any of you who aren't mailing
in plain text are Providers of Foof to us text/text digest subscribers.
Including the person who complained about it (monster disclaimer,
non-edited post, and all - oy).  It all shows up as markup code after
the message.

I have mailbox limits so have to forward the digest to myself and edit
the foof out.  Sample (minus some headers so you see what it looks like)
at the end of the message.  (apologies to text subscribers)

So please, spare a thought for the eyeballs of the text subscribers too
;-).

thanks,

Charlotte

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




RE: OWA 2000 - few q's

2002-07-17 Thread Tom Meunier

1.  Redirect to /exchange, just like you did it in 5.5.  Better yet,
since you have SSL, redirect it to https:// etc.
2.  Yes, apply it to the default website.

 -Original Message-
 From: Jesse Rink [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, July 17, 2002 09:26 AM
 To: MS-Exchange Admin Issues
 Subject: OWA 2000 - few q's
 
 
 Environment:
 (1) Exchange 2000 server running on my internal network with OWA
 
 I want users from the internet to be able to access my OWA 
 server by entering in the URL of outlook.mydomain.com  
 rather than myserver.mydomain.com/exchange.  This is how I 
 had it configured when I was running Exchange 5.5 in the 
 past.  Is there any problem changing the Default Web Site 
 properties in IIS on the Exchange 2000 server to redirect to 
 the /exchange directory?  It's just that my users have been 
 used to accessing the outlook.mydomain.com URL for so long 
 now, adjusting to a new URL would be problematic.
 
 Second, when I had OWA running under my Exchange 5.5 
 organization, I had SSL installed on the OWA box.  I would 
 like to take my Verisign certificate and move it to my new 
 OWA 2000 server.  Do I apply the certificate to the Default 
 Web Site?  Any problem I should know about with this?
 
 Thanks.
 
 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: Exchange 5.5 server HACKED!

2002-07-17 Thread Tom Meunier

I'm thinking that this is the part where I am glad that I toss all that
non-plain-text crapola into the latrine where it belongs?

 -Original Message-
 From: Eldridge, Dave [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, July 17, 2002 09:17 AM
 To: MS-Exchange Admin Issues
 Subject: RE: Exchange 5.5 server HACKED!
 
 
 LOL!!! great foof.
 
   -Original Message-
   From: Abercrombie, Sherry [mailto:[EMAIL PROTECTED]]
   Sent: Wednesday, July 17, 2002 8:04 AM
   To: MS-Exchange Admin Issues
   Subject: RE: Exchange 5.5 server HACKED!
   
   
 
   Okay, I'll have to accept the label of Foof Queen.  
 Well at least I have some official letters to put behind my 
 name now...  
 

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




RE: Backup Server !!SOLVED!!

2002-07-17 Thread Tom Meunier

I don't know that I'd use the word scheduled.  That implies DrLaura
a ring and a date /DrLaura.

God, I hate Dr. Laura.

 -Original Message-
 From: Chris Peden [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, July 17, 2002 09:45 AM
 To: MS-Exchange Admin Issues
 Subject: RE: Backup Server !!SOLVED!!
 
 
 Exchange has been scheduled to use SQL for the backend for 
 many years, but they are way behind.
 
 Thanks,
 -Chris-
 IT Director
 Sundowner Interiors
 
 

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




RE: Exchange 5.5 server HACKED!

2002-07-17 Thread Tom Meunier

(and did you notice how when I reply to the 16k email it turns into a 2k
email?)

 -Original Message-
 From: Tom Meunier 
 Sent: Wednesday, July 17, 2002 11:35 AM
 To: 'MS-Exchange Admin Issues'
 Subject: RE: Exchange 5.5 server HACKED!
 
 
 I personally think nobody who calls themselves an email 
 administrator (platform-independent statement) should use all 
 that foofoo background and font crap.  They should include in 
 their signature line Please see my glow-in-the-dark dancing 
 signature and Hallmark Store Reject background at my web page 
 (with popups and marquee tags and embedded midi files) at 
 http://wasteofbandwidth.org
 
 
  -Original Message-
  From: Purviance, Chad [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, July 17, 2002 11:29 AM
  To: MS-Exchange Admin Issues
  Subject: RE: Exchange 5.5 server HACKED!
  
  
  Humm ... You call yourself an Exchange Admin ... believe you
  have a right to attempt to correct a group like this ... and 
  you obviously lake a sense of humor.
   
  Nah, you must be kidding.
   
  :-D
   
  BTW This resource is for assistance and usually on topic ...
  but almost ALWAYS Clever.
   
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]] 
  Sent: 
  Wednesday, July 17, 2002 10:08 AM
  To: [EMAIL PROTECTED]
  Subject: RE: Exchange 5.5 server HACKED!
   
  This resource is not for showing off, please keep the
  comments relevant to the issues and do not pad-out the 
  thread by trying to be clever !
   
  Thank you for your corporation in this matter
   
  MS-Exchange Admin Staff 
  -Original Message-
  From: Abercrombie, Sherry [mailto:[EMAIL PROTECTED]] 
  Sent: 17 July 2002 16:03
  To: MS-Exchange Admin Issues
  Subject: RE: Exchange 5.5 server HACKED!
  I'm always thinking of others so, here's a little
  reason for you to wear your sunglasses ;) Sherry Abercrombie - FQ 
  Data Center Administration Team 
  Information Technology 
  
  
  List Charter and FAQ at:
  http://www.sunbelt- software.com/exchange_list_charter.htm
  
  
  +++The information
  transmitted is intended only for the person or entity
  +++to which it is addressed and may contain confidential
  and/or privileged material. Any review, retransmission,
  dissemination or other use of, or taking of any action in 
  reliance upon, this information by persons or entities other 
  than the intended recipient is prohibited. If you received 
  this in error, please contact the sender and destroy any 
  copies of this document.+++
  The information transmitted is intended only for the person 
  or entity to which it is addressed and may contain 
  confidential and/or privileged material. Any review, 
  retransmission, dissemination or other use of, or taking of 
  any action in reliance upon, this information by persons or 
  entities other than the intended recipient is prohibited. If 
  you received this in error, please contact the sender and 
  destroy any copies of this document.
  
 

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




RE: Exchange 5.5 server HACKED!

2002-07-17 Thread Tom Meunier

I personally think nobody who calls themselves an email administrator
(platform-independent statement) should use all that foofoo background
and font crap.  They should include in their signature line Please see
my glow-in-the-dark dancing signature and Hallmark Store Reject
background at my web page (with popups and marquee tags and embedded
midi files) at http://wasteofbandwidth.org


 -Original Message-
 From: Purviance, Chad [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, July 17, 2002 11:29 AM
 To: MS-Exchange Admin Issues
 Subject: RE: Exchange 5.5 server HACKED!
 
 
 Humm ... You call yourself an Exchange Admin ... believe you 
 have a right to attempt to correct a group like this ... and 
 you obviously lake a sense of humor.
  
 Nah, you must be kidding.
  
 :-D
  
 BTW This resource is for assistance and usually on topic ... 
 but almost ALWAYS Clever.
  
 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED]] 
 Sent: 
 Wednesday, July 17, 2002 10:08 AM
 To: [EMAIL PROTECTED]
 Subject: RE: Exchange 5.5 server HACKED!
  
 This resource is not for showing off, please keep the 
 comments relevant to the issues and do not pad-out the 
 thread by trying to be clever !
  
 Thank you for your corporation in this matter
  
 MS-Exchange Admin Staff 
   -Original Message-
   From: Abercrombie, Sherry [mailto:[EMAIL PROTECTED]] 
   Sent: 17 July 2002 16:03
   To: MS-Exchange Admin Issues
   Subject: RE: Exchange 5.5 server HACKED!
   I'm always thinking of others so, here's a little 
 reason for you to wear your sunglasses ;) Sherry Abercrombie - FQ 
 Data Center Administration Team 
 Information Technology 
 
 
 List Charter and FAQ at: 
 http://www.sunbelt- software.com/exchange_list_charter.htm
 
 
 +++The information 
 transmitted is intended only for the person or entity 
 +++to which it is addressed and may contain confidential 
 and/or privileged material. Any review, retransmission, 
 dissemination or other use of, or taking of any action in 
 reliance upon, this information by persons or entities other 
 than the intended recipient is prohibited. If you received 
 this in error, please contact the sender and destroy any 
 copies of this document.+++
 The information transmitted is intended only for the person 
 or entity to which it is addressed and may contain 
 confidential and/or privileged material. Any review, 
 retransmission, dissemination or other use of, or taking of 
 any action in reliance upon, this information by persons or 
 entities other than the intended recipient is prohibited. If 
 you received this in error, please contact the sender and 
 destroy any copies of this document.
 

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




RE: Exchange 5.5 server HACKED!

2002-07-17 Thread Tom Meunier

You don't have people sending the junk to your text pager or cell phone,
then.  I like powerpoint presentations, too, I just don't want my
electric company deciding that it's a good medium for my monthly bill.

 -Original Message-
 From: William Lefkovics [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, July 17, 2002 11:49 AM
 To: MS-Exchange Admin Issues
 Subject: RE: Exchange 5.5 server HACKED!
 
 
 
 After reading the evils of HTML email: 
 http://www.georgedillon.com/web/html_email_is_evil.shtml
 I still like it.

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




RE: IM

2002-07-17 Thread Tom Meunier

Corporate ICQ = ICQ 0.01beta, rerolled.  Don't bother.  Your people would rather have 
nothing, I bet.

 -Original Message-
 From: Martin Blackstone [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, July 17, 2002 01:48 PM
 To: MS-Exchange Admin Issues
 Subject: RE: IM
 
 
 They have a corporate ICQ? H, Ill have to check that out.
 
 -Original Message-
 From: BOERO MANSILLA Roberto [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, July 17, 2002 11:31 AM
 To: MS-Exchange Admin Issues
 Subject: RE: IM
 
 
 Yes
 Corporate Icq for everyone
 Regular ICQ just me..
 
 
 -Original Message-
 From: Matthew Carpenter [mailto:[EMAIL PROTECTED]] 
 Posted At: Miércoles, 17 de Julio de 2002 03:19 p.m.
 Posted To: Trafico de Mails
 Conversation: IM
 Subject: IM
 
 
 Do you allow instant messaging on your network?
 

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




RE: IM

2002-07-17 Thread Tom Meunier

Not saying it didn't work.  I'm saying my focus group hated it.  They
were pretty savvy  already had full ICQ at home, and did prefer Outlook
and net send to ICQ corporate.

 -Original Message-
 From: William Lefkovics [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, July 17, 2002 02:13 PM
 To: MS-Exchange Admin Issues
 Subject: RE: IM
 
 
 Worked ok for a small group on a P75 for a year plus. 
 
 -Original Message-
 From: Tom Meunier [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, July 17, 2002 12:09 PM
 To: MS-Exchange Admin Issues
 Subject: RE: IM
 
 
 Corporate ICQ = ICQ 0.01beta, rerolled.  Don't bother.  Your 
 people would rather have nothing, I bet.
 
  -Original Message-
  From: Martin Blackstone [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, July 17, 2002 01:48 PM
  To: MS-Exchange Admin Issues
  Subject: RE: IM
  
  
  They have a corporate ICQ? H, Ill have to check that out.
  

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




RE: malbox not created

2002-07-17 Thread Tom Meunier

Is the account captured by the LDAP query that creates any of your
Recipient Policies?  (another straw)

 -Original Message-
 From: Friese, Casey [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, July 17, 2002 03:51 PM
 To: MS-Exchange Admin Issues
 Subject: RE: malbox not created
 
 
 let me say that I am 100% positive that the store is mounted 
 and started...the account I'm mailing form is in the same store
 
 -Original Message-
 From: Friese, Casey 
 Sent: Wednesday, July 17, 2002 4:50 PM
 To: MS-Exchange Admin Issues
 Subject: RE: malbox not created
 
 
 no event logs are produced during the account creation Greg
 
 -Original Message-
 From: Carey, Greg [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, July 17, 2002 4:52 PM
 To: MS-Exchange Admin Issues
 Subject: RE: malbox not created
 
 
 Is there any events Log warnings.  I ran into an issue with 
 one user whose mailbox wasn't created on the server and I had 
 to create it on another server and move it to the main one.  
 There were events saying something to the effect of couldn't 
 create mailbox when an attempt to access or send messages to 
 the account.
 
 -Original Message-
 From: Friese, Casey [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, July 17, 2002 4:41 PM
 To: MS-Exchange Admin Issues
 Subject: RE: malbox not created
 
 
 yes...everything is listed as though the mailbox was 
 created...the confirmation message that it has been created 
 and the option to delete and move after the creation
 
 I'm grasping here as well.
 
 -Original Message-
 From: William Lefkovics [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, July 17, 2002 4:47 PM
 To: MS-Exchange Admin Issues
 Subject: RE: malbox not created
 
 
 I'm shooting at straws in the wind here.
 
 When you check the box to create a new mailbox, it shows as 
 successful in the task summary? When you rightclick on one of 
 these users, in the Exchange Task wizard, are the options 
 there that exist when a mailbox is present (ie move mailbox, 
 delete mailbox)?
 
 
 -Original Message-
 From: Friese, Casey [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, July 17, 2002 1:33 PM
 To: MS-Exchange Admin Issues
 Subject: RE: malbox not created
 
 
 The RUS points to the one and only DC that we have.  Nothing 
 has been changed that I can see.  
 
 -Original Message-
 From: William Lefkovics [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, July 17, 2002 4:05 PM
 To: MS-Exchange Admin Issues
 Subject: RE: malbox not created
 
 
 Have you changed the DC at all?  Does the RUS point to the correct DC?
 
 
 -Original Message-
 From: Friese, Casey [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, July 17, 2002 12:40 PM
 To: MS-Exchange Admin Issues
 Subject: RE: malbox not created
 
 
 I've tried create as many as 10 different users...all with 
 the same outcome
 
 
 
 -Original Message-
 From: William Lefkovics [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, July 17, 2002 3:39 PM
 To: MS-Exchange Admin Issues
 Subject: RE: malbox not created
 
 
 Well that is not a good thing. 
 
 Have other new users been successful in this time?
 
 
 -Original Message-
 From: Friese, Casey [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, July 17, 2002 12:18 PM
 To: MS-Exchange Admin Issues
 Subject: RE: malbox not created
 
 
 just to rule out any misconception.  I create this account at 
 8:30 this morning and I have given ample time for my 
 environment size to allow for replication.  It is now 3:25pm 
 est and the mailbox still does not show.
 
 -Original Message-
 From: Friese, Casey 
 Sent: Wednesday, July 17, 2002 3:15 PM
 To: MS-Exchange Admin Issues
 Subject: RE: malbox not created
 
 
 I've been down that route already WilliamI did a rebuild as well
 
 -Original Message-
 From: William Lefkovics [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, July 17, 2002 3:21 PM
 To: MS-Exchange Admin Issues
 Subject: RE: malbox not created
 
 
 Let's try forcing the RUS.
 
 In Exchange System Manager, navigate to Recipients | 
 Recipient Update Service In the right pane, right click and 
 update now.
 
 -Original Message-
 From: Friese, Casey [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, July 17, 2002 12:05 PM
 To: MS-Exchange Admin Issues
 Subject: RE: malbox not created
 
 
 never before have I had to wait.  only one server that Im 
 dealing with here and, infact, I created the mailbox from the 
 ad users and computers on the exchange server.  Also, can't 
 send messages to the susposed new mailbox...the mailbox 
 doesn't show in the gal...I can't resolve the name when I 
 click check name for outlook either...add to this, I can't 
 open the mailbox through OWA.
 
 -Original Message-
 From: William Lefkovics [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, July 17, 2002 3:08 PM
 To: MS-Exchange Admin Issues
 Subject: RE: malbox not created
 
 
 Patience is the order of the day for the Exchange2000 admin.
 
 1) The mailbox is not actually 

RE: Exchange 2000 Virtual SMTP Server

2002-07-16 Thread Tom Meunier

I don't think so.  My guess would be that when you enable it, you have
two identically configured SMTP VS's and that's what halts the system.
If you want to dump the files, stop your new virtual server for a while,
start your old one (after removing all access) and let it just clear the
spam.  Then start your new one  delete the original one.
Alternatively, you could just try deleting the
exchsrvr\mailroot\queueu\vsi1 directory, but you may get some valid
mails deleted also. 

-tom

-Original Message-
From: Norm Snowden [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, July 16, 2002 8:15 AM
To: MS-Exchange Admin Issues
Subject: RE: Exchange 2000 Virtual SMTP Server


It seems when I enable it so that I can start to delete the messages,
there are too many messages trying to be sent and that slows the entire
system down to where it is difficult to get anything done...CPU
utilization jumps to 100%.


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: Mailbox Backup

2002-07-16 Thread Tom Meunier

http://mail.tekscan.com/nomailboxes.htm
http://www.swinc.com/resource/exch_faq_appxb.htm  (seems to be down, see
mirror at http://www.exchangefaq.org/mailbox/0009.php3)

http://www.microsoft.com/exchange/downloads/55/sp4.asp


-Original Message-
From: Garry Whitson [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, July 16, 2002 8:58 AM
To: MS-Exchange Admin Issues
Subject: Mailbox Backup


I am looking for a backup where I can restore individual mailboxes, We
are running Exchange 5.5 SP3

Thanks
Garry Whitson
Microcomputer Support Specialist
Lincoln Land Community College
[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: Mailbox Backup

2002-07-16 Thread Tom Meunier

OfficeSpace
Did you /click/ the URLs?
/OfficeSpace

Sometimes it's good to explain WHY rather than to just say Don't do
that because some guy that has a roadrunner account in San Antonio says
so.

-Original Message-
From: Matthew Carpenter [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, July 16, 2002 9:21 AM
To: MS-Exchange Admin Issues
Subject: Re: Mailbox Backup


Either this is another bored troll, or it has been 2 weeks already.

Do NOT do BLBs.


- Original Message - 
From: Tom Meunier [EMAIL PROTECTED]
To: MS-Exchange Admin Issues [EMAIL PROTECTED]
Sent: Tuesday, July 16, 2002 9:12 AM
Subject: RE: Mailbox Backup


http://mail.tekscan.com/nomailboxes.htm
http://www.swinc.com/resource/exch_faq_appxb.htm  (seems to be down, see
mirror at http://www.exchangefaq.org/mailbox/0009.php3)

http://www.microsoft.com/exchange/downloads/55/sp4.asp


-Original Message-
From: Garry Whitson [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, July 16, 2002 8:58 AM
To: MS-Exchange Admin Issues
Subject: Mailbox Backup


I am looking for a backup where I can restore individual mailboxes, We
are running Exchange 5.5 SP3

Thanks
Garry Whitson
Microcomputer Support Specialist
Lincoln Land Community College
[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



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: Exchange 5.5 server HACKED!

2002-07-16 Thread Tom Meunier

This is a FAQ, and I'm afraid to post the link for fear that Matthew
will flame me, and then say How about [repost of the FAQ link that I
had just posted]?.

I'll look at your logs, since that's NOT a FAQ.  

 -Original Message-
 From: Dan Schwartz [mailto:[EMAIL PROTECTED]] 
 Sent: Tuesday, July 16, 2002 09:55 AM
 To: MS-Exchange Admin Issues
 Subject: RE: Exchange 5.5 server HACKED!
 
 
 
   OK, does anyone have a list of the ports Exchange 5.5 
 uses, besides 25  110?
 
   Also, if anyone wants to look at the Event Logs, simply 
 click on: 
 http://www.rogue-admins.com/dansworld/Exchange_Attack_App_Eve
 ntlog.zip
 [This is a new link  new file from the one previously posted by me.]
 
   Cheers!
   Dan
 
 There are two major products that come out of Berkeley: LSD and UNIX.
   We don't believe this to be a coincidence. (Jeremy S. Anderson)
 
 -Original Message-
 From: Ely, Don [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, July 16, 2002 9:36 AM
 Subject: RE: Exchange 5.5 server HACKED!
 
 
 U...  Telneting to the server alone does NOT mean the 
 server is an 
 open relay...  I can telnet port 25 to any server in the world, that 
 doesn't mean I can relay mail...
 
 -Original Message-
 From: Joe Irvine [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, July 16, 2002 9:38 AM
 Subject: RE: Exchange 5.5 server HACKED!
 
 
 Actually, no.. if you can telnet to the mail server you can 
 relay. No 
 hacking needed. This is by the very nature of exchange. I would 
 recommend looking at not allowing characters like %$! Through your 
 firewall. Here's a link to check to see if you have an open relay..
 
 http://www.abuse.net/relay.html
 
 
 
 Thanks,
 
 Joe Irvine
  -Original Message-
 From:Dan Schwartz [mailto:[EMAIL PROTECTED]]
 Sent:Tuesday, July 16, 2002 9:30 AM
 To:  MS-Exchange Admin Issues
 Subject: RE: Exchange 5.5 server HACKED!
 Importance:  Low
 
 
  Look at the 4031 error messages, which indicate SOMEONE 
 is trying to 
 relay through the server, and since unauthorized relaying is 
 prohibited 
 that tells me someone has hacked in.
 
 -Original Message-
 From: William Lefkovics [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, July 16, 2002 1:03 AM
 To: MS-Exchange Admin Issues
 Subject: RE: Exchange 5.5 server HACKED!
 
 
 Then it's sorta in production then, yes?
 
 Was there a concern other than the 4318's?
 
 -Original Message-
 From: Dan Schwartz [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 15, 2002 9:55 PM
 Subject: RE: Exchange 5.5 server HACKED!
 
 
 
 Yes, it's connected, and the DNS servers have been 
 pointed at it for
 about a week...
 
 
 ---
 This attachment has been scanned for hostile code:
 Checked by AVG anti-virus system (http://www.grisoft.com).
 Version: 6.0.377 / Virus Database: 211 - Release Date: 7/15/2002
 
 
 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: Exchange 5.5 server HACKED!

2002-07-16 Thread Tom Meunier

Logs look good to me.  I'd turn the logging back down, though, if you're
happy with it.

 -Original Message-
 From: Dan Schwartz [mailto:[EMAIL PROTECTED]] 
 Sent: Tuesday, July 16, 2002 09:55 AM
 To: MS-Exchange Admin Issues
 Subject: RE: Exchange 5.5 server HACKED!
 
 
 
   OK, does anyone have a list of the ports Exchange 5.5 
 uses, besides 25  110?
 
   Also, if anyone wants to look at the Event Logs, simply 
 click on: 
 http://www.rogue-admins.com/dansworld/Exchange_Attack_App_Eve
 ntlog.zip
 [This is a new link  new file from the one previously posted by me.]
 
   Cheers!
   Dan
 
 There are two major products that come out of Berkeley: LSD and UNIX.
   We don't believe this to be a coincidence. (Jeremy S. Anderson)

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




RE: Exchange 5.5 server HACKED!

2002-07-16 Thread Tom Meunier

From your post in the thread entitled Mailbox Backup

[patronizing tone]
Like we all said, this has been covered repeatedly every two weeks or
so. Read the FAQS that everyone has been posting. DIRT is a much better
implementation. Here is one:

[link I had already posted three messages down in the thread.]
http://www.swinc.com/resource/exch_faq_appxb.htm

 -Original Message-
 From: Matthew Carpenter [mailto:[EMAIL PROTECTED]] 
 Sent: Tuesday, July 16, 2002 10:22 AM
 To: MS-Exchange Admin Issues
 Subject: Re: Exchange 5.5 server HACKED!
 
 
 Sorry, I don't get it
 
 - Original Message - 
 From: Tom Meunier [EMAIL PROTECTED]
 To: MS-Exchange Admin Issues 
 [EMAIL PROTECTED]
 Sent: Tuesday, July 16, 2002 10:11 AM
 Subject: RE: Exchange 5.5 server HACKED!
 
 
 This is a FAQ, and I'm afraid to post the link for fear that 
 Matthew will flame me, and then say How about [repost of the 
 FAQ link that I had just posted]?.
 
 I'll look at your logs, since that's NOT a FAQ.  

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




RE: Exchange 5.5 server HACKED!

2002-07-16 Thread Tom Meunier

Why would I do that?  I'd like you to use your knowledge to assist new
users, rather than call them trolls or put in a cryptic message about
it's been two weeks.  I don't care whether you're happy or sad about
it.  I'm new here, and I didn't know that part of the list charter was
to denigrate less-experienced admins rather than answer their question.



 -Original Message-
 From: Matthew Carpenter [mailto:[EMAIL PROTECTED]] 
 Sent: Tuesday, July 16, 2002 10:46 AM
 To: MS-Exchange Admin Issues
 Subject: Re: Exchange 5.5 server HACKED!
 
 
 That is not nice Don.
 
 If he is trying to make me feel badhe failed.
 
 - Original Message - 
 From: Ely, Don [EMAIL PROTECTED]
 To: MS-Exchange Admin Issues 
 [EMAIL PROTECTED]
 Sent: Tuesday, July 16, 2002 10:21 AM
 Subject: RE: Exchange 5.5 server HACKED!
 
 
 Figures!
 
 -Original Message-
 From: Matthew Carpenter [mailto:[EMAIL PROTECTED]] 
 Sent: Tuesday, July 16, 2002 11:22 AM
 To: MS-Exchange Admin Issues
 Subject: Re: Exchange 5.5 server HACKED!
 
 
 Sorry, I don't get it
 
 - Original Message - 
 From: Tom Meunier [EMAIL PROTECTED]
 To: MS-Exchange Admin Issues 
 [EMAIL PROTECTED]
 Sent: Tuesday, July 16, 2002 10:11 AM
 Subject: RE: Exchange 5.5 server HACKED!
 
 
 This is a FAQ, and I'm afraid to post the link for fear that 
 Matthew will flame me, and then say How about [repost of the 
 FAQ link that I had just posted]?.
 
 I'll look at your logs, since that's NOT a FAQ.  
 
  -Original Message-
  From: Dan Schwartz [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, July 16, 2002 09:55 AM
  To: MS-Exchange Admin Issues
  Subject: RE: Exchange 5.5 server HACKED!
  
  
  
  OK, does anyone have a list of the ports Exchange 5.5
  uses, besides 25  110?
  
  Also, if anyone wants to look at the Event Logs, simply
  click on:
  http://www.rogue-admins.com/dansworld/Exchange_Attack_App_Eve
  ntlog.zip
  [This is a new link  new file from the one previously 
 posted by me.]
  
  Cheers!
  Dan
  
  There are two major products that come out of Berkeley: 
 LSD and UNIX.
We don't believe this to be a coincidence. (Jeremy S. Anderson)
  
  -Original Message-
  From: Ely, Don [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, July 16, 2002 9:36 AM
  Subject: RE: Exchange 5.5 server HACKED!
  
  
  U...  Telneting to the server alone does NOT mean the
  server is an
  open relay...  I can telnet port 25 to any server in the 
 world, that 
  doesn't mean I can relay mail...
  
  -Original Message-
  From: Joe Irvine [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, July 16, 2002 9:38 AM
  Subject: RE: Exchange 5.5 server HACKED!
  
  
  Actually, no.. if you can telnet to the mail server you can
  relay. No
  hacking needed. This is by the very nature of exchange. I would 
  recommend looking at not allowing characters like %$! Through your 
  firewall. Here's a link to check to see if you have an open relay..
  
  http://www.abuse.net/relay.html
  
  
  
  Thanks,
  
  Joe Irvine
   -Original Message-
  From: Dan Schwartz [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, July 16, 2002 9:30 AM
  To: MS-Exchange Admin Issues
  Subject: RE: Exchange 5.5 server HACKED!
  Importance: Low
  
  
   Look at the 4031 error messages, which indicate SOMEONE
  is trying to
  relay through the server, and since unauthorized relaying is
  prohibited
  that tells me someone has hacked in.
  
  -Original Message-
  From: William Lefkovics [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, July 16, 2002 1:03 AM
  To: MS-Exchange Admin Issues
  Subject: RE: Exchange 5.5 server HACKED!
  
  
  Then it's sorta in production then, yes?
  
  Was there a concern other than the 4318's?
  
  -Original Message-
  From: Dan Schwartz [mailto:[EMAIL PROTECTED]]
  Sent: Monday, July 15, 2002 9:55 PM
  Subject: RE: Exchange 5.5 server HACKED!
  
  
  
   Yes, it's connected, and the DNS servers have been
  pointed at it for
  about a week...
  
  
  ---
  This attachment has been scanned for hostile code:
  Checked by AVG anti-virus system (http://www.grisoft.com).
  Version: 6.0.377 / Virus Database: 211 - Release Date: 7/15/2002
  
  
  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
 
 

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




RE: Exchange 5.5 server HACKED!

2002-07-16 Thread Tom Meunier

I'd imagine it's for the same reason I had to make a gateway rule that
routes messages with the text [LIST ADMIN] Do Not Reply to /dev/null.

 -Original Message-
 From: Matthew Carpenter [mailto:[EMAIL PROTECTED]] 
 Sent: Tuesday, July 16, 2002 11:07 AM
 To: MS-Exchange Admin Issues
 Subject: Re: Exchange 5.5 server HACKED!
 
 
 Whatever Don. I am not really sure why we are even having 
 this conversation. I guess it is because the list is slow, eh?
 
 - Original Message -
 From: Ely, Don [EMAIL PROTECTED]
 To: MS-Exchange Admin Issues 
 [EMAIL PROTECTED]
 Sent: Tuesday, July 16, 2002 10:44 AM
 Subject: RE: Exchange 5.5 server HACKED!
 
 
 Well, while Tom can certainly handle his own, I could 
 certainly make every attempt to make you feel bad.  At 
 the very least, make you feel inadequate.  The choice is 
 yours...  You're just another Precht for me to have a 
 little fun with!  ;o)
 
 -Original Message-
 From: Matthew Carpenter [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, July 16, 2002 11:46 AM
 To: MS-Exchange Admin Issues
 Subject: Re: Exchange 5.5 server HACKED!
 
 
 That is not nice Don.
 
 If he is trying to make me feel badhe failed.
 
 - Original Message -
 From: Ely, Don [EMAIL PROTECTED]
 To: MS-Exchange Admin Issues 
 [EMAIL PROTECTED]
 Sent: Tuesday, July 16, 2002 10:21 AM
 Subject: RE: Exchange 5.5 server HACKED!
 
 
 Figures!
 
 -Original Message-
 From: Matthew Carpenter [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, July 16, 2002 11:22 AM
 To: MS-Exchange Admin Issues
 Subject: Re: Exchange 5.5 server HACKED!
 
 
 Sorry, I don't get it
 
 - Original Message -
 From: Tom Meunier [EMAIL PROTECTED]
 To: MS-Exchange Admin Issues 
 [EMAIL PROTECTED]
 Sent: Tuesday, July 16, 2002 10:11 AM
 Subject: RE: Exchange 5.5 server HACKED!
 
 
 This is a FAQ, and I'm afraid to post the link for fear that 
 Matthew will flame me, and then say How about [repost of the 
 FAQ link that I had just posted]?.
 
 I'll look at your logs, since that's NOT a FAQ.
 
  -Original Message-
  From: Dan Schwartz [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, July 16, 2002 09:55 AM
  To: MS-Exchange Admin Issues
  Subject: RE: Exchange 5.5 server HACKED!
 
 
 
  OK, does anyone have a list of the ports Exchange 5.5
  uses, besides 25  110?
 
  Also, if anyone wants to look at the Event Logs, simply
  click on: 
  http://www.rogue-admins.com/dansworld/Exchange_Attack_App_Eve
  ntlog.zip
  [This is a new link  new file from the one previously 
 posted by me.]
 
  Cheers!
  Dan
 
  There are two major products that come out of Berkeley: 
 LSD and UNIX.
We don't believe this to be a coincidence. (Jeremy S. Anderson)
 
  -Original Message-
  From: Ely, Don [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, July 16, 2002 9:36 AM
  Subject: RE: Exchange 5.5 server HACKED!
  
  
  U...  Telneting to the server alone does NOT mean the
  server is an
  open relay...  I can telnet port 25 to any server in the 
 world, that 
  doesn't mean I can relay mail...
  
  -Original Message-
  From: Joe Irvine [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, July 16, 2002 9:38 AM
  Subject: RE: Exchange 5.5 server HACKED!
  
  
  Actually, no.. if you can telnet to the mail server you can
  relay. No
  hacking needed. This is by the very nature of exchange. I would 
  recommend looking at not allowing characters like %$! Through your 
  firewall. Here's a link to check to see if you have an open relay..
  
  http://www.abuse.net/relay.html
  
  
  
  Thanks,
  
  Joe Irvine
   -Original Message-
  From: Dan Schwartz [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, July 16, 2002 9:30 AM
  To: MS-Exchange Admin Issues
  Subject: RE: Exchange 5.5 server HACKED!
  Importance: Low
  
  
   Look at the 4031 error messages, which indicate SOMEONE
  is trying to
  relay through the server, and since unauthorized relaying is
  prohibited
  that tells me someone has hacked in.
  
  -Original Message-
  From: William Lefkovics [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, July 16, 2002 1:03 AM
  To: MS-Exchange Admin Issues
  Subject: RE: Exchange 5.5 server HACKED!
  
  
  Then it's sorta in production then, yes?
  
  Was there a concern other than the 4318's?
  
  -Original Message-
  From: Dan Schwartz [mailto:[EMAIL PROTECTED]]
  Sent: Monday, July 15, 2002 9:55 PM
  Subject: RE: Exchange 5.5 server HACKED!
  
  
  
   Yes, it's connected, and the DNS servers have been
  pointed at it for
  about a week...
  
 
  ---
  This attachment has been scanned for hostile code:
  Checked by AVG anti-virus system (http://www.grisoft.com).
  Version: 6.0.377 / Virus Database: 211 - Release Date: 7/15/2002
 
 
  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: General list discussion [WAS:RE: Exchange 5.5 server HACKED!]

2002-07-16 Thread Tom Meunier

Merriam-Webster's collegiate dictionary disagrees:

Main Entry: 1 ca·bal  
Pronunciation: k-'bäl, -'bal
Function: noun
Etymology: French cabale cabala, intrigue, cabal, from Medieval Latin cabbala cabala, 
from Late Hebrew qabbAlAh, literally, received (lore)
Date: 1614
: the artifices and intrigues of a group of persons secretly united to bring about an 
:overturn or usurpation especially in public affairs; also : a group engaged in such 
:artifices and intrigues

Main Entry: 2 cabal
Function: intransitive verb
Inflected Form(s): ca·balled; ca·bal·ling
Date: 1680
: to unite in or form a cabal 

 -Original Message-
 From: Erik Sojka [mailto:[EMAIL PROTECTED]] 
 Sent: Tuesday, July 16, 2002 01:01 PM
 To: MS-Exchange Admin Issues
 Subject: RE: General list discussion [WAS:RE: Exchange 5.5 
 server HACKED!]
 
 
 Cabal is a nonsense word, which doesn't exist in any known 
 language, which describes something which doesn't exist.  
 

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




RE: General list discussion [WAS:RE: Exchange 5.5 server HACKED!]

2002-07-16 Thread Tom Meunier

The first being an urban legend, I prefer the latter.

http://www.snopes.com/language/acronyms/cabal.htm 

 -Original Message-
 From: Jeremiah Watson [mailto:[EMAIL PROTECTED]] 
 Sent: Tuesday, July 16, 2002 12:41 PM
 To: MS-Exchange Admin Issues
 Subject: RE: General list discussion [WAS:RE: Exchange 5.5 
 server HACKED!]
 
 
 
 
 Cabal
 
 (kebal´) , inner group of advisers to Charles II of England. 
 Their initials form the word (which is, however, of older 
 origin)Clifford of Chudleigh, Ashley (Lord Shaftesbury), 
 Buckingham (George Villiers), Arlington (Henry Bennet), and 
 Lauderdale (John Maitland). Although they were never a 
 working ministry, one or more of this group dominated court 
 policy from 1667 through 1673. 
 
 OR if You Prefer
 
  the artifices and intrigues of a group of persons secretly 
 united to bring about an overturn or usurpation especially in 
 public affairs; also : a group engaged in such artifices and intrigues
 
 
 -Original Message-
 From: Paul Green [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, July 16, 2002 1:37 PM
 To: MS-Exchange Admin Issues
 Subject: RE: General list discussion [WAS:RE: Exchange 5.5 
 server HACKED!]
 
 
 is cabal a character in street fighter?!

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




RE: Backup Server

2002-07-15 Thread Tom Meunier

Are you sure?  Didja buy some tires?

It was broken from Austin earlier, now it's up  running.

 -Original Message-
 From: Ely, Don [mailto:[EMAIL PROTECTED]] 
 Sent: Monday, July 15, 2002 09:53 AM
 To: MS-Exchange Admin Issues
 Subject: RE: Backup Server
 
 
 Well, here in NC it works great.  :P
 
 -Original Message-
 From: Jeremiah Watson [mailto:[EMAIL PROTECTED]] 
 Sent: Monday, July 15, 2002 10:56 AM
 To: MS-Exchange Admin Issues
 Subject: RE: Backup Server
 
 
 PA, Near Pittsburgh,
 
 -Original Message-
 From: Brien Mayer [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 15, 2002 10:53 AM
 To: MS-Exchange Admin Issues
 Subject: RE: Backup Server
 
 
 Where are you?
 
 -Original Message-
 From: Jeremiah Watson [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 15, 2002 10:50 AM
 To: MS-Exchange Admin Issues
 Subject: RE: Backup Server
 
 
 Not out here it doesn't.  
 
 -Original Message-
 From: Ely, Don [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 15, 2002 10:30 AM
 To: MS-Exchange Admin Issues
 Subject: RE: Backup Server
 
 
 Works here...  :P
 
 -Original Message-
 From: Martin Blackstone [mailto:[EMAIL PROTECTED]] 
 Sent: Monday, July 15, 2002 10:31 AM
 To: MS-Exchange Admin Issues
 Subject: RE: Backup Server
 
 
 Is that the broken one? http://www.merchantstire.com/
 
 You would still need to purchase another Exchange Server license.

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




RE: Another dumb one.....

2002-07-15 Thread Tom Meunier

OL2002 SR1.  Makes me happy.  The crap is still there if they really
want it, but you don't have to look at it.

http://support.microsoft.com/default.aspx?scid=kb;en-us;Q307594

 -Original Message-
 From: Matthew Carpenter [mailto:[EMAIL PROTECTED]] 
 Sent: Monday, July 15, 2002 10:34 AM
 To: MS-Exchange Admin Issues
 Subject: Re: Another dumb one.
 
 
 Any ideas on this one now? heh
 
 User is complaining about blinding incoming stationery. Can 
 that be suppressed on incoming emails for 97, 98, 2K or 2K2 
 (happy now Neil?)
 

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




RE: Add all Contacts to Messenger Automatically

2002-07-15 Thread Tom Meunier

IM Batman from Gotham.  Pleased to meet you.

 -Original Message-
 From: Siegfried Weber [mailto:[EMAIL PROTECTED]] 
 Sent: Monday, July 15, 2002 03:50 PM
 To: MS-Exchange Admin Issues
 Subject: RE: Add all Contacts to Messenger Automatically
 
 
 IM Superman from the Exchange 2000 Resource Kit. Not a 
 download, tough. Either on TechNet or buy the kit.
 
 Cheers:Siegfried runat=server /
 
  -Original Message-
  From: Kevin Miller [mailto:[EMAIL PROTECTED]]
  Sent: Monday, July 15, 2002 8:01 PM
  To: MS-Exchange Admin Issues
  Subject: RE: Add all Contacts to Messenger Automatically
  
  I remember the help file talking about a util or script to do this??
 But
  I have been known to be wrong.
  
  --Kevinm KMAP-SR, M, WLKMMAS, UCC+WCA, And Beyond 
  http://www.daughtry.ca/ For Graphics and WebDesign, GO here!
  
  
  -Original Message-
  From: Ren Johnson [mailto:[EMAIL PROTECTED]]
  Sent: Monday, July 15, 2002 10:59 AM
  To: MS-Exchange Admin Issues
  Subject: Add all Contacts to Messenger Automatically
  
  
  I just deployed Exchange Instant Messenger and was 
 wondering if there
 is
  a way to include everyone in the company on the contact list for 
  everyone's messenger client?  Basically what I'm looking 
 for is a new 
  user installing messenger and not having to add each person 
  individually.
  
  I tried to pull the info from the registry and add the key file
 through
  a script, but the key folder name is the user's name and 
 %username% 
  doesn't work for a key.  Can someone help?
  
  I guess the only other way I know of would be to create a VB script 
  which would rewrite the .reg file for each person as they 
 are logging
 on
  pulling the user's name through %username% (by batch script) and
 adding
  it to the new .reg file in the appropriate place.  Anyone 
 got a better 
  idea, please let me know.
  
  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: OWA Access

2002-07-15 Thread Tom Meunier

1.  Try logging in as domain\username.
2.  It's normal.  The www service starts before the Exchange IS does.
Restart the w3svc service if it bothers you, but it's normal.
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q259373

-Original Message-
From: M2web [mailto:[EMAIL PROTECTED]] 
Sent: Monday, July 15, 2002 7:43 PM
To: MS-Exchange Admin Issues
Subject: OWA Access


I have installed and configured an E2K server (thanks to William on
answering a previous question), I have also configured Messenger and
works fine (configured for Exchange connection only, thanks to
Siegfried). However when I go to http://E2K servername (or IP)/exchange,
I get an authentication POP up window (same as OWA on 5.5) but when I
enter the username and password of a user who's mailbox is located on
the E2K server I get an error indicating that I do not have the right
permission. The E2K server is Enterprise version configured as Backend
server (this is the only E2K server). When I look at IIS under the
Default Web Site, I see a red stop sign on the with ERROR written on
it for Public, Exchange and Exchadmin. Could anyone tell me what I have
done wrong?


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: Help....Password requested after migration to new domain

2002-07-14 Thread Tom Meunier

Go ahead  check your binding order if you like.  After making sure DNS
is okay (just use PING my machine name, and by fully qualified machine
name) then go back to looking at WINS  LMHOSTS too.  That stuff gets
cached.  So if your old PDC is still cached on the WINS server, or if
your clients have the old one cached, you may want to clear  reregister
the servers' WINS database records by typing nbtstat -RR at a command
prompt (case sensitive) and then going around to your workstations and
dumping their local cache with nbtstat -R (again case sensitive)

Probably not, though.

-Original Message-
From: Herchenbach, Jim [mailto:[EMAIL PROTECTED]] 
Sent: Sunday, July 14, 2002 12:26 PM
To: MS-Exchange Admin Issues
Subject: RE: HelpPassword requested after migration to new domain


so i got the win98 machines working (outlook) but now it appears my
outlook is starting slowly.  I have tried using wins, but it didn't seem
to make any difference.  should i check my binding order?

-Original Message-
From: Herchenbach, Jim 
Sent: Saturday, July 13, 2002 8:09 PM
To: MS-Exchange Admin Issues
Subject: RE: HelpPassword requested after migration to new domain


thanks guys...blowing away the old profile and creating a new one
worked.

-Original Message-
From: Tom Meunier [mailto:[EMAIL PROTECTED]]
Sent: Saturday, July 13, 2002 7:33 PM
To: MS-Exchange Admin Issues
Subject: RE: HelpPassword requested after migration to new domain


And don't forget that your downlevel clients require either WINS or an
LMHOSTS file to locate your PDC emulator role holder.  Until and unless
that is in place, it ain't gonna work.

As much as I hate WINS, I think it will be with me for another few
years, even after I get those last couple hundred Win9x boxes over to
Win2k/XP/whatever.

-Original Message-
From: Dennis Atherton [mailto:[EMAIL PROTECTED]] 
Sent: Saturday, July 13, 2002 7:27 PM
To: MS-Exchange Admin Issues
Subject: RE: HelpPassword requested after migration to new domain


Blow away and recreate the user.s *.pwl file. If they are mapping any
drives, the passwords don't really sync properly. WIN98 cannot really
join a domain, and the passwords are stored locally in this file, named
?.pwl for each user - I. E. joed.pwl, fred.pwl, etc..

-Original Message-
From: Herchenbach, Jim [mailto:[EMAIL PROTECTED]]
Sent: Saturday, July 13, 2002 2:48 PM
To: MS-Exchange Admin Issues
Subject: HelpPassword requested after migration to new domain


I'm migrating to a new domainwin2k with e2kand all is well with
win2k pro machines, but on win98 machines I keep getting a password
prompt in outlook (2k).  And no matter what i type in the dialog box
(which ask for username; password and domain), it states that creditials
are not correct. I have the nt authentication to be used as far as
outlook is concerned.
 
any idea apprectiatedi have to be up and running by monday 8:00 am

-Original Message-
From: Michael Reid [mailto:[EMAIL PROTECTED]]
Sent: Saturday, July 13, 2002 1:03 PM
To: MS-Exchange Admin Issues
Subject: RE: SATELLITE DSL WITH EXCHANGE SMTP?



What about the upload speed. If you are running an exchange server on
the site, and you are sending the data out over satellite, you are going
to have a 60KB upload rate or something like that aren't you? That is
what stopped us from setting up an exchange server on a remote site.

 

Michael

 

-Original Message-
From: Brian Politis [mailto:[EMAIL PROTECTED]] 
Sent: July 13, 2002 2:11 AM
To: MS-Exchange Admin Issues
Subject: RE: SATELLITE DSL WITH EXCHANGE SMTP?

 

70ms latency is excellent.  In fact it's so good, I don't belive there's
any way satellite can provide this kind of latency. I've used several
satellite rigs, and none come in under 500ms latency.  Either their
smoking crack, or 70 ms is some BS their makreting department came up
with that refers to internal latencies on their wired network, and
doesn't represent what customer's see over their true satellite links.
You can't pump data into near earch orbit, and back that fast; the
distances are far enough that the speed of an electron becomes an issue.

 

That being said, most web protocols SMTP, FTP, HTTP, etc.  were initial
designed for slow dial up networks with high latency.  And will run fine
over the 500+ ms latencies of a satellite network.  Issues would arise
with other protols such as Citrix ICA, MS RDP or SNA.  If your users
want to just browse the web, and POP mail they should be fine.

-Original Message-
From: Michael [mailto:[EMAIL PROTECTED]] 
Sent: Friday, July 12, 2002 11:51 AM
To: MS-Exchange Admin Issues
Subject: RE: SATELLITE DSL WITH EXCHANGE SMTP?

Thanks.  Yes, we were talking about high speed connection.  The issue
of latency seems to be acceptable at certain levels... One such
measurement, 70ms, comes from a company called www.SkyPipeline.com
http://www.skypipeline.com/ .  If latency is an *ENEMY* to good line

RE: Help....Password requested after migration to new domain

2002-07-13 Thread Tom Meunier

And don't forget that your downlevel clients require either WINS or an
LMHOSTS file to locate your PDC emulator role holder.  Until and unless
that is in place, it ain't gonna work.

As much as I hate WINS, I think it will be with me for another few
years, even after I get those last couple hundred Win9x boxes over to
Win2k/XP/whatever.

-Original Message-
From: Dennis Atherton [mailto:[EMAIL PROTECTED]] 
Sent: Saturday, July 13, 2002 7:27 PM
To: MS-Exchange Admin Issues
Subject: RE: HelpPassword requested after migration to new domain


Blow away and recreate the user.s *.pwl file. If they are mapping any
drives, the passwords don't really sync properly. WIN98 cannot really
join a domain, and the passwords are stored locally in this file, named
?.pwl for each user - I. E. joed.pwl, fred.pwl, etc..

-Original Message-
From: Herchenbach, Jim [mailto:[EMAIL PROTECTED]]
Sent: Saturday, July 13, 2002 2:48 PM
To: MS-Exchange Admin Issues
Subject: HelpPassword requested after migration to new domain


I'm migrating to a new domainwin2k with e2kand all is well with
win2k pro machines, but on win98 machines I keep getting a password
prompt in outlook (2k).  And no matter what i type in the dialog box
(which ask for username; password and domain), it states that creditials
are not correct. I have the nt authentication to be used as far as
outlook is concerned.
 
any idea apprectiatedi have to be up and running by monday 8:00 am

-Original Message-
From: Michael Reid [mailto:[EMAIL PROTECTED]]
Sent: Saturday, July 13, 2002 1:03 PM
To: MS-Exchange Admin Issues
Subject: RE: SATELLITE DSL WITH EXCHANGE SMTP?



What about the upload speed. If you are running an exchange server on
the site, and you are sending the data out over satellite, you are going
to have a 60KB upload rate or something like that aren't you? That is
what stopped us from setting up an exchange server on a remote site.

 

Michael

 

-Original Message-
From: Brian Politis [mailto:[EMAIL PROTECTED]] 
Sent: July 13, 2002 2:11 AM
To: MS-Exchange Admin Issues
Subject: RE: SATELLITE DSL WITH EXCHANGE SMTP?

 

70ms latency is excellent.  In fact it's so good, I don't belive there's
any way satellite can provide this kind of latency. I've used several
satellite rigs, and none come in under 500ms latency.  Either their
smoking crack, or 70 ms is some BS their makreting department came up
with that refers to internal latencies on their wired network, and
doesn't represent what customer's see over their true satellite links.
You can't pump data into near earch orbit, and back that fast; the
distances are far enough that the speed of an electron becomes an issue.

 

That being said, most web protocols SMTP, FTP, HTTP, etc.  were initial
designed for slow dial up networks with high latency.  And will run fine
over the 500+ ms latencies of a satellite network.  Issues would arise
with other protols such as Citrix ICA, MS RDP or SNA.  If your users
want to just browse the web, and POP mail they should be fine.

-Original Message-
From: Michael [mailto:[EMAIL PROTECTED]] 
Sent: Friday, July 12, 2002 11:51 AM
To: MS-Exchange Admin Issues
Subject: RE: SATELLITE DSL WITH EXCHANGE SMTP?

Thanks.  Yes, we were talking about high speed connection.  The issue
of latency seems to be acceptable at certain levels... One such
measurement, 70ms, comes from a company called www.SkyPipeline.com
http://www.skypipeline.com/ .  If latency is an *ENEMY* to good line
speed what will it mean to have 70ms using interactive applications
specifically remote access software?

 

...guaranteed to have an average round trip packet transit time within
SkyPipeline's Broadband Wireless Network over a calendar month of 70ms
or less. The average network latency is measured as the average of
15-minute samples taken throughout the month

 

-Original Message-
From: Benjamin Zachary [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, July 11, 2002 9:31 PM
To: MS-Exchange Admin Issues
Subject: RE: SATELLITE DSL WITH EXCHANGE SMTP?

 

As long as you get static ip it should be okay. Others may complain
about the terminology you are using, since DSL is a connection method
and so is satellite so I'm presuming you are talking about satellite for
high speed connectivity. There will be latency but it shouldn't matter
too much

-Original Message-
From: Michael [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, July 11, 2002 6:33 PM
To: MS-Exchange Admin Issues
Subject: SATELLITE DSL WITH EXCHANGE SMTP?

We are in Ventura County, CA and just found out from the ISP that slots
on the D-SLAM may not be available for our IDSL connection.  How well
does satellite DSL weigh in with SMTP mail on an Exchange Server
environment? Thanks. Michael 

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:

RE: OWA logon

2002-07-11 Thread Tom Meunier

...in which case, the two solutions are 
1.  Log in as domain\username\alias
2.  Log in with the primary smtp address.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, July 11, 2002 12:35 PM
 To: MS-Exchange Admin Issues
 Subject: RE: OWA logon
 
 
 What I've noticed is that the alias is not the same as the 
 domain username.
 
 Pat Smith
 MCP, CCNA, CCA
 Systems Administrator
 FishNet Security
 816.421.6611
 
  -Original Message-
 From: Bill Beckett [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, July 11, 2002 12:28 PM
 To:   MS-Exchange Admin Issues
 Subject:  RE: OWA logon
 
 That could be it, thanks
 
 
   -Original Message-
   From:   Garland Mac Neill [SMTP:[EMAIL PROTECTED]]
   Sent:   Thursday, July 11, 2002 1:29 PM
   To: MS-Exchange Admin Issues
   Subject:RE: OWA logon
 
   When I noticed this on our system, it was because the 
 default email address
   or reply to address(which appreantly OWA uses to retrieve the
 mailbox) was
   not the same as the username. 
 
   Garland
 
   -Original Message-
   From: Bill Beckett [mailto:[EMAIL PROTECTED]] 
   Sent: Thursday, July 11, 2002 11:22 AM
   To: MS-Exchange Admin Issues
   Subject: OWA logon
 
   Can someone explain what the problem is here:
 
   Exchange 5.5, IIS4, OWA installed. A user is trying to 
 access their mailbox
   from the web. After logging in, they get a page that 
 says OWA was unable to
   get to your inbox. To try and login again, click here. 
 When I click, it
   takes them back to the main page, then if I enter the 
 users mailbox name
   (not user name), it allows them in. Why am I getting 
 the error in the
   beginning?
 
 
   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: OWA logon

2002-07-11 Thread Tom Meunier

Well, if you're gonna be all difficult and insist on THREE solutions,
yeah...  :)

 -Original Message-
 From: Bill Beckett [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, July 11, 2002 12:38 PM
 To: MS-Exchange Admin Issues
 Subject: RE: OWA logon
 
 
 Or change the alias to match username?
 
   -Original Message-
   From:   Tom Meunier [SMTP:[EMAIL PROTECTED]]
   Sent:   Thursday, July 11, 2002 1:38 PM
   To: MS-Exchange Admin Issues
   Subject:RE: OWA logon
 
   ...in which case, the two solutions are 
   1.  Log in as domain\username\alias
   2.  Log in with the primary smtp address.
 
-Original Message-
From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, July 11, 2002 12:35 PM
To: MS-Exchange Admin Issues
Subject: RE: OWA logon


What I've noticed is that the alias is not the same as the 
domain username.

Pat Smith
MCP, CCNA, CCA
Systems Administrator
FishNet Security
816.421.6611

 -Original Message-
From: Bill Beckett [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, July 11, 2002 12:28 PM
To:   MS-Exchange Admin Issues
Subject:  RE: OWA logon

That could be it, thanks


  -Original Message-
  From:   Garland Mac Neill [SMTP:[EMAIL PROTECTED]]
  Sent:   Thursday, July 11, 2002 1:29 PM
  To: MS-Exchange Admin Issues
  Subject:RE: OWA logon

  When I noticed this on our system, it was because the 
default email address
  or reply to address(which appreantly OWA uses 
 to retrieve
 the
mailbox) was
  not the same as the username. 

  Garland

  -Original Message-
  From: Bill Beckett [mailto:[EMAIL PROTECTED]] 
  Sent: Thursday, July 11, 2002 11:22 AM
  To: MS-Exchange Admin Issues
  Subject: OWA logon

  Can someone explain what the problem is here:

  Exchange 5.5, IIS4, OWA installed. A user is trying to 
access their mailbox
  from the web. After logging in, they get a page that 
says OWA was unable to
  get to your inbox. To try and login again, click here. 
When I click, it
  takes them back to the main page, then if I enter the 
users mailbox name
  (not user name), it allows them in. Why am I getting 
the error in the
  beginning?


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