Hi put in receipint policy . example if your domain is. mx is www.mail.domain.com. put recepient policy @domain.com and set it as primary. And configure smtp connector so it should relay your mail.And get back to me. Regards NADIG
Hi Colleen. I’m President of GLUGnet.org, the Lansing MI area user group for .Net. We have over 350 developers on our email list that covers essentially the entire central Michigan area. Since the Michigan economy is struggling and jobs are tight, you should get a strong response to a posting at our job website, jobcoin.glugnet.org. [...]
I’ve encountered that problem with several other makes and models – including some Dell Optiplex models. I generally just go into the control panel Power applet and disable those options. Not much insight, but fewer problems afterwards. Bob
I’m at somewhat of a loss to understand why you’re using a second NIC for “extra security” – unless perhaps the external NIC is for your remote access. If I read your description corrrectly, it looks like your DHCP server is handing out external addresses – but you didn’t confirm that – or tie it [...]
One suggestion that I have seend happen is have you tried logging into the Directory Services Restore Mode with the domain administrator account and password? (i.e. administrator@domain.com and password?) See if that lets you into the directory restore mode.
Use SysInternal’s tools TCPView and FileMon to see what connections are being attempted during this problem, and what files and paths are being attempted also during this problem. They can be found on Microsoft’s TechNet site. You can have the users just run the tools, and save the results and email them to you for [...]
Most likely the outlook profile on the computer that connected thru the vpn caused the issue. I would suggest using exmerge to save the users email. delete the mailbox. then recreate it in active directory for your new exchange server. then use exmerge to restore the email.. then be sure to correctly redo his outlook [...]
Please check this link for more tips: http://groups.google.com/group/microsoft.public.win2000.termserv.apps/browse_thread/thread/eaca71e307ca699e/6336202249b240b6%236336202249b240b6. If the link does not work, here is what was said as a tip: “I assume you have checked the event logs and are seeing nothing unusual. You might want to try doing a couple of tests with Performance monitor. Do a logon session with Perfmon running [...]
Only a little help here. The MX records change over could take 12-48 hours to do. So make sure you do that over the weekend. Mary Ann
rennysoncemann, You can launch the command prompt using Shell function and send key strokes to it using the Sendkeys function. You will need to set the focus of the command prompt so SendKeys will work. You will need to do all of you processing without user interaction or you will have to figure out how [...]
TheHutt: You can use dynamic SQL to create the database: DECLARE @TableName NVARCHAR(1000) DECLARE @LogFileName NVARCHAR (1000) DECLARE @SQL NVARCHAR(4000) … … … SET @SQL = N’CREATE DATABASE [Maintenance] ON (NAME = N’ + N”” + N’Maintenance’ + N”” + N’, FILENAME = N’ + N”” + @TableName + N””+ N’, SIZE = 2, FILEGROWTH [...]
POP3 and IMAP4 are installed by default with Exchange 2003 but are not enabled. they can coexist in tandem with each other without an issue. The protocols can be enabled using the ESM; expand servers, server name, protocols, expand the desired protocol & right click it then simply select start to fire up the virtual [...]
This is easy enough to write. Here’s the pseudocode: Top level: …If the number is zero ……Return “zero” …Call level 2 with trunc(number/1000000000000), “trillion” …Call level 2 with mod(trunc(number/1000000000),1000), “billion” …Call level 2 with mod(trunc(number/1000000),1000), “million” …Call level 2 with mod(trunc(number/1000),1000), “thousand” …Call level 2 with mod(number,1000), “” Level 2: …localNumber = number …If localNumber>=100 [...]
There are several factors, depending on how you have things set up. If your internal clients can access the web in general, then it’s just a matter of adding the web server address to the DNS. This will depend to some extent on whether your internal domain name and external domain name are set up. [...]
Only general advice… 1) Have you put a sniffer on the port to see if there is any traffic that might correspond? 2) Get the utilities regmon, filemon, and process monitor from microsoft technet/sysinternals (or just www.sysinternals.com) and monitor all activity through that problem. Anyone who has read many of my posts will know that [...]
you will have to do an authorative restore to AD. Hopefully your 2 weeks worth of tapes either have not been overwritten or you can have the data extracted from the tape via a data recovery team. DO you have any other GC’s in your environment plus how did users work for the 2 weeks [...]
What steps did you take to lock the system down?
You have to go into the domain security policy. The specifics are covered in this article: http://support.microsoft.com/default.aspx?scid=kb;en-us;555038 This is actually based on the idea that the only other OS that is compatible with the Microsoft version of Kerberos is the latest Mac OS and Microsoft by default leaves the Kerberos Signing set to Required.
You have to go into the domain security policy. The specifics are covered in this article: http://support.microsoft.com/default.aspx?scid=kb;en-us;555038 This is actually based on the idea that the only other OS that is compatible with the Microsoft version of Kerberos is the latest Mac OS and Microsoft by default leaves the Kerberos Signing set to Required.
During such a failure, can you still ping the server and what is the CPU usage,free system pages, available work items/server items, etc., etc. If you can’t ping it than it’s a network, nic, or cpu issue, relatively easy to fix. If it’s not CPU then you’ll have to look at the other items and [...]





