Plesk 12.x / Linux :: Spamassassin Installation Error - Ubuntu 14.04

Mar 2, 2015

Installing Plesk Panel with Spamassassin on Ubuntu 14.04 LTS gives a significant error:

Restarting SpamAssassin Mail Filter Daemon: No /usr/bin/perl found running; none killed.
server socket setup failed, retry 1: spamd: could not create IO::Socket::INET6 socket on [::1]:783: Cannot assign requested address
server socket setup failed, retry 2: spamd: could not create IO::Socket::INET6 socket on [127.0.0.1]:783: Address already in use

server socket setup failed, retry 9: spamd: could not create IO::Socket::INET6 socket on [127.0.0.1]:783: Address already in use
spamd: could not create IO::Socket::INET6 socket on [127.0.0.1]:783: Address already in use
invoke-rc.d: initscript spamassassin, action "restart" failed.
dpkg: error processing package sa-compile (--configure):

even though spamassassin (i.e. spamd) is not running. The usual suspects for the before mentioned error, being

a) differences in the name of the PIDFILE variable in /etc/default/spamassassin and /etc/init.d/spamassassin
b) directory and/or file location are not readable/writable

are not causing this specific installation bug. The work-arounds:

1 - not installing spamassassin (not an option)
2 - installing spamassassin and (afterwards)

change /etc/default/spamassassin, add the option "-4" to the line OPTIONS, resulting in the line: OPTIONS="--nouser-config -4 --username=popuser --daemonize --helper-home-dir=/var/qmail --virtual-config-dir=/var/qmail/mailnames/%d/%l/.spamassassin --create-prefs --max-children=5"
run plesk-installer or autoinstaller again ..Work-around 2 works fine, after reinstallation the /etc/default/spamassassin is as it should be (note that the added "-4" is not present anymore).

The before mentioned work-around suggests some error in the installation process, very likely to be an issue with the chronological order of installation of the various components. In theory, it can be excluded that this bug/issue is caused by psa-spamassassin and/or spamassassin (version 3.3.x) packages, even though some current spamassassin bugs are known: URL....I sincerely hope that Parallels Team can investigate and patch both of the bugs/issues.

View 3 Replies


ADVERTISEMENT

Plesk 12.x / Linux :: Fresh Installation Of Ubuntu - Sw-engine Fails To Start?

Aug 11, 2014

on a fresh installation of Ubuntu (at first 14.04 but on 12.04 the same problem occurs) I installed Plesk via the autoinstaller. It seems to be all fine except I cannot open Plesk in the browser.

The web browser shows "502 Bad Gateway", a look into the error_log at "/var/log/plesk/sw-cp-server" shows the following error:

Code:
2014/08/11 09:37:22 [crit] 4988#0: *4 connect() to unix:/var/run/sw-engine.sock failed (2: No such file or directory) while connecting to upstream, client: xxx.xxx.xxx.xxx, server: , request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/var/run/sw-engine.sock:", host: "xxx.xxx.xxx.xxx:8443"
So the problem seems to be the sw-engine service that cannot be started.
If I try to start it manually with `/etc/init.d/sw-engine start` it just fails:

Code:
* Starting Plesk engine pool manager sw-engine-fpm [fail]

Where to find any startup error log for sw-engine, where I could find any further information.

View 2 Replies View Related

Plesk 12.x / Linux :: No Mcrypt Extension For Magento Shop - Installation Failed Ubuntu

Mar 18, 2015

I used the search function. Im USING UBUNTU NOT CENTOS!

I set up an virtual ubuntu Server on a Proxmox Root. I used the .iso from plesk.

Now when i tried to start installing magento, there is the message, that there is no mcrypt installed.

I installed it using php5-mcrypt its done and i can see the folders and also te mcrypt.so and so on.

When i tried to install atomic there is the message that redhead is not available at /etc/readhead...

View 4 Replies View Related

Plesk 11.x / Linux :: Error Installation Joomla App

May 27, 2014

I get this error by installing joomla attached...

View 2 Replies View Related

Plesk 12.x / Linux :: Installation Script MySQL Error

Oct 15, 2014

on my Ubuntu 14.04 LTS server, I have ran the install script. This process stopped with the message: ERROR while trying to establish test connection. If you are installing Plesk on an already configured MySQL server, you need to specify the administrator's credentials to succeed with the installation.

To do this, you need to create a file - /root/.my.cnf with the 'client' section where you need to provide user and its password ("user = $admin_name" and "password = $admin_pass").

After installation is finished, the file /root/.my.cnf will be renamed to /root/.my.cnf.bak

Check the error reason(see log file: /var/log/plesk/install/plesk_12.0.18_installation.log), fix and try again

Accordingly, I have the existing my.conf copied to the ROOT directory and added the two missing lines in the client area. After that I started the plesk-installer.sh again. The process stopped at a line

"Installed product components are determined" and nothing still happend. The log files says nothing but the last information at the previous try.

View 1 Replies View Related

Plesk 12.x / Linux :: Open-xchange Installation Error

Nov 17, 2014

Iupdate to plesk 12.0.18

I tried to install open-xchange from application vault.

I got the following error message: Fehler: Die Installation von Open-Xchange ist fehlgeschlagen. Non-zero exit status returned by script. Output stream: 'Creating OX context user_30 Not Found Failed to create OX context user_30: Not Found '. Error stream: 'Creating OX context user_30 Not Found Failed to create OX context user_30: Not Found '.

the following properties I made:
public ox website: http://ox.mydomain.de
ox installation server: myip

View 3 Replies View Related

Plesk 12.x / Linux :: Postfix Apt-get Unmet Dependencies Error During Installation

May 27, 2015

I got and apt-get dependencies error while installing Postfix. At the end the log told me, to ask for free support - thats what I am trying to get here.

My system is Debian Wheezy with Plesk 12.0.18

How can I re-enable my Postfix?

View 5 Replies View Related

Chrooting Apache2 In Ubuntu Lamp Installation

May 11, 2008

I've got ubuntu 6.02 server CLI edition running in test.

I was following the guide at [url]but its about 4 years out of date.

Does anyone know of any decent guides for chrooting apache2 under a LAMP install on ubuntu?

View 2 Replies View Related

Plesk 12.x / Linux :: MySQL 5.6 On Ubuntu 12.04?

Jun 7, 2015

I would like to Mysql 5.6 installed on Plesk 12. Is that possible? How does it work?

View 1 Replies View Related

Plesk 12.x / Linux :: How To Upgrade PHP 5.5 In Ubuntu 12.04

Sep 29, 2014

I have upgraded php 5.5 using below steps,

===
sudo add-apt-repository ppandrej/php5
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install php5
==

Its also upgrading Apache from 2.2 to 2.4 and after installation, it break my Apache configuration and getting configuration errors when adding domains from Plesk etc.

Is there any proper way to upgrade PHP 5.5 in Plesk 12.0(Ubuntu 12.04)...

View 1 Replies View Related

Plesk 12.x / Linux :: Upgrade MySQL From 5.5 To 5.6 (Ubuntu 14.04)?

Nov 28, 2014

I see that Plesk 12 supports MySQL 5.6, but the server I am running is Ububtu 14.04 LTS and comes with 5.5.

I need to make 5.6 available but I can see no way of doing it without breaking Plesk (I already tried just installing it from command line with apt-get install and had to restore the whole server from backup!) - there is no option for MYSQL in Plesks updates & upgrades menu ...

View 14 Replies View Related

Plesk 12.x / Linux :: Server Transfer - Ubuntu 12 To 14

Feb 10, 2015

I am trying to transfer Plesk 12.0.18#34 from an Ubuntu 12 server to an Ubuntu 14 server.

Using the transfer manager, I got these warnings:

The following Apache modules are not installed on the destination server: authz_default. Please install and enable these modules to prevent possible problems. The following Apache modules are disabled on the destination server: roxy_http,proxy_html,proxy,authz_groupfile,reqtimeout. Please enable these modules to prevent possible problems. The php_version 5.3 is not available on the destination server. Instead, Plesk will use the following version: 5.5. To use the same php_version as on the source server, you should turn on or install it on the destination server. 3 domain(s) will be affected.​

I am a bit puzzled by the authz_default warning as it is not supported anymore on Apache 2.4.

If I override and launch the transfer, I get these errors:

PHP Notice: Trying to get property of non-object; File: /opt/psa/admin/plib/backup/Conflicts/PleskDataManager.php, Line: 173
PHP Notice: Undefined index: xx.xx.xxx.202 [IP of old server]; File: /opt/psa/admin/plib/backup/Conflicts/PleskDataManager.php, Line: 180

[Code]....

View 2 Replies View Related

Plesk 12.x / Linux :: Ubuntu 12.04 Very Slow Especially With Android Studio

Aug 24, 2014

I have an old laptop with the following specification: Memory: 485 MiB, Processor: Genuine intel CPU T2300 @ 1.66 GHz ×2, OS Type: 32 bit, Disk: 78.1 GB,

I installed on it Ubuntu 12.04 LTS and I noticed that the overall system is very slow in responding. I tried to search about that in the internet and I found some articles talking about how to make Ubuntu 12.04 LTS run fast I applied all what they said including download LXDE desktop environment and then nothing different in the system response time.

Then I need to develop some android applications so, I download Android Studio (Beta) 0.8.6. The problem became worse than before whenever I tried to open the Android Studio the screen is frozen for some minutes then it took time to download the projects and initialize the work space also, when I tried to move the cursor he is move very slowly. When I tried to run my first application on the AVD it took three hours and still not run yet.

I delete the Android Studio and install it again several times, I was trying to solve the problem but still nothing change.

View 1 Replies View Related

Plesk 11.x / Linux :: Reinstallation While Retaining All Data (Ubuntu)

May 7, 2014

We've had an issue where some of our Plesk installation was trashed. It's on a server which runs multiple live sites.

Most of the psa package no longer exists.

Is there a way to re-install Plesk without making it "think" that it's a new installation, thereby preserving all data?

Would apt-get install -f psa do it?

View 1 Replies View Related

Plesk Automation :: Error During PPA Installation On Server

Feb 12, 2014

I'm trying to install PPA on a server, but I'm getting an error during installation:

[INFO]: Checking current user privileges...
[INFO]: Checking critical environment requirements...
[INFO]: Determining OS parameters...
[INFO]: Detected OS: CentOS-6-x86_64
[INFO]: Getting SELinux state...

[Code] ....

View 3 Replies View Related

Plesk 12.x / Linux :: Spamassassin Is Not Installed?

Oct 21, 2014

I have a problem with Parallels Plesk 12 Web Host Edition. In the dashboard, Plesk tells me that Spamassassin service is not running and not installed.

How to setting up it ? Is there a component, a service to buy, or do i have to configure it through SSH ?

View 1 Replies View Related

Plesk 11.x / Linux :: ProFTPD Not Working On Fresh Ubuntu 12.04 LTS Install

May 10, 2014

I had a HDD crash recently on my Root Server. Replaced HDDs, installed Ubuntu 12.04 LTS, since Ubuntu 14.04 LTS is not supported by Plesk yet. Anyway...

I had 2 issues:

1) Could not create Customers, because IP Pool was empty. Changed IP Type from Dedicated to Shared. Fixed issue.
2) Cannot connect to the FTP Server using the Login Data from one of my Domains.

FlashFXP and FileZilla both show the same error, which is:

Code:
Response:220 ProFTPD 1.3.4c Server (ProFTPD) [*ip removed*]
Command:USER *user removed*
Response:331 Password required for *user removed*
Command:PASS **************
Response:530 Login incorrect.
Error:Critical error
Error:Could not connect to server

View 1 Replies View Related

Plesk 11.x / Windows :: Wordpress - 500 Error On Installation Of Theme

Jan 23, 2014

Windows setup: Plesk Panel 11.5 - Server 2012r2 - IIS 8.5 - PHP 5.3/5.4/5.5 - mySQL/MSSQL. Server runs behind firewall (NAT). Setup with local DNS pointing all A records towards public IP.

Situation:
Installed Wordpress through Plesk applications. (mysql). URL....Installs themes in WP console. Everything ok. Installs theme from file, site gets an 500 error. Sometimes installation of theme goes fine, but once activated or previewed it shows 500 error.

Error:
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.

View 10 Replies View Related

Plesk 11.x / Linux :: Spamassassin For Relay Mails?

Oct 1, 2013

We are using Plesk 11.5 with postfix MTA. Spamassassin is working fine for incoming mails and leaves outbound mails unchecked - as it should.

Now there is one of my domains whose mails are relayed to another server (using postfix transport tab; mail support for this domain is disabled in plesk). For the moment, these mails arrive without beeing checked and marked by spamassassin. How could I change this? I have tried to register an additional mail-handler like

Code:
/usr/local/psa/admin/sbin/mail_handlers_control --add --priority=10 --executable=/usr/local/psa/handlers/hooks/spam --name=spam --enabled --queue=before-remote --mailname=relaydomain.de --type=recipient-domain --dont-preserve-on-restore --context=text

but this didn't have any effect so far.

If there is a direct way to enable spam-control for relay domains, Otherwise I could still access spamassassin via postfix' config-files, but how to use two different implementation of spamassassin at the same time.

View 4 Replies View Related

Plesk 11.x / Linux :: Clear SpamAssassin Database?

Sep 19, 2014

The SpamAssassin bayes database has become ineffective on one of our servers and we want to wipe it and start fresh - how to do this on Plesk 11.5.30?

View 1 Replies View Related

Plesk 11.x / Linux :: Improve SpamAssassin Performance?

Jul 8, 2014

What steps can we take to improve SpamAssassin performance? I know this was talked about in older Plesk versions, but we may be able to do more now. What configurations can I do to stop more spam?

View 1 Replies View Related

Plesk 12.x / Linux :: Spamassassin Bayes Not Working

Jun 15, 2015

It seems that SA is not using bayes on the incoming messages. How to get bayes to work?

I have trained with plenty of ham and spam. Where are the db files for global bayes located?

View 5 Replies View Related

Plesk 11.x / Linux :: Update The Rules Within Spamassassin?

May 18, 2014

I am running Plesk 11.5.30 Update #44, Postfix 2.8.14 and Spamassassin 3.3.1 on a Red Hat Enterprise Linux Server 6.5 server. I am looking to update the rules within Spamassassin. I have had a bit of a look and see that a crontab has been created but its a bash script with a comment saying it has been disabled by psa-spamassassin package (/etc/cron.d/sa-update).

Code:

#!/bin/sh
# This task was disabled by psa-spamassassin package
exit 0

Is there a reason why it has been disabled by Plesk? If I update the rules, will it break something?

I have recently added into Postfix RBLs to reduce the amount of SPAM my customers is getting and this is my next step in a list of things that I would like to change.

View 1 Replies View Related

Plesk 12.x / Windows :: Can't Get WP To Initiate Installation Process - HTTP 500 Error

Feb 24, 2015

I'm trying to install worpress manually but I can't get the WP do initiate the installation process.

I give a HTTP 500 error

I have Windows 2012 R2 server.

View 4 Replies View Related

Plesk 12.x / Linux :: Unable To Start Spamassassin On Server

May 23, 2015

I noticed that my spamassassin wasn't running on my server. so I restarted the service from the plesk panel but got the following message:

Error: Unable to make action: Unable to manage service by spammng: spamassassin: unrecognized service
ERROR:spammng:Unable to start SpamAssassin service
('--start', 'spamassassin')

So I SSH'ed into my machine and saw that spamassassin wasn't running.

The I reinstalled spamassassin from the "add and remove product components", but that didn't change anything. Still the same error.

View 18 Replies View Related

Plesk 12.x / Linux :: Service Provider View Missing On Ubuntu 14.04 (only Power Panel Show Up)

Jun 18, 2014

We are unable to change the view to service provider in plesk12. Only power panel seems to show up.

Tried to do a bootstrap repair but that hasn't fixed it.

View 3 Replies View Related

Plesk 12.x / Linux :: Spamassassin Errors - Unable To Find User

May 24, 2015

I just migrated a bunch of domains from plesk 11.5. Everything appears to be working well however when examining the maillog, I am seeing some strange errors... In this example, the message was delivered and had the spamassassin stuff in the header.

spamd: handle_user unable to find user: 'jason@xxxxxxp.com'

View 4 Replies View Related

Plesk 11.x / Linux :: Spamassassin Is Not Used For Domains In Postfix Transport Maps

Jun 5, 2014

I have one specific domain being to another SMTP server via Postfix transport_maps.

This works great, apart from Spam check not working anymore, Spamassassin is not being called for the domain.

Is there any configuration to have Spamassassin check email before it is routed via transport_maps?

View 3 Replies View Related

Plesk 11.x / Linux :: When Using Move To Folder Option - Spamassassin Is Not Adding Headers

Jun 19, 2014

When I set up spamassassin to store spam in the spam folder of my mailbox, it doesn't add any X-Sapm headers nor tags the subject. All I found so far was an old thread where a plesk employee stated that it will be fixed in 'a' future version.

I am on 11.5.30 Update #47.

View 3 Replies View Related

Plesk 11.x / Linux :: Retrieve Spamassassin Spam Folder From Email Client

Jun 12, 2014

The Plesk panel indicates that the Spam folder can be retrieved using an email client. We are using Outlook 2013 and can not figure out a way to make this happen. We can see the Spam folder using Webmail, but the contents never shows up in Outlook...

View 1 Replies View Related

Plesk 11.x / Linux :: Shutdown Completely Spamassassin Service And Mailbox Statistic?

Sep 30, 2014

I'm suffer 2 major problem as below :

1.
how to turn off spamassassin completely ?

I've already stop the spamassassin service on Services Management but it's only valid one day. The next day, spam assassin service automatically start

2.
my customer mailbox statistic wrong. Even if their mailbox not full but when they send email. The quota said that their mailbox full. So they can't send/receive email.

Our action :
Manually, use command
/usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/admin/plib/DailyMaintainance/script.php -f execute-statistics

View 14 Replies View Related







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