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!

Recent content by fugtruck

  1. fugtruck

    group policy keeps disabling windows updates, but I cant find it

    You can use the command "gpresult" to find out what all group policies are applied to that server. Then look at each policy in turn. Also, a good malware scan might be in order. There may be some scumware disabling automatic updates in order to reduce security on that box.
  2. fugtruck

    MAILER-DAEMON messages

    I want to configure postfix such that if a message from MAILER-DAEMON is not immediately deliverable, the message should be dropped/discarded rather than be deferred or handed off to my smtp fallback relay. Is there any way to accomplish this?
  3. fugtruck

    DNS caching server config

    I have a Bind DNS caching-only server setup that is working. I am bringing up a new AD domain controller that will also be a DNS server for that AD but I don't want it responding to any DNS queries except those that are AD related. So, my goal is to leave this caching server as the primary DNS...
  4. fugtruck

    TCP Packet Redirection

    You can use Linux Virtual Server (note: the name "virtual server" should not be confused with virtualization products like Hyper-V, VMware, etc.). It does exactly that for any TCP service. The particular feature you are asking about with return traffic going directly to the client Direct...
  5. fugtruck

    problems with new raid controller

    Any drives you want controlled by that RAID controller will need to be plugged into that controller, not into the motherboard.
  6. fugtruck

    mail.log not showing all sent emails

    Are the messages actually being sent through Postfix at all or an external SMTP server? Try stopping Postfix and send a test message from your app and see if it delivers or not.
  7. fugtruck

    Postfix + subnet

    You know, I believe 95.95.95.95 is a broadcast address for the 95.95.95.64/27 subnet. So I don't think that IP configuration is valid for a host.
  8. fugtruck

    Postfix + subnet

    Hmm...try commenting out the permit_mynetworks line and see what that does. I don't have such an entry in my postfix config and it rejects SMTP connections nicely from foreign networks.
  9. fugtruck

    Host Webinars

    IIS would do that just fine as long as you know what you are doing. Ask yourself this. Do you have the expertise on staff to setup, secure, and maintain a production web server that your organization depends on? If the answer is no, then you will need to either hire someone, hire a...
  10. fugtruck

    MTBF

    We shoot for a 5 year life span. That is when we begin planning on retiring it (some servers may stay online longer, depending on how motivated we are about migrating it).
  11. fugtruck

    Problem bypassing content filter

    No, I couldn't find any documentation. I had to join the amavisd-new mailing list and someone suggested that. I normally go to mailing lists as a last resort because I get tired of hearing "Did read the f###ing manual before bothering us?
  12. fugtruck

    Problem bypassing content filter

    ok, I have it solved. In the whitelist file, I should have had /whatever/ FILTER smtp:[127.0.0.1]:10025
  13. fugtruck

    correct way to setup vmware on 2950

    A1 I run VMWare on 2950s and they perform just fine with web, e-mail (not exchange), and MSSQL and MySQL servers. A word of advice though. If/when you start thinking about having more than one physical server running virtual machines, you WILL want some sort of centralized network storage to...
  14. fugtruck

    Problem bypassing content filter

    Yea, I've been reading that document over and over but just can't pinpoint the problem. The thing that frustrates me in that document is that they give example services for master.cf such as 1.2.3.5:smtp inet n - n - - smtpd but they give example filter syntax...
  15. fugtruck

    Scan Local

    How do you have Postfix configured? Could you post your main.cf + master.cf files?

Part and Inventory Search

Back
Top