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 Chriss Miller 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. Stingreen

    Header check to perform blacklist lookup

    for spam filtering are you asking? then yes, Read the part RBL. http://www.postfix.org/uce.html It should be very straightforward.
  2. Stingreen

    http compression

    Hey guys, We were thinking about enabling http compression for the static files of our site (IIS 5.0).Actually the static files, are not .htm nor are they .html files. They're .cfm, Cold Fusion files. The question is, if I set the IIS server to handle .cfm pages as static files, would I mess...
  3. Stingreen

    Unable to receive incoming mail thru qmail

    check your firewall settings, ipchains -F should clear them all. Then try again and post back.
  4. Stingreen

    qmail relaying

    Guys, I've read the docs a lot of times but I can't get my qmail server to relay outworld. I wanted to enable IP based relaying so rcpthosts wouldn't work for me. rcpthost is currently empty ( but is there ). Here is my tcp.smtp file 90.0.0.168:allow,RELAYCLIENT="&quot...
  5. Stingreen

    Snort implementation

    Hello guys, We have sonicwall PRO 330 firewall, and I'd like to implement snort into a linux box and attach it to firewall to sniff incoming and outgoing attacks. Now the question is, I could implement the snortbox between the internet and sonicwall plugging it into a hub. However, I'm rather...
  6. Stingreen

    Guys, I'm trying to patch my Redhat

    Actually I was trying to patch my MTA. Then that message I indicated above poped-up. Then I noticed that the same message pops up again when I try to patch my kernel as well. And wondered what was this all about. What I don't understand is, how come patching the kernel could possibly rely on the...
  7. Stingreen

    Guys, I'm trying to patch my Redhat

    Guys, I'm trying to patch my Redhat 7.3's, 2.4.18-3 kernel to 2.4.19.I downloaded the patch into /usr/src/redhat/ directory and extracted it succesfully. Now when I issue the command "patch -i patch-2.4.19" it gives me the following, [root@mail redhat]# patch -i patch-2.4.19 can't...
  8. Stingreen

    Executing commands remotely.

    Good idea, but since I'm gonna hit a page from outside to run commands, how am I gonna secure that page in order to get that from being abused? I'd use .htaccess but could I use host based authentication to run that page ? Otherwise I don't think I could make the system to enter some username -...
  9. Stingreen

    Executing commands remotely.

    I'm sorry I wasn't clear enough I guess. Let me explain the situation a little bit further. What we're doing is currently, developing an automatic web hosting system. We wrote some batch files some vb files to manage IIS servers, FTP servers, DNS , in "Win2k" servers. However, we...
  10. Stingreen

    Executing commands remotely.

    Guys, I've been trying to find a way to execute UNIX commands from a windows 2000 server shell. I'm thinking about using winsock to open up a tunnel from win2k server to our linux mail servers and create the accounts etc. But I don't know how to program winsock. Or maybe you guys have some other...
  11. Stingreen

    Excel stil trying to connect old DB server.

    Guys, We have a problem that all the tech department going crazy about. Basicly, We have 50 excel sheets which queries our SQL server and extracting data out of it and creating graphs for us. The database IP used to be 90.0.0.110 but we decided to give database server a public ip address.. Now...
  12. Stingreen

    Mouse Security

    I have an easier solution. There is a software, ( argh I forgot the name.) but when a USB equipment is pluggedd off, the computer speaker starts to siren.. How is that ? :)
  13. Stingreen

    Is it Possible to install gcc of RedHat 7.2 on RedHat 8.0?

    Here is a small script for you. **************** rpm -e gcc --nodeps cd /root wget ftp://ftp.rpmfind.net/linux/redhat/7.2/en/os/i386/RedHat/RPMS/gcc-2.96-98.i386.rpm rpm -ivh gcc-2.96-98.i386.rpm # or rpm -i gcc-2.96-98.i386.rpm ( choose either one ) exit 0 ******************
  14. Stingreen

    ALL Sendmail Admins should read this article...

    > wow, every 6 months, and qmail has how many? You're right, I should've said every every month. I don't know how familiar with qmail but I'm guessing you're not that much. There was once a prize for whom to brake qmail first when it was first came out into IT world. The prize was around...
  15. Stingreen

    ALL Sendmail Admins should read this article...

    We at last gave up. We had a meeting 2 days ago and it's been scheduled to switch all the mail servers to qmail. Sendmail will be history if this critical bugs continue to popup every 6 months.
  16. Stingreen

    Guys, I'm trying to connect my MySQ

    Guys, I'm trying to connect my MySQL server from outer internet via "MySQL Control Center" which I downloaded from mysql.com. Now the problem is when I try to connect to the database it turnes an error saying, ERROR 1130: Host 'xx.xx.xx.xx' is not allowed to connect to this MySQL...
  17. Stingreen

    Problems receiving external mail with Sendmail

    A dns host doing port forwarding ? interesting. Can you give some websites ?
  18. Stingreen

    MX error? sendmail says: mail loops back to me

    if your domain name is abc.com and you're trying to send an email to root@abc.com from say hotmail.com, that abc.com should be present in your mail server's /etc/mail/local-host-names file as well as in your /etc/hosts file.
  19. Stingreen

    Would this work ?

    >One might ask what is the incoming speed of your internet >access. If it is faster than 10 mbps, then the Linksys >Router will slow it down. The main connection coming thru the cisco 2600 is T1 and yes it is much faster than 10 Mbit. Workstations are mostly developers working on the servers...
  20. Stingreen

    How to run Qmail on a non-standard port

    I think Trend Virus Wall should be run as a gateway server. It collects the mail, filters the virus, and forwards the clean mail to qmail box. Even if they had to be installed in the same machine, qmail doesn't need to listen on a specific port as a daemon.

Part and Inventory Search

Back
Top