Plesk 12.x / Linux :: Antivirus Not Enabled When Using CLI

Dec 29, 2014

when trying to add several useraccounts to our mail domain using the cli, we have a problem enabling the antivirus. We add user with the following CLI command, the antivirus flag is set. /usr/local/psa/bin/mail --create mail@mail.box -mailbox true -antivirus inout -passwd yourpassword -cp-access true

But when we got to the web interface and select the newly created user, the antivirus is still disabled for him and has to be enabled manually. Is this a known problem? Or is there any other way to automatically enable antivirus than using the "-antivirus" flag? Because we 're talking about more than 100 users it would take a lot of time enabling the AV manually for each of them.We 're running 12.0.18 Update Nr. 29

View 1 Replies


ADVERTISEMENT

Plesk 11.x / Linux :: Mail Antivirus Disable Notification

Jul 27, 2014

The premium antivirus when enabled it automatically sends notifications to both sender and server admin. I wish to disable the the notification to the sender and also only send a summary email weekly to the admin.

View 3 Replies View Related

Plesk 12.x / Linux :: Bulk Switch On Antivirus Protection For All Mailboxes?

Mar 11, 2015

Is there a command to turn on antivirus for all mailboxes without having to enter each mailbox and update manually. I have over 800 mailboxes which need updating,

View 6 Replies View Related

Plesk 12.x / Linux :: Parallels Premium Antivirus Memory Hogg?

Dec 3, 2014

So I set up a Cloud VM to host a number of websites and as a precaution I enabled the Parallels Antivirus.... wow. The server memory usage has shot up from 55% to 108% when it is turned on.

This is bonkers - how can I reduce the memory back to a safer % while keeping the AV turned on? Are there other services that are non essential that I can turn off without effecting performance?

View 8 Replies View Related

Plesk 12.x / Linux :: FTP Very Slow (with Firewall / Mod Security Enabled)

Jun 26, 2014

After upgrading to Plesk 12 the FTP connection has become very slow. Mode Security, Fail2Ban and Plesk Firewall have been enabled, the security is set to force sFTP and maximum security and in /etc/proftpd.d/ a conf file has been added to set the passive ports that have been opened in the Plesk Firewall (60000 to 62000)

Turning off the Mod Security does not solve the slow connection.

What can we do to detect the cause of the problem?

View 3 Replies View Related

Plesk 12.x / Linux :: Enabled Rkhunter To Check System

Sep 20, 2014

I enabled rkhunter in Plesk 12 to check the system weekly. I get a warning now, which I never got in older versions of Plesk:

The current hash function (/usr/bin/sha1sum) or package manager (DPKG) is incompatible with the hash function (Unset) or package manager (Unset) used to store the values. Debian 7.6 x64

View 6 Replies View Related

Plesk 12.x / Linux :: SSL Sites Receive 502 Bad Gateway When Nginx Is Enabled

Oct 22, 2014

When I turn on nginx for the server I am able to browse non SSL protected sites correctly. I receive a 502 Bad Gateway error on any sites that have an SSL certificate. Is there a fix for this? I have been unable to find one.

I am running Plesk 12 on an Ubuntu server.

View 6 Replies View Related

Plesk 11.x / Linux :: Passport Protection For Stat Folder Is Not Enabled

Aug 15, 2014

Today when I visited my plesk-stat folder, I saw that it is publicly available. Everyone can see the stats.

https://example.com/plesk-stat/

Is not this folder supposed to be protected by password as default?

View 3 Replies View Related

Plesk 11.x / Linux :: Enabled Firewall To IP - Failed To Retrieve Directory Listing

Apr 10, 2014

I enabled plesk firewall to my ip now I cant seem retrieve directory listing. I've done the same with ssh that works fine.

Response:230 User logged in
Command:OPTS UTF8 ON
Response:200 UTF8 set to on
Status:Connected
Status:Retrieving directory listing...
Command:PWD
Response:257 "/" is the current directory
Command:TYPE I
Response:200 Type set to I
Command:PASV
Response:227 Entering Passive Mode
Command:MLSD
Error:Connection timed out
Error:Failed to retrieve directory listing

View 3 Replies View Related

Plesk 12.x / Linux :: Firewall Enabled - FTP Stopped Working In Passive Mode

Aug 19, 2014

I am running Plesk 12 . Centos 6.5

I have Plesk Firewall Installed.

After the Plesk Firewall was enabled the FTP Stopped working in passive Mode.

I searched the net and found the following :

Code:

/etc/sysconfig/iptables-config and change the line with IPTABLES_MODULES to: IPTABLES_MODULES="ip_conntrack_ftp"

It started working.

I changed the default FTP port from proftpd.conf

Code:
port 2392
and /etc/services

Code:
ftp 2392/tcp
ftp 2392/udp fsp fspd

I allowed the new port in Plesk Firewall in Incoming connection and disabled port 21

Now I am not able to connect to the ftp, I get the following error. Have I missed anything ?

Code:

Response:257 "/" is the current directory
Command:TYPE I
Response:200 Type set to I
Command:PASV
Response:227 Entering Passive Mode (85,25,51,34,216,46).
Command:MLSD
Error:Connection timed out
Error:Failed to retrieve directory listing

View 4 Replies View Related

Plesk 11.x / Linux :: How To Obtain List Of All Domain With Argument Enabled Or Disabled

Jul 14, 2014

I know the command in ssh

/usr/local/psa/bin/domain -u domain.com -status enabled
/usr/local/psa/bin/domain -u domain.com -status disabled

but i want to know how can i do to obtain a complete list with all domains on servers wich indicate me which domains are disabled or not ?

View 4 Replies View Related

Plesk 12.x / Linux :: Debian 7 Errors Related To Kaspersky Antivirus Startup Script Kavehost

Jun 17, 2015

I have Plesk 12 panel on Debian 7 server.

When I try to add service to auto start using command:
# update-rc.d nginx defaults
update-rc.d: using dependency based boot sequencing

I got error:
insserv: warning: script 'kavehost' missing LSB tags and overrides
#

View 2 Replies View Related

Plesk 11.x / Linux :: Parallels Panel Update Failed - Yum Repository Atomic Enabled

Nov 18, 2014

For some time now the Autoinstaller fails and the Plesk control panel becomes inoperable until I run the stop and then start command for the plesk control panel. Looking at the error log: autoinstaller3.log I see the following output:

WARNING: Third-party Yum repository 'atomic' is enabled, installation may fail.

Since you use one or more 3rd-party repos (say, atomic), be careful when installing different package versions from different repos as this may lead to installation failures. For example, you may encounter a problem if you first install PHP from a 3rd-party repo and then upgrade it using the Parallels repo. To avoid such situations, install and upgdare packages from the same repo.

Traceback (most recent call last):
File "/usr/local/psa/bin/yum_install", line 194, in <module>
main()
File "/usr/local/psa/bin/yum_install", line 189, in main

[code]....

The Yum utility failed to install the required packages.Attention! Your software might be inoperable.contact product technical support.Click to expand...

View 2 Replies View Related

Plesk 11.x / Linux :: Anti-virus And Anti-spam Enabled By Default On Mailbox Creation?

May 27, 2013

It is possible to have anti-virus and anti-spam enabled by default when we go to "CREATE E-MAIL ADRESS" -> "SPAM FILTER" / "ANTI-VIRUS" is always disabled.

View 13 Replies View Related

Recommend A Linux AntiVirus

Jun 17, 2008

Can anyone recommend a linux antivirus? I know such a thing isn't widely used however we'd like a way to scan attachments uploaded on a vbulletin forum to be scanned so other users don't get infected.

View 13 Replies View Related

AntiSpam & AntiVirus Open Source For Linux?

Jun 7, 2007

What open source in linux do you know for anti-spam & anti-virus? Is there existed a benchmark?

View 1 Replies View Related

DrWeb Antivirus & Plesk

Feb 2, 2007

I am running Plesk server and without any changes to the server DrWeb is sending hundreds of emails to the postmaster email address...

Dear Postmaster,

the message with following attributes has not been delivered, because contains an object which cannot be checked by antivirus ....

View 12 Replies View Related

Antivirus For Plesk Server

Sep 11, 2008

I've been getting so many warnings from my data center that there are active viruses on my server. These viruses get uploaded when user uploads data using FTP.

I am looking for a good / cost effective antivirus for server which should check all files as well as emails and remove virus from server.

Server Info : Windows 2003 + Plesk Control Panel.

View 9 Replies View Related

Good Free Antivirus For Linux Dedicated Servers?

Jul 2, 2008

good free antivirus for linux dedicated servers? ...

View 7 Replies View Related

Best Antivirus ?

Jan 15, 2008

Is there any best antivirus for cpanel?

* which antivirus you use?

i have a dedicated server w/ cpanel and looks like no antivirus comes with cpanel?

View 3 Replies View Related

Antivirus.exim

Mar 29, 2008

i have installed antivirus.exim on server but if i like to set filters for particular domain
how can i set it?

if i set 25 as global but i like to set more then 50 filter for only one domain is it possible?
if yes then how?

View 2 Replies View Related

What Is The Best Antivirus FOR CENTOS?

Aug 3, 2009

What is the best anti virus FOR CENTOS 5.3. Installation and configuration of the way I can help.
Exactly and free anti virus and non-free 2 per model names.

View 13 Replies View Related

Antivirus Software

Oct 30, 2006

There's a lot of anti-virus programs for Windows (Norton, McAffee, Zonealarm, etc.), but there doesn't seem to be any for Linux. Why is that? Am I just searching in the wrong places?

View 5 Replies View Related

Antivirus Like F-secure

Jun 13, 2007

I am looking for antivirus under linux like f-secure scanning php shell files scripts but free
i am facing many problems here from these shell files ....

View 0 Replies View Related

Antivirus To Use With Cpanel Apart From Clamav?

Sep 29, 2006

is there a antivirus i can use with cpanel apart from clamav? found a virus on my work pc this morning that was trying to send emails out so i want my cpanel server to prevent any emails with virus's going out.

i was told clamav would slow down my server so i thought about AVG and was just wondering what other people have installed.

View 0 Replies View Related

Which AntiVirus For Windows Servers?

Jun 1, 2008

I'm rather new to Windows dedicated servers and would like to know which Anti Virus to use for a Windows dedicated server?

What other security measures do I need to take on the windows server as well?

Been hosting with Linux servers for years, one would almost expect that a security on a Windows server is "second nature", but I have some doubts about the security of these servers. We'll be using Windows 2003 standard & Windows 2003 Web edition.

View 6 Replies View Related

Rackmount AntiVirus Appliance?

Apr 25, 2007

Can anyone recommend an affordable antivirus hardware appliance that can be put in-line between a physical machine acting as a mail server and the switch? I need it only to filter on ONE machine so it would not have to be extremely fast. Spam filtering would be a plus as well. Any recommendations? I am looking for something plug and play.

View 8 Replies View Related

What Is The Best Antivirus For Dedicated Servers

Jul 7, 2008

as in the title i want to know the best antivirus for dedicated servers
......................

does clam antivirus work well ?
.........................

what should i do to clean all the viruses and trojans on the server?
...............

View 5 Replies View Related

Which Antivirus Product Works In The VPS?

Oct 26, 2008

Which antivirus product works in the VPS?

I just installed Avira Antivir Windows Server 8 to my VPS but it didn't work out (service won't start). Have you ever installed antivirus client for VPS? If you have, what client should work in the Windows VPS (F-Secure, Symantec...)?

View 3 Replies View Related

Windows Firewall And Antivirus?

Aug 6, 2007

there is any solution like APF+BFD in linux for a windows 2003 server?

and how about antivurs? each one do you use?

View 10 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved