Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. danielwestendorf

    Group Policy Slow at Remote Site

    Thanks TechyMcSe2k! It was pointing at the Operation Master by default. Changing it to Any Domain Controller sped things up!
  2. danielwestendorf

    Group Policy Slow at Remote Site

    Thanks for the replies and ideas. All DC's are GC servers. Sites are set up, and the DC's are assigned to their sites. There are no resources being pulled. The only only GPO I have set up currently changes some power and display settings. Even if there were resources being pulled, it wouldn't...
  3. danielwestendorf

    Group Policy Slow at Remote Site

    Hi there, Have two sites, connected by a slow but stable site-to-site VPN. Each site has two Domain Controllers. The Main site, which holds all of the Active Directory FSMO/OM roles is fine and works great. The remote site, which has two DC's, experiences very slow client logins, particularly...
  4. danielwestendorf

    h.323 Gateway over Checkpoint VPN

    That's what I needed, thanks!
  5. danielwestendorf

    h.323 Gateway over Checkpoint VPN

    Hello All, We've recently upgraded our CP firewall, and our point-to-point h.323 trunks between to IPO units aren't working. This is a Checkpoint issue for sure, but they suggested turning TTS or Time To Service off on the IPO units to try and resolve the issue. I'm either blind, or these...
  6. danielwestendorf

    Upgrade from R61 to R65, now static nat rules are not working

    Hello all, I had a working installation under R61, with some static nat rules. Everything worked great, but the hardware was getting old, so I decided to upgrade to a new system and an R65 release. The export/upgrade seems to have gone fine, no problems there. Outbound access is working fine...
  7. danielwestendorf

    Exchange 2003 and Backup Exec Disk Failure - RAID 0

    If you end up dragging any contents of OST files into your new Exchange mailboxes via Outlook, make sure you give them a few minutes, even if it says the action is 100% done. I had a new client who the previous admin never made a backup, and the server blew up. I ended up building a new one and...
  8. danielwestendorf

    Exchange 2003 attachment problem

    Great to hear that the problem isn't with Exchange as we thought. Too bad you had to do all the leg work for the developers though :( I'll keep my fingers crossed for you.
  9. danielwestendorf

    Exchange - Strange address issue

    Where are you getting the NDR from, Exchange or the SMTP gateway? I would be that your linux box is rejecting the email because it doesn't think it is a real user. Do you have the same results for every mail enabled group, or just this specific one?
  10. danielwestendorf

    Email only moving one way

    I have found that most consumer level internet packages block port 25. They make you upgrade to a business level package to have full access to port 25.
  11. danielwestendorf

    You do not have permission to send to this recipient.

    Sounds like everything with Exchange is working then, probably something screwy with the desktop client. Can you create a new Outlook profile and configure it for the same user and see if that resolves the issue?
  12. danielwestendorf

    You do not have permission to send to this recipient.

    Is the user's mailbox over the size limit? Do you have the rule restricting a user from sending emails when their mailbox is over a certain size limit?
  13. danielwestendorf

    companyweb problem

    Are you getting these results from inside or outside the network? Whenever I run into these types of problems, I eliminate NAT/Port Forwarding/Firewalling from the equation. This does sound like a DNS issue though. If it is responding via IP, but not hostname, that is the first thing I would...
  14. danielwestendorf

    SMTP Issues sending outside mail

    Okay, if you can ping mymailserver.mydomain.local, is that the hostname you're using in the web app? Can you telnet from your webapp box to exchange using the FQDN and attempt to send an email to an external account? In the Exchange System Manager> YourServer>Protocols>SMTP>Default SMTP...
  15. danielwestendorf

    SMTP Issues sending outside mail

    Depending on your setup, probably not. MX records are so a system can go "Who handles mail for this domain?" Since you already know that, and aren't querying that dynamically, no. From the same box as your webapp, can you ping your exchange server via the hostname? You are using the FQDN right...
  16. danielwestendorf

    Office 2007 disconnected

    I would also recommend RPC over HTTPS, as it is probably going to be more secure to open up an IIS instance that an entire VPN connection. If your IIS gets compromised, that sucks, your box is probably going to haves some issues. If someone gets in via VPN, everything might get screwed up...
  17. danielwestendorf

    Exchange 2003 RPC over HTTPS Authentication

    Here is the script: ############################################################ START outlook.exe /importprf \\PATH\TO\PRF\default.prf echo Windows Registry Editor Version 5.00 >> C:\temp.reg echo [HKEY_CURRENT_USER\Software\Microsoft\Exchange] >> C:\temp.reg echo...
  18. danielwestendorf

    SMTP Issues sending outside mail

    Sounds like your DNS is not resolving correctly then. You can try and figure out the DNS issue or just point your web app at the IP address and see if that resolves the issue. dw
  19. danielwestendorf

    Exchange 2003 attachment problem

    Can you attach the CVS file manually to an email from an email app like Outlook or OWA and send it to yourself? Does it look the same or different? If attaches the file correctly I would point blame at the application sending the emails to Exchange, not on Exchange itself. From the looks of...
  20. danielwestendorf

    SMTP Issues sending outside mail

    Start by eliminating your web app from the equation to see if the problem is with exchange at all. Can you send an email through your Exchange server to an external recipient via telnet? Through an SMTP client? This will tell you if Exchange is delivering to external addresses correctly. If...

Part and Inventory Search

Back
Top