similar to: can I use CentOS as a antivirus / spam filter / HTTP AV gateway?

Displaying 20 results from an estimated 1000 matches similar to: "can I use CentOS as a antivirus / spam filter / HTTP AV gateway?"

2009 May 20
4
Double packages
Hello, i'm trying install some packages with x64_86 architecture and got same packages doubling (32 and 64 bits). How can i force yum just install packages x64_86 based? [root at www pfqueue-0.5.6]# yum install ncurses-devel Loading "fastestmirror" plugin Loading mirror speeds from cached hostfile * base: mirrors.nfsi.pt * updates: mirrors.nfsi.pt * addons: mirrors.nfsi.pt
2009 Apr 23
3
PHP 5.2
Hello z00dax, any update about this issue? As i can see, in centos 5.3 the version of php still 5.1.6. Did you have any ETA to php 5.2.0 be moved to release repo? I need upgrade to new php version to support "DateTime" function. Regards, --- Eduardo Silvestre nfsi telecom, lda. eduardo.silvestre at nfsi.pt Tel. (+351) 21 949 2300 - Fax (+351) 21 949 2301 http://www.nfsi.pt/ -----
2008 Oct 30
4
PHP 5.2
Hello guys, i need to know where i can find php version 5.2? Regards, --- Eduardo Silvestre nfsi telecom, lda. eduardo.silvestre at nfsi.pt Tel. (+351) 21 949 2300 - Fax (+351) 21 949 2301 http://www.nfsi.pt/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20081030/26be7469/attachment-0003.html>
2005 Mar 01
2
Open3.popen3 oddity
Open3.popen3 returns the pid as well as the in, out, and err streams. I thought only the streams were supposed to be returned. Thanks -- Nathaniel <:((><
2009 Jun 05
5
test
_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2013 Apr 12
5
How to setup /etc/resolv.conf dependent on network
Hello, I am a beginner in puppet so please excuse my lack of knowledge. (I use puppet 3.1). We have nodes in different networks - they use different DNS servers. I''d like to set up its /etc/resolv.conf dependent on network they are in. What approach would you recommend to solve the problem ? Thanks in advance Przemek -- You received this message because you are subscribed to the
2008 May 02
4
ext3 filesystems larger than 8TB
Greetings. I am trying to create a 10TB (approx) ext3 filesystem. I am able to successfully create the partition using parted, but when I try to use mkfs.ext3, I get an error stating there is an 8TB limit for ext3 filesystems. I looked at the specs for 5 on the "upstream" vendor's website, and they indicate that there is a 16TB limit on ext3. Has anyone been able to create
2007 Feb 07
3
Diagnosing poor call quality
Greetings list, We have an issue with call quality at 2 sites where the users (4 Elmeg IP290s at one site, 2 SPA942s at the other) do not have an asterisk box on-site. Each site has an 8mb down/448k up ADSL connection and the phones connect via SIP to an asterisk box in a datacentre using g729. The asterisk box in the datacentre connects to our other asterisk boxes providing pstn connectivity
2019 Apr 11
2
Mail account brute force / harassment
Say for instance you have some one trying to constantly access an account Has any of you made something creative like this: * configure that account to allow to login with any password * link that account to something like /dev/zero that generates infinite amount of messages (maybe send an archive of virusses?) * transferring TB's of data to this harassing client. I think it would be
2018 Mar 20
3
Tinc deployments in the USA
Are there any Tinc deployments in the USA in Medium sized businesses and small Enterprises? Use case is to provide site-to-site VPN functionality. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20180320/1e41904a/attachment.html>
2010 Jun 24
7
Yet more variable scoping pain.
Some days I wonder why I even bother with puppet. --- classes: - datacentre::new_york - role::appserver - elements::tfel0 environment: production: parameters: < set key/value pairs here > class ldap { < do some stuff that behaves slightly differently between different data centers > } class role::appserver { include ldap } So, I wanted to set some variables in the
2004 Aug 30
1
can't build recent checkout of r-devel: tools invalid package
subsequent to a fresh svn checkout, configure, make: make[5]: Leaving directory `/udd/stvjc/JEDI/R200/src/library/tools/src' make[4]: Leaving directory `/udd/stvjc/JEDI/R200/src/library/tools/src' Error in loadNamespace(package, lib.loc, keep.source, TRUE, TRUE) : 'tools' is not a valid package -- installed < 2.0.0? Execution halted make[3]: *** [all] Error 1 make[3]:
2019 Apr 11
5
Mail account brute force / harassment
On Thu, 11 Apr 2019 at 13:24, Marc Roos via dovecot <dovecot at dovecot.org> wrote: > > > Say for instance you have some one trying to constantly access an > account > > > Has any of you made something creative like this: > > * configure that account to allow to login with any password > * link that account to something like /dev/zero that generates infinite
2011 Jan 31
2
[LLVMdev] llvm::Pass::Pass(llvm::PassKind, intptr_t): Assertion `pid && "pid cannot be 0"' failed.
I have written a new pass, it compiles ok but crashes when i run it with error (llvm::Pass::Pass(llvm::PassKind, intptr_t): Assertion `pid && "pid cannot be 0"' failed.). The pass is : using namespace llvm; namespace { struct Dfl : public FunctionPass { static char ID; Dfl() : FunctionPass(ID) { } virtual bool runOnFunction(Function &F) { bool
2011 Jan 31
0
[LLVMdev] llvm::Pass::Pass(llvm::PassKind, intptr_t): Assertion `pid && "pid cannot be 0"' failed.
llvm/include/llvm/Pass.h:93: llvm::Pass::Pass(llvm::PassKind, intptr_t): Assertion `pid && "pid cannot be 0"' failed. On Mon, Jan 31, 2011 at 3:55 PM, Surinder <surifilms at gmail.com> wrote: > I have written a new pass, it compiles ok but crashes when i run it > with error (llvm::Pass::Pass(llvm::PassKind, intptr_t): Assertion `pid > && "pid
2011 Jan 31
2
[LLVMdev] Error : llvm/include/llvm/Pass.h:188: error: incomplete type 'llvm::DominatorTree' used in nested name specifier
I am creating a new pass (function pass) called Dfl from the Hello example and notes on "Writing an LLVM Pass". When I compile the program I get inncomplete type error (llvm/include/llvm/Pass.h:188: error: incomplete type 'llvm::DominatorTree' used in nested name specifier). The code is given below. Surinder struct Dfl : public FunctionPass { raw_ostream *Out; static
2013 Feb 22
1
Large sites
Hi, I am looking networking together about 1000-2000 sites across the country. I've been looking through these mailing lists. Saw the thread from the person who had 1000+ running on Amazon, and how they essentially stripped all security out of it. Also know that the ChaosVPN uses tinc, for at least 130+ sites although I'm a bit fuzzy on the details for it. Are there any other cases of
2008 Jun 24
2
Upgrade mail server to new machine
I have an old RHEL3 box that I am upgrading to CentOS5. I picked up a new Dell Poweredge R200 to use for that. Is there an easy way to copy all the user accounts and existing mail from the old server to the new one? Thanks. -- -=/>Thom
2003 Oct 15
4
[OT] SPAM
Tom Dickson (bombcar@bombcar.com) wrote: > >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > >Here is the issue, and why the Samba list is basically unable to do >anything: > >If you send a message to the Samba list, it gets resent to everyone on >the list. This message will contain a FROM: line, showing an email address. Which should be <samba@lists.samba.org>
2009 Sep 30
3
Gathering information about RAM in sockets
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi list, I have an IBM xseries 345, running CentOS 5.3, hosting a few Xen domUs. However, I need more RAM -- but cannot remember if all (four) RAM sockets are populated (which would mean to buy higher capacity modules) or if there are two slots left to use. However, I'd like (and think that it's possible, but don't remember how) to