new distribution groups - requiresenderauthentication - 2k7

2009-01-27 Thread Greg Mulholland
Anyone know of a way to tell exchange to not mark new dg's as needing 
authentication and use that as the default.

I know i can use powershell to create new dg's using 'false' and even reset all 
groups later, but i'd still like to know.

Ta

Greg

~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

RE: Committing transaction logs

2008-04-29 Thread Greg Mulholland
Love your work!



Greg


From: Michael B. Smith [mailto:[EMAIL PROTECTED]
Sent: Monday, April 28, 2008 11:38 AM
To: MS-Exchange Admin Issues
Subject: RE: Committing transaction logs

In case anyone is interested, I expanded on this explanation a little bit, and 
added a discussion of checkpoint exhaustion, which I recommend you should be 
monitoring for on your Exchange server.



Regards,

Michael B. Smith
MCSE/Exchange MVP
http://TheEssentialExchange.com

From: Bob Peitzke [mailto:[EMAIL PROTECTED]
Sent: Friday, April 25, 2008 9:02 PM
To: MS-Exchange Admin Issues
Subject: RE: Committing transaction logs

The specific case that got me thinking about this is a remote office E2K server 
with rather low disk space, on which the logs were accumulating in the mdbdata 
directory. The backup job had hung waiting for a tape the local person had not 
loaded, and there were an extra gig or so of log files.  I just checked it 
again, and now it's back to normal level of free space and only a few log 
files.  I didn't see any events in the applog other than an ESE 215 error that 
showed when I canceled the backup job, and the usual ESE 7xx events re. online 
defrags.  Maybe I could turn up some logging to get more insight into tran log 
commitments?

Thanks for this excellent explanation - I'm saving it.

Have a nice weekend.

-  Bob


From: Michael B. Smith [mailto:[EMAIL PROTECTED]
Sent: Friday, April 25, 2008 5:18 PM
To: MS-Exchange Admin Issues
Subject: RE: Committing transaction logs
A concise explanation? Hrmmm.

Well, first, doing a backup does NOT force logs to be committed. It means that 
the backup process waits until a checkpoint occurs, flushes the current 
transaction log, and during the backup additional checkpoints are not allowed 
to occur (that is, nothing is allowed to be flushed to the ESE database until 
after the backup is complete – leading to an increasing checkpoint depth, and 
in extreme situations, checkpoint exhaustion – but that is another discussion 
altogether). The ESE buffers are not flushed.

So…data is written, in a serialized fashion, to the in-memory ESE cache and to 
the log buffers, as updates occur in an Exchange database. Logs are written to 
disk as logs fill up, or as checkpoints occur. (This may mean that a log can 
have nothing but a checkpoint record in it – but that is not the normal case.) 
In the ESE buffers, I/O is accumulated and prioritized by a process known as 
the “lazy writer”. The lazy writer scans the ESE buffers for dirty (modified) 
pages and builds an optimized list to flush those to disk. As that list is 
flushed to disk, the pages are marked as “clean”, and the checkpoint is marked 
as having advanced (on a transaction by transaction basis, not a log by log 
basis). Whenever the transaction in a log are fully advanced, then the 
checkpoint file and the database header are updated.

During a backup, the lazy writer is paused.

The ONLY time you are assured that logs are fully committed is during clean 
shutdown, or after running soft recovery.

So…what is the problem you are trying to address or question you are trying to 
answer? I might be of more help if I know that.

Regards,

Michael B. Smith
MCSE/Exchange MVP
http://TheEssentialExchange.com

From: Bob Peitzke [mailto:[EMAIL PROTECTED]
Sent: Friday, April 25, 2008 6:24 PM
To: MS-Exchange Admin Issues
Subject: Committing transaction logs

I'm looking for a concise explanation of when/how the transaction logs are 
committed.  Specifically, is there another way to force logs to be committed 
other than the backup or stopping the IS?   (E2K3)

TIA


Bob Peitzke













~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

Removing accepted domains

2008-05-07 Thread Greg Mulholland

We need to remove an accepted domain and there a some users who have this 
domain in the secondary email addresses. I am looking for the right command to 
display me a list of these people, generally will only be US users. And 
secondly to remove the [EMAIL PROTECTED] from their 
proxy addresses. So far not having much luck.

Any more info?

G

~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

RE: Removing accepted domains

2008-05-07 Thread Greg Mulholland
Hoping you'd pipe in :)

I did a proxyaddress search in AD and there are 4 contacts and maybe 80-100 
groups. No user mailboxes actually have this proxyaddress.

Thanks

Greg

From: Michael B. Smith [mailto:[EMAIL PROTECTED]
Sent: Thursday, 8 May 2008 11:55 AM
To: MS-Exchange Admin Issues
Subject: RE: Removing accepted domains

Get-mailbox with a match filter will give you the list. You'll have to get a 
little fancier to remove them. You'll need to create a serialized 
object...hmmm. Strike that. How many are there? About? It may not be worth 
scripting the removal. There are some corner cases that can make that tougher 
than you might think.

Create a filter in EMC and manually fix'em. :)

Regards,

Michael B. Smith
MCSE/Exchange MVP
http://TheEssentialExchange.com

From: Greg Mulholland [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 07, 2008 9:39 PM
To: MS-Exchange Admin Issues
Subject: Removing accepted domains


We need to remove an accepted domain and there a some users who have this 
domain in the secondary email addresses. I am looking for the right command to 
display me a list of these people, generally will only be US users. And 
secondly to remove the [EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]> from their 
proxy addresses. So far not having much luck.

Any more info?

G







~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

RE: Removing accepted domains

2008-05-07 Thread Greg Mulholland
Correction 596 items :)

We have a mixed mode exchange org so it might be easier to attempt this using 
vbscript on exchange 2003? Is what you're saying?! :)


From: Greg Mulholland [mailto:[EMAIL PROTECTED]
Sent: Thursday, 8 May 2008 12:07 PM
To: MS-Exchange Admin Issues
Subject: RE: Removing accepted domains

Hoping you'd pipe in :)

I did a proxyaddress search in AD and there are 4 contacts and maybe 80-100 
groups. No user mailboxes actually have this proxyaddress.

Thanks

Greg

From: Michael B. Smith [mailto:[EMAIL PROTECTED]
Sent: Thursday, 8 May 2008 11:55 AM
To: MS-Exchange Admin Issues
Subject: RE: Removing accepted domains

Get-mailbox with a match filter will give you the list. You'll have to get a 
little fancier to remove them. You'll need to create a serialized 
object...hmmm. Strike that. How many are there? About? It may not be worth 
scripting the removal. There are some corner cases that can make that tougher 
than you might think.

Create a filter in EMC and manually fix'em. :)

Regards,

Michael B. Smith
MCSE/Exchange MVP
http://TheEssentialExchange.com

From: Greg Mulholland [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 07, 2008 9:39 PM
To: MS-Exchange Admin Issues
Subject: Removing accepted domains


We need to remove an accepted domain and there a some users who have this 
domain in the secondary email addresses. I am looking for the right command to 
display me a list of these people, generally will only be US users. And 
secondly to remove the [EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]> from their 
proxy addresses. So far not having much luck.

Any more info?

G










~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

RE: Removing accepted domains

2008-05-07 Thread Greg Mulholland
I started thinking that way too

From: Michael B. Smith [mailto:[EMAIL PROTECTED]
Sent: Thursday, 8 May 2008 12:20 PM
To: MS-Exchange Admin Issues
Subject: RE: Removing accepted domains

Actually, I'm thinking I'd do it with dsquery/dsmod or adfind/admod. Probably 
admod. It handles changes of multivalued attributes more easily.

You don't need to involve Exchange at all. This is an A/D change.

Regards,

Michael B. Smith
MCSE/Exchange MVP
http://TheEssentialExchange.com

From: Greg Mulholland [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 07, 2008 10:13 PM
To: MS-Exchange Admin Issues
Subject: RE: Removing accepted domains

Correction 596 items :)

We have a mixed mode exchange org so it might be easier to attempt this using 
vbscript on exchange 2003? Is what you're saying?! :)


From: Greg Mulholland [mailto:[EMAIL PROTECTED]
Sent: Thursday, 8 May 2008 12:07 PM
To: MS-Exchange Admin Issues
Subject: RE: Removing accepted domains

Hoping you'd pipe in :)

I did a proxyaddress search in AD and there are 4 contacts and maybe 80-100 
groups. No user mailboxes actually have this proxyaddress.

Thanks

Greg

From: Michael B. Smith [mailto:[EMAIL PROTECTED]
Sent: Thursday, 8 May 2008 11:55 AM
To: MS-Exchange Admin Issues
Subject: RE: Removing accepted domains

Get-mailbox with a match filter will give you the list. You'll have to get a 
little fancier to remove them. You'll need to create a serialized 
object...hmmm. Strike that. How many are there? About? It may not be worth 
scripting the removal. There are some corner cases that can make that tougher 
than you might think.

Create a filter in EMC and manually fix'em. :)

Regards,

Michael B. Smith
MCSE/Exchange MVP
http://TheEssentialExchange.com

From: Greg Mulholland [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 07, 2008 9:39 PM
To: MS-Exchange Admin Issues
Subject: Removing accepted domains


We need to remove an accepted domain and there a some users who have this 
domain in the secondary email addresses. I am looking for the right command to 
display me a list of these people, generally will only be US users. And 
secondly to remove the [EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]> from their 
proxy addresses. So far not having much luck.

Any more info?

G
















~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

RE: Associate an external account in Exchange 2k3-reposted

2008-05-13 Thread Greg Mulholland
You do this in the Exchange Advanced/Mailbox Rights part of ADUC

From: HELP_PC [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 14 May 2008 3:50 PM
To: MS-Exchange Admin Issues
Subject: Associate an external account in Exchange 2k3-reposted



As per MS KB 27 I understand that I must disable the current one but is not 
clear if  assigning permissions  is doable from the GUI (mailbox rights) or I 
must go to command line or programming ! I simply have to associate the mailbox 
 and the old email address to another user in  a trusted domain

TIA


GuidoElia
HELPPC












~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

Exchange 2007 message tracking

2008-05-28 Thread Greg Mulholland
Is there any tool which will actually integrate with exchange 2007 message 
tracking. After being able to find a message in the logs i would like to be 
able to open it and read it. MBS had an xml script for 2k3 but i am not aware 
that it was updated for 2007.

If anyone has anything I'd be interested to check it out.

Greg



~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

RE: Restricted GAL

2008-06-09 Thread Greg Mulholland
If i understand the question you need to create an address list with all the 
local users in it. The users will see the GAL by default so you have two 
options. Teach them to select that list in the address book or use adsi edit to 
assign an address list to your users.

Greg

From: HELP_PC [mailto:[EMAIL PROTECTED]
Sent: Monday, 9 June 2008 2:15 PM
To: MS-Exchange Admin Issues
Subject: Restricted GAL



I migrate a customer to a WAN corporate domain (and Exchange)
When the want to send a message they see as GAL all the corporate but they want 
just their internal users.
What have I ask to the corporate exchange manager for .

TIA


GuidoElia
HELPPC




~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

RE: Restricted GAL

2008-06-10 Thread Greg Mulholland
Maybe the new article is different but i seem to remember modifying some DN 
with adsiedit. Either way, it's still a PITA to do and maintain so id agree 
with the other sentiments.

From: Michael B. Smith [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 11 June 2008 7:54 AM
To: MS-Exchange Admin Issues
Subject: RE: Restricted GAL

There is no need to use adsiedit to solve this problem.

Regards,

Michael B. Smith
MCSE/Exchange MVP
http://TheEssentialExchange.com

From: Greg Mulholland [mailto:[EMAIL PROTECTED]
Sent: Monday, June 09, 2008 7:00 PM
To: MS-Exchange Admin Issues
Subject: RE: Restricted GAL

If i understand the question you need to create an address list with all the 
local users in it. The users will see the GAL by default so you have two 
options. Teach them to select that list in the address book or use adsi edit to 
assign an address list to your users.

Greg

From: HELP_PC [mailto:[EMAIL PROTECTED]
Sent: Monday, 9 June 2008 2:15 PM
To: MS-Exchange Admin Issues
Subject: Restricted GAL



I migrate a customer to a WAN corporate domain (and Exchange)
When the want to send a message they see as GAL all the corporate but they want 
just their internal users.
What have I ask to the corporate exchange manager for .

TIA


GuidoElia
HELPPC










~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

sp1 in child domain

2008-07-07 Thread Greg Mulholland
We have a placeholder domain at the root of our forest. There are two dc's one 
in AU and one in US. The AU one being the schema master.

We want to install exchange 2007 sp1 into our child domain which spans many 
countries. Currently the RID and PDC roles are a win2k sp4 box. The 
infrastructure master is a wind2k3 sp2 server and the domain function level is 
windows 2000 native.

Currently AU hosts the only 2k7 server in the org. It works fine however we do 
get 'The domain controller dc#.domain.com is running Windows 5.0 (2195) 
(Unknown Service Pack). Exchange Active Directory Provider requires that domain 
controllers are running Windows Server 2003 Service Pack 1 or later versions of 
Windows' warnings.

I have used vmware to test installation of sp1 on our 2 exchange 2007 servers 
with the 2 AU child dcs and the au root dc after some jigging with the schema 
extensions in the root domain with the 32bit sp21. This process worked however 
it is an isolated test as it doesn't talk to the rest of our dc's on the wan 
being a test network.

I guess the thing im trying to figure now is whether we will have more issues 
after sp1 is applied with windows 2000 dc's still hanging around and if it is 
better to upgrade them to win2k3 sp2 first. There are 8 win2k dcs out of 15.

Anyone had any experience in a similar environment to this or could offer any 
input, i'd be listening.

Thanks

Greg

~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

RE: Ok it's starting BB to iPone

2008-07-15 Thread Greg Mulholland
you guys excel yourselves!


From: Jonathan Link [EMAIL PROTECTED]
Sent: Wednesday, 16 July 2008 8:38 AM
To: MS-Exchange Admin Issues
Subject: Re: Ok it's starting BB to iPone

In the System Center?

On Tue, Jul 15, 2008 at 4:15 PM, Barsodi.John <[EMAIL PROTECTED]> wrote:
Only after you get your Groove on.

- John Barsodi

-Original Message-
From: Miller Bonnie L. [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 15, 2008 1:14 PM
To: MS-Exchange Admin Issues
Subject: RE: Ok it's starting BB to iPone

Word

-Original Message-
From: Matt Lathrum [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 15, 2008 1:09 PM
To: MS-Exchange Admin Issues
Subject: RE: Ok it's starting BB to iPone


Yeah, they have a great Outlook on life.


-Original Message-
From: wjh [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 15, 2008 1:01 PM
To: MS-Exchange Admin Issues
Subject: Re: Ok it's starting BB to iPone

I really love these Exchanges in the group.

[EMAIL PROTECTED] wrote:
>
> I bet there is a nice Vista from that height.
>
>

>
> *From:* Doige, Clayton [mailto:[EMAIL PROTECTED]]
> *Sent:* Tuesday, July 15, 2008 9:32 AM
> *To:* MS-Exchange Admin Issues
> *Subject:* RE: Ok it's starting BB to iPone
>
> I noticed from your auto sig that you are on the 12^th floor of your
> building. Do the Windows open far enough to fit an iPhone through?
>
> *Clayton Doige*
>
> IT Project Manager
>
> *C**M**E** Development Corporation*
>
> T: 020 7430 5355
>
> M: 07949 255062
>
> E:[EMAIL PROTECTED]  PROTECTED]>
>
> W:www.cetv-net.com 
>
> *From:* Dennis Rogov [mailto:[EMAIL PROTECTED]]
> *Sent:* 15 July 2008 17:29
> *To:* MS-Exchange Admin Issues
> *Subject:* RE: Ok it's starting BB to iPone
>
> I just received an IP phone from the IT director requesting that I
> setup email on it. Based on the documentation it looks like a simple
> job yah right I have been fumbling with the device for about 2 hours
> now. On my firewall I have port 443 open as we allow Outlook Web
> Access I also enabled IMAP not sure what else to do. I have a feeling
> it has something to do with SSL encryption.
>
> Any assistance would be great
>
> Dr
>


~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

This message is private and confidential. If you have received it in
error, please notify the sender and remove it from your system.

~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~




~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

RE: Ok it's starting BB to iPhone

2008-07-17 Thread Greg Mulholland
Are there any issue with exchange sp1 and windows 2000 native mode. Our domain 
is worldwide and still has some old win2k dc's. In this site we have 2k3dc's 
and are running 2 exchange 2007 boxes in this setup, but i'd like to know if 
ive missed anything in upgrading to sp1.

Thanks

Greg

~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~


RE: Opening shared calendar with OWA (lite) (ex2007)

2008-07-31 Thread Greg Mulholland
does this work?

https:// Outlook Web Access URL /owa/ SMTP address of the other mailbox /?
cmd=contents&module=calendar


From: Ehren Benson [EMAIL PROTECTED]
Sent: Friday, 1 August 2008 2:19 AM
To: MS-Exchange Admin Issues
Subject: Opening shared calendar with OWA (lite) (ex2007)

Hi!

I am trying to get a user to be able to view shared calendars (mac user) 
through OWA (lite) (exchange 2007).  But I can not seem to be able to figure 
out how one would connect to another users shared calendar from owa.  The ways 
I knew in exchange 2003 don’t seem to work.

I’m sure its simple and just something I am missing.

Thanks!

Ehren J. Benson, MCSE
Windows Systems Administrator
Department of Physics and Astronomy
Michigan State University
1209 A Biomed Phys Sci

[EMAIL PROTECTED]
517-884-5469





~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

RE: Exchange 2007 Certificates

2008-09-22 Thread Greg Mulholland
Generate a new one with new-exchangecertificate.


From: Matthew Bullock [EMAIL PROTECTED]
Sent: Saturday, 20 September 2008 3:06 PM
To: MS-Exchange Admin Issues
Subject: RE: Exchange 2007 Certificates

Did you enable the new cert?

Enable-exchangecertificate –thumbprint  -services none
Enable-exchangecertificate –thumbprint  -services “iis, smtp, pop, 
imap”

Matt

From: McCready, Rob [mailto:[EMAIL PROTECTED]
Sent: Friday, September 19, 2008 9:25 AM
To: MS-Exchange Admin Issues
Subject: Exchange 2007 Certificates

It looks like our default certificate expired on our Hub Transport Server.  
Using this article…

http://technet.microsoft.com/en-us/library/bb851554(EXCHG.80).aspx

I tried to clone our current certificate to get another years worth of 
subscription.

However, when I check the Trusted Root Certification Authorities\Certificate, 
the Hub Transport Server still has an expiration date of today.

When I re-run the get-exchangecertificate –domainname hubtransport.domain.com

I now get two thumbprints?







~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

RE: Forwarding after disabling user

2008-09-25 Thread Greg Mulholland
The simple answer is that the sender will get a bounce

but
http://support.microsoft.com/default.aspx?scid=kb;EN-US;319047


From: HELP_PC [EMAIL PROTECTED]
Sent: Friday, 26 September 2008 2:01 PM
To: MS-Exchange Admin Issues
Subject: Forwarding after disabling user


 If a user is set to forward his e-mails to another one what will happen after 
disabling his account ?

TIA

GuidoElia
HELPPC




~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

RE: Exchange 2007 on VMWare in a live environment [Scanned]

2008-10-21 Thread Greg Mulholland
Same here

multiple mailbox, ht, and cas all virtualised with ESX servers in different 
sites. Works a treat, as long as you do your planning with sizes and mailbox 
size particularly when dealing with large volumes of mailboxes. We are 
comparatively small exchange org as far as database sizes and mailbox numbers 
compared to those who have trillions of users! :p

Greg

From: Alex Fontana [EMAIL PROTECTED]
Sent: Tuesday, 21 October 2008 11:44 AM
To: MS-Exchange Admin Issues
Subject: Re: Exchange 2007 on VMWare in a live environment [Scanned]

Yup, entire production environment; ~9500 mailboxes, ~10TB of data.  Couldn't 
be happierwell I could, but nothing to do with Virtualization.

On Mon, Oct 20, 2008 at 5:32 AM, Dave Hornby <[EMAIL PROTECTED]> wrote:
Hi Guys,

Is anyone running (Or has run) Exchange 2007 on VMWare in a live
environment?
I only have a userbase of around 70 with mailboxes of .5 - 1.5Gb (Spread
over 2 stores).

I've done some reading and found some positive writeups but I want some
real world info!

Cheers
Dave

~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~




~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

RE: Exchange 2007 on VMWare in a live environment [Scanned]

2008-10-21 Thread Greg Mulholland
Yep separate luns for databases and logs on our fibre channel san.


From: Martin Blackstone [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 22, 2008 12:06 AM
To: MS-Exchange Admin Issues
Subject: RE: Exchange 2007 on VMWare in a live environment [Scanned]

I'm assuming you guys are keeping your mailbox stores on a SAN or something?
Also, do you run your VM's off SAN/NAS?


From: Greg Mulholland [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 21, 2008 3:08 AM
To: MS-Exchange Admin Issues
Subject: RE: Exchange 2007 on VMWare in a live environment [Scanned]

Same here

multiple mailbox, ht, and cas all virtualised with ESX servers in different 
sites. Works a treat, as long as you do your planning with sizes and mailbox 
size particularly when dealing with large volumes of mailboxes. We are 
comparatively small exchange org as far as database sizes and mailbox numbers 
compared to those who have trillions of users! :p

Greg

From: Alex Fontana [EMAIL PROTECTED]
Sent: Tuesday, 21 October 2008 11:44 AM
To: MS-Exchange Admin Issues
Subject: Re: Exchange 2007 on VMWare in a live environment [Scanned]
Yup, entire production environment; ~9500 mailboxes, ~10TB of data.  Couldn't 
be happierwell I could, but nothing to do with Virtualization.
On Mon, Oct 20, 2008 at 5:32 AM, Dave Hornby <[EMAIL PROTECTED]<mailto:[EMAIL 
PROTECTED]>> wrote:
Hi Guys,

Is anyone running (Or has run) Exchange 2007 on VMWare in a live
environment?
I only have a userbase of around 70 with mailboxes of .5 - 1.5Gb (Spread
over 2 stores).

I've done some reading and found some positive writeups but I want some
real world info!

Cheers
Dave

~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~










~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

RE: OT: A Friday Look Back to Look Ahead: 1969 (UNCLASSIFIED)

2008-10-25 Thread Greg Mulholland
That's the groundhog place in PA.

Bill Murray fan :)

Bing!

From: Micheal Espinola Jr [EMAIL PROTECTED]
Sent: Saturday, 25 October 2008 7:14 AM
To: MS-Exchange Admin Issues
Subject: Re: OT: A Friday Look Back to Look Ahead: 1969 (UNCLASSIFIED)

lol. how do you even know that place exists?

--
ME2



On Fri, Oct 24, 2008 at 3:54 PM, Sean Martin <[EMAIL PROTECTED]> wrote:
> For some reason, that response just made me think of the following place
>
> http://maps.google.com/maps?hl=en&rlz=1G1GGLQ_ENUS245&q=gobblers+knob,+alaska&um=1&ie=UTF-8&sa=X&oi=geocode_result&resnum=1&ct=title
>
> - Sean
>
> On Fri, Oct 24, 2008 at 11:49 AM, Kent, Larry CTR USA IMCOM
> <[EMAIL PROTECTED]> wrote:
>>
>> Classification:  UNCLASSIFIED
>> Caveats: NONE
>>
>>
>> I like big knobs..:)
>>
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED]
>> Sent: Friday, October 24, 2008 12:17 PM
>> To: MS-Exchange Admin Issues
>> Subject: RE: OT: A Friday Look Back to Look Ahead: 1969
>>
>> This could be used here at the Girl Scouts as a instructional video, to
>> inform my staff that we are in the future of technology :)
>>
>> -Original Message-
>> From: Micheal Espinola Jr [mailto:[EMAIL PROTECTED]
>> Sent: Friday, October 24, 2008 10:41 AM
>> To: MS-Exchange Admin Issues
>> Subject: Re: OT: A Friday Look Back to Look Ahead: 1969
>>
>> My computer's front definitely needs more knobs.
>>
>> --
>> ME2
>>
>>
>>
>> On Fri, Oct 24, 2008 at 11:36 AM, Maglinger, Paul <[EMAIL PROTECTED]>
>> wrote:
>> > Strange, I can't seem to find any potentiometers on the front of my
>> > workstation or servers...?
>> >
>> > -Original Message-
>> > From: Micheal Espinola Jr [mailto:[EMAIL PROTECTED]
>> > Sent: Friday, October 24, 2008 10:01 AM
>> > To: MS-Exchange Admin Issues
>> > Subject: Re: OT: A Friday Look Back to Look Ahead: 1969
>> >
>> > Hahahaha...   what a riot!  And surprising similar to real life!
>> >
>> > --
>> > ME2
>> >
>> >
>> >
>> > 2008/10/24 Michael B. Smith <[EMAIL PROTECTED]>:
>> >> http://blogs.techrepublic.com.com/classic-tech/?p=192&tag=nl.e101
>> >>
>> >>
>> >>
>> >> This made me smile. J
>> >>
>> >>
>> >>
>> >> Regards,
>> >>
>> >>
>> >>
>> >> Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP
>> >>
>> >> My blog: http://TheEssentialExchange.com/blogs/michael
>> >>
>> >> Link with me at: http://www.linkedin.com/in/theessentialexchange
>> >>
>> >>
>> >>
>> >>
>> >
>> > ~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
>> > ~ http://www.sunbeltsoftware.com/Ninja~
>> >
>> > ~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
>> > ~ http://www.sunbeltsoftware.com/Ninja~
>> >
>>
>> ~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
>> ~ http://www.sunbeltsoftware.com/Ninja~
>>
>>
>> This email and any attached files are confidential and intended solely
>> for the intended recipient(s). If you are not the named recipient you
>> should not read, distribute, copy or alter this email. Any views or
>> opinions expressed in this email are those of the author and do not
>> represent those of the Girl Scouts of Southwest Texas company. Warning:
>> Although precautions have been taken to make sure no viruses are present
>> in this email, the company cannot accept responsibility for any loss or
>> damage that arise from the use of this email or attachments.
>>
>> ~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
>> ~ http://www.sunbeltsoftware.com/Ninja~
>> Classification:  UNCLASSIFIED
>> Caveats: NONE
>>
>>
>> ~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
>> ~ http://www.sunbeltsoftware.com/Ninja~
>
>

~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~
~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~


RE: A Friday Look Back to Look Ahead: 1969

2008-10-25 Thread Greg Mulholland
rofl .. the home post office :)

i like it


From: Michael B. Smith [EMAIL PROTECTED]
Sent: Friday, 24 October 2008 11:46 PM
To: MS-Exchange Admin Issues
Subject: OT: A Friday Look Back to Look Ahead: 1969

http://blogs.techrepublic.com.com/classic-tech/?p=192&tag=nl.e101

This made me smile. :)

Regards,

Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP
My blog: http://TheEssentialExchange.com/blogs/michael
Link with me at: http://www.linkedin.com/in/theessentialexchange





~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

Outlook Popup

2008-11-13 Thread Greg Mulholland
Anybody know if there is a way to disable the outlook popup 'A program is 
trying to send an email message on your behalf etc. Accept, Deny



Preferably in Outlook 2003 but anything will do



Thanks



Greg

~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

RE: Outlook Popup

2008-11-13 Thread Greg Mulholland
Yeah we did look at 'redemption' but it required us to change cdo code.

Not sure if Click yes still requires the same. i have seen that, i will forward 
it  off to our dev's. I was hoping for an Outlook hack!

Thanks


From: James Wells [EMAIL PROTECTED]
Sent: Friday, 14 November 2008 12:11 PM
To: MS-Exchange Admin Issues
Subject: Re: Outlook Popup

1) Have the program written to avoid that prompt by using the trust
center code. (Not likely)
2) Install ClickYes.  http://www.contextmagic.com/express-clickyes/

I suggestion option 2  ;)


--James

On Thu, Nov 13, 2008 at 8:06 PM, Greg Mulholland <[EMAIL PROTECTED]> wrote:
> Anybody know if there is a way to disable the outlook popup 'A program is
> trying to send an email message on your behalf etc. Accept, Deny
>
>
>
> Preferably in Outlook 2003 but anything will do
>
>
>
> Thanks
>
>
>
> Greg
>
>

~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~
~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~


RE: Outlook Popup

2008-11-13 Thread Greg Mulholland
http://www.mapilab.com/outlook/security/

looks promising



From: Greg Mulholland [EMAIL PROTECTED]
Sent: Friday, 14 November 2008 12:15 PM
To: MS-Exchange Admin Issues
Subject: RE: Outlook Popup

Yeah we did look at 'redemption' but it required us to change cdo code.

Not sure if Click yes still requires the same. i have seen that, i will forward 
it  off to our dev's. I was hoping for an Outlook hack!

Thanks


From: James Wells [EMAIL PROTECTED]
Sent: Friday, 14 November 2008 12:11 PM
To: MS-Exchange Admin Issues
Subject: Re: Outlook Popup

1) Have the program written to avoid that prompt by using the trust
center code. (Not likely)
2) Install ClickYes.  http://www.contextmagic.com/express-clickyes/

I suggestion option 2  ;)


--James

On Thu, Nov 13, 2008 at 8:06 PM, Greg Mulholland <[EMAIL PROTECTED]> wrote:
> Anybody know if there is a way to disable the outlook popup 'A program is
> trying to send an email message on your behalf etc. Accept, Deny
>
>
>
> Preferably in Outlook 2003 but anything will do
>
>
>
> Thanks
>
>
>
> Greg
>
>

~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~
~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~
~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~


RE: Outlook Popup

2008-11-13 Thread Greg Mulholland
Nah we develop software that uses mapi to send mail. To change the method will 
mean a recode, so the client has asked if they can have a workaround.

they are going to test the mapilabs software since its free.

Greg

From: Carl Houseman [EMAIL PROTECTED]
Sent: Friday, 14 November 2008 12:45 PM
To: MS-Exchange Admin Issues
Subject: RE: Outlook Popup

What exactly is causing the prompt?  Outlook doesn't do this all by itself.

I've written a script that sends mail and Outlook 2007 doesn't prompt when it 
runs.  I know why but if you don't have a script you can modify, there's no 
point in elaborating.

Carl

From: Greg Mulholland [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 13, 2008 8:07 PM
To: MS-Exchange Admin Issues
Subject: Outlook Popup


Anybody know if there is a way to disable the outlook popup 'A program is 
trying to send an email message on your behalf etc. Accept, Deny



Preferably in Outlook 2003 but anything will do



Thanks



Greg







~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

Powershell output to email

2009-01-07 Thread Greg Mulholland
I am writing some exchange housekeeping scripts and would like the output of 
the script to be emailed to me. I can do this via |out-file and using 
System.Net.Mail.MailMessage to send the attachment that is generated. But.. 
what I really would like is the info to be displayed as the body of the email 
and not as an attachment.

If anyone has some code to do that I would appreciate, or knows where I could 
hunt.

Thanks

Greg

~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

RE: Powershell output to email

2009-01-07 Thread Greg Mulholland
You are da man..and I will be buying it when its available. Dats fur sure!

From: Michael B. Smith [mailto:mich...@theessentialexchange.com]
Sent: Thursday, 8 January 2009 2:11 PM
To: MS-Exchange Admin Issues
Subject: RE: Powershell output to email

I cover this topic, in detail, in my upcoming book: http://snurl.com/45ppf

Short answer, pass the string as $Body to this routine:

#- start file -
#send-mail.ps1
param ([string]$SMTPserver   = "192.168.100.10",
[string]$SMTPport   = "25",
[string]$From= "f...@example.com",
[string]$To  = "t...@example.com",
[string]$Subject= "simple subject",
[string]$Body = "simple body"
)

$var = (new-object net.mail.smtpclient($SMTPserver, $SMTPport))
$var.Send($From, $To, $Subject, $Body)
$var = $null
#- end file -

Regards,

Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP
My blog: http://TheEssentialExchange.com/blogs/michael
I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php

From: Greg Mulholland [mailto:g...@krystaltek.com]
Sent: Wednesday, January 07, 2009 9:57 PM
To: MS-Exchange Admin Issues
Subject: Powershell output to email

I am writing some exchange housekeeping scripts and would like the output of 
the script to be emailed to me. I can do this via |out-file and using 
System.Net.Mail.MailMessage to send the attachment that is generated. But.. 
what I really would like is the info to be displayed as the body of the email 
and not as an attachment.

If anyone has some code to do that I would appreciate, or knows where I could 
hunt.

Thanks

Greg







~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

powershell script locking output file

2009-01-08 Thread Greg Mulholland
Hi guys

I have a powershell script that runs exchange commands and outputs to a html 
file and emails the report.

However it seems something is locking the file cos the subsenquent times I run 
the script I get 'the process cannot access the file because it is in use by 
another process. The script is not ready for pirme time (yet) but its really 
annoying changing the filename everytime I want to run the script.

I was using a dispose command at the end of the another script I wrote e but 
this doesn't seem to work on this one. Anyone have any ideas. This is the guts 
of what the script does so far.


###
# Exchange Commands #
###
Get-Exchangeserver -identity mbx-au | ConvertTo-HTML 
Name,Site,ServerRole,Edition,AdminDisplayVersion -title "Process Information" 
-body "Information about the processes running on the computer." -head 
"" | Out-File -Append 
$filelocation
Get-Message -Filter {FromAddress -like "*...@atex.com"} | ConvertTo-HTML -title 
"Queued Mail" -body "Queued Mail." -head "" | Out-File -Append $filelocation
Get-MailboxStatistics -server mbx-au | where 
{"IssueWarning","ProhibitSend","MailboxDisabled" -contains 
$_.StorageLimitStatus} | Sort-Object TotalItemSize -Descending | ConvertTo-HTML 
DisplayName,TotalItemSize,StorageLimitStatus -title "Mailboxes Over Limit" 
-body "Mailboxes Over Limit" -head "" | Out-File -Append $filelocation

##
# E-mail HTML output #
##
if ($enablemail -match "yes")
{
$msg = new-object Net.Mail.MailMessage
$att = new-object Net.Mail.Attachment($filelocation)
$smtp = new-object Net.Mail.SmtpClient($smtpServer)
$msg.From = $mailfrom
$msg.To.Add($mailto)
$msg.Subject = "Exchange Housekeeping Script"
$msg.Body = "Exchange Housekeeping Script"
$msg.Attachments.Add($att)
$smtp.Send($msg)
}
 e but this doesn't seem to work on this one. Anyone have any ideas

~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

RE: ISINTEG question.

2008-01-04 Thread Greg Mulholland
I'd agree with that

I recently had an issue with a corrupt database, albeit a very small part,
possibly one mailbox. The error in the backup was The 'Microsoft Information
Store' returned 'Error returned from an ESE function call (d).' from a call
to 'HrESEBackupRead()' . There was a temptation for a second to run eseutil
and isinteg on the database for a fix but certainly everything ide been
taught and read was that these tools (isinteg particularly) can be abrasive
to the database and potentially cause more issues. In my situation I was
without a decent backup for a while as well.

I set about moving databases to new stores. It also gave me a chance to
break apart the stores in to more meaningful and manageable blocks and also
re-define my logs and databases drives a little better since build. I have
now have 3 storage groups with a private store in each for my 3 clear
different user levels. In the process I managed to find a mailbox that had a
few corrupted items which I have re-created (mail gets pst'd after every
year, so she has a copy at home anyway) I could have run isinteg on the
remaining mailbox in the default store but wth its only one mailbox!!

I am now happy to report that the backups of each store are going
swimmingly. Thanks Michael for your help..

-Original Message-
From: Michael B. Smith [mailto:[EMAIL PROTECTED] 
Sent: Friday, 4 January 2008 11:17 PM
To: MS-Exchange Admin Issues
Subject: RE: ISINTEG question.

Eseutil's /p option (repair) followed by isinteg. But it should really be
considered a "method of last resort".

Regards,

Michael B. Smith
MCSE/Exchange MVP
http://TheEssentialExchange.com


-Original Message-
From: HELP_PC [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 04, 2008 12:31 AM
To: MS-Exchange Admin Issues
Subject: R: ISINTEG question.

Practically there is no real option to get a Exchange database repaired ? No
Ese no isinteg so what ?


GuidoElia
HELPPC

-Messaggio originale-
Da: Michael B. Smith [mailto:[EMAIL PROTECTED] 
Inviato: giovedì 3 gennaio 2008 19.16
A: MS-Exchange Admin Issues
Oggetto: RE: ISINTEG question.

Urg. Non-trivial to explain.

I tried to find a public document that describes some of what isinteg does
on a technical level, but couldn't.

Historically, isinteg was a debugging tool for PSS. It allowed them to scan
a store and in the case of corruption, basically get rid of the offending
piece of the store. This followed the "I'd rather have part of my store than
none of it" philosophy. After a while, it made it into the standard release.
Then, it was used primarily for patching stores that were reloaded from
backup.

Today, the primary use for isinteg is to fix-up a database after it has been
repaired.

ESEutil is not Exchange aware. Difficult to believe, huh? But eseutil just
treats an Exchange store as any ESE database. And therefore its operations
are generic in nature.

It's up to isinteg to make sure that a given database is ready to be used by
Exchange. It understand the various tables and specific B+trees and the
consistency stuff and the split factors and the duplicate roots and the long
value blobs, etc. etc.

Under many situations isinteg can cause secondary indexes to be eliminated.
It can cause both table splits and table merges that Exchange will undo the
next-time it accesses a particular folder (because the Exchange store itself
is load-sensitive - but isinteg cannot be).

So...detuned. You'll have to regenerate secondary indexes (which Outlook
calls Views). And your table structure may no longer be optimal under load,
which Exchange will have to adjust in the future.

I don't think that there are any current recommendations from Microsoft to
run isinteg EXCEPT after a repair (or upon the recommendation of a PSS
engineer).

In fact, a quick scan of the knowledge base reveals that there are, in fact,
problems with running isinteg on production databases - up to and including
Exchange 2007! (Fixed in update rollup 3.)

Regards,

Michael B. Smith
MCSE/Exchange MVP
http://TheEssentialExchange.com


-Original Message-
From: Tom Strader [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 03, 2008 7:18 AM
To: MS-Exchange Admin Issues
Subject: RE: ISINTEG question.

Michael,

I guess the term "detuned" is in question.
By running isinteg, how does it "detune" the indexes?? By what means are the
indexes kept "intune"?

I'm curious also.

Thanks,
Tom


-Original Message-
From: Matteson, John H Jr USA Mr USA 25th SigBN (ITT)
[mailto:[EMAIL PROTECTED]
Sent: Thursday, January 03, 2008 6:59 AM
To: MS-Exchange Admin Issues
Subject: ISINTEG question.


 You can run isinteg on a dismounted database - pretty much ANY
dismounted database - and it will give you warnings. This is because
isinteg is a utility and not a database engine itself. You can tell
isinteg to fix those warnings, and run it multiple times until there
aren't any more warnings, and you've just detuned your indexes.

===

Michael:

Re: Anyone using CCR in production?

2008-01-21 Thread Greg Mulholland
I was going too, but i thought, nah, i wont be that stupid! :)

> The CCR database isn't very large - They did, what, maybe 20 albums?
>
> Oh - you didn't mean the band, I guess.
>
>  Never Mind!
>
> :)
>
> On Jan 20, 2008 10:46 PM, Alex Fontana <[EMAIL PROTECTED]> wrote:
>>  Curious to know what folks have seen in the field when using CCR.  How
>> many
>> users, how large are your databases, any issues you've encountered.  Any
>> geo-dispersed clusters, special quorum configs, and how are you backing
>> all
>> of it up?
>>
>> thanks!
>> -alex
>>
>>
>>
>
> ~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
> ~ http://www.sunbeltsoftware.com/Ninja~
>



~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~


RE: Tracking disk space consumption

2008-01-30 Thread Greg Mulholland
I would use windirstat or treesize to find out where the greatest % of space
is being used if you want to look simply at the file system as a whole.
However, it sounds like you have other issues, are your logs truncating?

 

Greg

 

From: Doige, Clayton [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 30 January 2008 7:54 PM
To: MS-Exchange Admin Issues
Subject: Tracking disk space consumption

 

 

Dear all, the partition that our mdb files live in is consistently reducing
in free space by about 2 GB a day.

 

Short of looking at mailbox sizes on a daily basis, and seeing a day to day
delta for each mailbox, is there a way to work out where the disk space is
going?

 

E2K3 SP2

 

Thanks in advance

 

Clayton Doige

IT Project Manager

CME Development Corporation

T: 020 7430 5355

M: 07949 255062

E:[EMAIL PROTECTED]

W:www.cetv-net.com


__
This electronic mail message and any attached files contain information
intended for the exclusive use of the person(s) to whom it is addressed and
may contain information that is proprietary, privileged, confidential and/or
exempt from disclosure under applicable law. If you are not the intended
recipient, you are hereby notified that any viewing, copying, disclosure or
distribution of this message or its contents may be subject to legal
restriction or sanction. If you have received this message in error, please
notify the sender immediately by electronic mail and delete the original
message and any attachments without retaining any copies.
_

 

 


~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

RE: OT -- Xonbi - like it?-

2008-04-20 Thread Greg Mulholland
that's interesting.. anyone got anymore activations?


From: [EMAIL PROTECTED] [EMAIL PROTECTED]
Sent: Saturday, 19 April 2008 8:43 AM
To: MS-Exchange Admin Issues
Subject: RE: OT -- Xonbi - like it?-


Dude, I sent that to you months ago.  Search is great, but it only does the 
mail folders. The images are not pulled from contacts yet.  It indexes 10GB of 
PSTs for me. Analytics take awhile.  It doesn't listen to add-in management 
settings through the registry.

http://www.slipstick.com/reviews/xobni.htm




From: Kevin Miller [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 18, 2008 12:02 PM

To: MS-Exchange Admin Issues
Subject: RE: OT -- Xonbi - like it?-



I am amazed at how fast it started working. Seconds after installing at work it 
had all of the stats and such up and going for my personal inbox.  (granted I 
have an insane machine [1], but 4000 messages can take some work to process)





[1] 8 cores and 16GB or ram for my desktop. I love cheap hardware.





















__ Information from ESET NOD32 Antivirus, version of virus signature 
database 3039 (20080418) __ The message was checked by ESET NOD32 
Antivirus. http://www.eset.com

~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

RE: OT -- Xonbi - like it?-

2008-04-20 Thread Greg Mulholland
nah

they apparently are having trouble coping with the demand and need to allow 
more activations or something!


From: Michael B. Smith [EMAIL PROTECTED]
Sent: Monday, 21 April 2008 9:58 AM
To: MS-Exchange Admin Issues
Subject: RE: OT -- Xonbi - like it?-

Did you get an invite yet?

Regards,

Michael B. Smith
MCSE/Exchange MVP
http://TheEssentialExchange.com

From: Greg Mulholland [mailto:[EMAIL PROTECTED]
Sent: Sunday, April 20, 2008 7:00 PM
To: MS-Exchange Admin Issues
Subject: RE: OT -- Xonbi - like it?-

that's interesting.. anyone got anymore activations?


From: [EMAIL PROTECTED] [EMAIL PROTECTED]
Sent: Saturday, 19 April 2008 8:43 AM
To: MS-Exchange Admin Issues
Subject: RE: OT -- Xonbi - like it?-

Dude, I sent that to you months ago.  Search is great, but it only does the 
mail folders. The images are not pulled from contacts yet.  It indexes 10GB of 
PSTs for me. Analytics take awhile.  It doesn't listen to add-in management 
settings through the registry.

http://www.slipstick.com/reviews/xobni.htm




From: Kevin Miller [mailto:[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>]
Sent: Friday, April 18, 2008 12:02 PM

To: MS-Exchange Admin Issues
Subject: RE: OT -- Xonbi - like it?-



I am amazed at how fast it started working. Seconds after installing at work it 
had all of the stats and such up and going for my personal inbox.  (granted I 
have an insane machine [1], but 4000 messages can take some work to process)





[1] 8 cores and 16GB or ram for my desktop. I love cheap hardware.




















__ Information from ESET NOD32 Antivirus, version of virus signature 
database 3039 (20080418) __ The message was checked by ESET NOD32 
Antivirus. http://www.eset.com







~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

Automatic email forwarding

2008-04-22 Thread Greg Mulholland
We have a situation as follows:



Clients who call the a certain company currently have the option to leave a 
voicemail with their details if they wish to receive either of two information 
packs in the mail. These messages are currently forwarded to the company via 
email on Tuesdays and Thursdays. This is currently a manual process where each 
email is individually forwarded. We are looking to automate this process and 
have arranged to have our voicemail system to be configured to send all 
messages system to mailboxes on the mailserver. We would then like to setup 
email forwarding on these mailboxes to send these to the company automatically. 
The only issue is that we would like to restrict forwarding to Tuesdays & 
Thursdays only as per our current arrangement.



Has anyone got any ideas? I have considered them using pop, but i am not sure 
why the Tuesday and Thursday rule is in place. In any event that would be a 
client initiated thing and not server side.



We are currently using exchange 2003,l however we will be going to exchange 
2007 soon.



Thanks



Greg

~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~