Tagged Questions
0
votes
0answers
65 views
Postfix address resolver failure & loopback to root
Ubuntu Linux 12.04.1 With LAMP stack.
The goal is to setup a web server that can send mail via the PHP mail() function, which uses localhost. The mail must then be relayed to an ISP domain ...
-1
votes
1answer
148 views
Should I use ClamAV?
I installed ClamAV and PHP-ClamAV on my Ubuntu server.
Everything works... But it is extremely slow. Even when I just call basic functions without scanning a file. So it got me wandering if I really ...
0
votes
0answers
147 views
Running Clamd returns “unrecognized service”
In Ubuntu 11 i installed ClamAV.
I installed using apt-get and i can run clamscan successfully.
But when i try to service clamd start
i get "clamd: unrecognized service" response.
Thanks in ...
0
votes
1answer
51 views
can not load clamav-extension
I try to use the clamav-extension by following these steps.
There weren't any errors, but after restarting apache, no clam-extension is loaded.
php -v
returns no errors.
I've set the extension_dir ...
2
votes
6answers
2k views
Websites on Ubuntu 8.04 LTS with Plesk are infected with viruses
I am running Plesk 9.5 on Ubuntu 8.04 LTS and have about 15 websites infected with some malicious code appended to the end of java files. I have installed Clamav and it has managed to pickup the ...
2
votes
2answers
267 views
Installing ClamAV on Ubuntu
I'd like to install ClamAV on my Ubuntu Servers (LAMP). Is it good to go (as a daemon) out-of-the-box, or does it need some configuration? Do I need to add a line to my crontab to update virus ...
1
vote
2answers
341 views
Using ClamAV to virus scan uploaded files on Ubuntu Production Servers
I am planning to use ClamAV to virus scan files being uploaded to a Web Application running on Ubuntu Servers.
ClamAV will be installed on a dedicated server and when the file is being uploaded, the ...
0
votes
1answer
472 views
Changing location of ClamAV logging files
I've run into a weird problem with ClamAV that I have been unable to resolve, due to a incredibly non-informative error message.
I've installed ClamAV via aptitude on an Ubuntu box (ClamAV ...
1
vote
1answer
279 views
Permission problems with Clamfs
been trying to get clamfs working on Ubuntu 10.4. It seems like everything is working, clamfs locates infected files and prevents me from opening these.
But I am having permission troubles with a ...
3
votes
3answers
3k views
How to upgrade ClamAV on Ubuntu Hardy Heron 8.04 LTS?
I'm running a server on Ubuntu Hardy Heron 8.04 LTS, and when I installed ClamAV via aptitude, it installed version 0.94. That version has now been EOL'ed, but when I run "aptitude upgrade", it ...
0
votes
4answers
2k views
How to resolve these errors and install ClamAV for Perl under Ubuntu/Debian?
After successful
apt-get install clamav
I then did:
perl -MCPAN -e shell
install File::Scan::ClamAV
and got
CPAN.pm: Going to build J/JA/JAMTUR/File-Scan-ClamAV-1.91.tar.gz
Cannot find ...
3
votes
1answer
133 views
System-wide virus scans in Ubuntu?
I installed ClamAV (clamav-daemon and clamav-freshclam) in order to set up a policy of regularly scanning my LTSP thin client setup for Windows viruses.
Currently, we have a variety of users, each ...