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 TouchToneTommy 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: *

  • Users: penguin69
  • Content: Threads
  • Order by date
  1. penguin69

    Strip hostname from field

    Here is my code, <% Set Conn = Server.CreateObject("ADODB.Connection") Conn.Open Application("SourceFile_ConnectionString") Set RS = Conn.Execute ("SELECT * From input.csv") Dim iCnt Do Until RS.EOF iCnt = iCnt + 1 message = RS("message") author = RS("author") phone = RS("phone") email =...
  2. penguin69

    SNAT DNAT (duplicate subnets)

    I have spun my wheels all I can on this, and I really need some help. I am not even going to bother typing where I am, because I think I am so lost it is not even funny. Here is what I have... 10.1.0.0/16 10.188.136.0/22 Both are internal vlans that are routable to each other. My Linux box...
  3. penguin69

    amavis-new requires Digest::MD5 v2.22

    I am very new to Linux. I have been installing SpamAssassin along with Razor and Amavis-new. I am installing on a FC4 box. When I try to issue any commands to amavisd, it tells, Digest::MD5 version 2.22 required--this is only version 2.20 at /usr/local/sbin/amavisd line 1359. I have...
  4. penguin69

    Mandrake Linux 10.1 and Cisco Wireless 4500

    Take it easy on me, as I am tinkering with Linux. I have typically been a Novell and MS junkie. Mandrake 10.1 and Cisco 4500. It sees the wireless card, and it calls it wifi0. I try to set the settings on it and it never connects. It is using DHCP. I have rebooted and restarted the network...
  5. penguin69

    FreeSwan VPN

    I currently have a IPCop firewall 1.6 running successfully and everything is swell. I am using it for a VPN connection to a Cisco PIX, which is working correctly as well. IPcop actually uses FreeSwan and I am becoming more and more familiar with the command line version of it. My question...
  6. penguin69

    Block messages to a certain email address

    I have Exchange 2003 Enterprise and I need to know if there is a way to block a user from sending outside the organization to a particular e-mail address. This particular employee keeps sending documents home and my administration wants me to block her from being able to send to her personal...
  7. penguin69

    Incomplete savesets

    Warning, I am not a Networker whiz.... I am getting incomplete save sets for one of my groups. It is occuring on all nine servers in that particular group. I have 3 other backup groups that backup fine with no problem. These are standard file backups, no SQL, exchange or such. Just backup...
  8. penguin69

    SMTP Service won't shut down

    I am trying to install Exchange 2003 SP1 and everytime I do, it attempts to shutdown the Exchange Services, then the SMTP service, then it hangs on stopping. It is a clean install, (not upgraded from win2k) and it is running Win2003. If I try to reboot the server, everything comes back up...

Part and Inventory Search

Back
Top