You are receiving this message because you are a member of the Linux-Nepal group. This is a monthly reminder mail providing instructions and guidelines for the...
... Do you mean the gift protocol ? Ritesh -- Ritesh Raj Sarraf RESEARCHUT - http://www.researchut.com "Necessity is the mother of invention." "Stealing logic...
... Operator, (Or whatever our name is), you broke the thread. If you notice your subject line has no relevant meaning. First of all, avoid breaking threads....
... When the mysql service starts, it binds to a port - 3306 being the default port for mysql. You said 3307. So did you make changes accordingly ? And why do...
Dear All, I am using DNSBL checks in sendmail & Spamassassin to stop spam messages. But what happens is that it also stops messages of my branch offices coz...
... I think you should first look into Why your IPs are getting blacklisted. Ritesh -- Ritesh Raj Sarraf RESEARCHUT - http://www.researchut.com "Necessity is...
You can use proxies. My favorite method is to use mozilla mail. It has a very excellent spam filter. There are some packs that You might want to look into...
Dear ALl, I m new in this platform. I want to synchronize my /home folder, passwd, group, shadow , gshadow, file into another server, so that if one goes down...
blocking ip for spam filtering is bad idea.. try of logical expression which must be inbuilt in those spam filtering software.. see manual also.. suraj ...
You are receiving this message because you are a member of the Linux-Nepal group. This is a monthly reminder mail providing instructions and guidelines for the...
linux-nepal@yahoogrou...
Dec 2, 2006 2:42 am
591
Dear All, I have reently installed Fedora core 5 and trying to configure my webmail. the directory exists in /var/www/squirelmail-prime so i did the entry in...
Hi, I have two interfaces, eth0 and eth1 Both are configured in dhcp mode and both connect to the internet. I also have enabled a tap0 interface which I use to...
Hi Amit, I don't really have an answer to your question because it has been a long time I went through sendmail. Just a simple questions that everyone else...
You are receiving this message because you are a member of the Linux-Nepal group. This is a monthly reminder mail providing instructions and guidelines for the...
linux-nepal@yahoogrou...
Jan 3, 2007 7:28 am
596
Hi, pypt-offline 0.6.3 has been released. Changes ====== * On Mac OS X, use non-threaded model as threads were creating issues. (And I don't have a mac to look...
You are receiving this message because you are a member of the Linux-Nepal group. This is a monthly reminder mail providing instructions and guidelines for the...
linux-nepal@yahoogrou...
Feb 1, 2007 10:57 pm
598
You are receiving this message because you are a member of the Linux-Nepal group. This is a monthly reminder mail providing instructions and guidelines for the...
linux-nepal@yahoogrou...
Mar 2, 2007 12:02 am
599
Hi, I think there is some lock problem. Let me show the code first import os import sys import string import tempfile import threading import Queue from time...
Hi I am using postfix. My domain is hattron.cc. I want to block some of the users of my company from sending mail to outside domain(i.e gmail.com or...
... And here is the code for the non-threaded version which works perfect. Now I really am not able to see that where am I making the mistake. #!/usr/bin/env...
-Block the users computers based on IP to access those domain. -Filtering the content based on email address alone will pose some technical difficulty you may...
... IPs can change. ... Bikrish, It's been long since I lost touch from Sys Admin stuff. But I can assure you that this can be done because I had done an...
... Its office and assuming the person asking question as the admin. of the office... he should have control over that. Its a controlled environment. If...
... I don't understand. But if I'm correct you meant to block IPs of domains you want to deny. My answer was in that regard. It _won't_ help to filter with...
... This statement was the culprit. Mea culpa. Environment variables aren't a candidate to be leveraged by threads. The threads were sharing the common...