Plesk Automation :: After PPA Migration - Outgoing SMTP Submission Port Error

Aug 29, 2013

After migrating our existing client base from legacy Plesk 9.x servers and Expand to PPA, clients phoned in with mail sending problems. These clients are using submission port 587 because their ISPs intercept port 25.

Existing client, Outlook error message:

"None of the authentication methods supported by this client are supported by your server"

Testing with Thunderbird, error message:

"An error occurred while sending mail. The mail server responded: 5.7.0 Must issue a STARTTLS command first. Please verify that your email address is correct in your Mail preferences and try again."

It seems a "fresh" PPA requires STARTTLS on e-mail clients. It is furthermore confirmed that Thunderbird detects the e-mail server settings as dependant on TLS.

The problem is that TLS doesn't seem to work properly by default.

In order to preserve our existing customer base, we follow: [URL] ....

Bottom line, in your /etc/postfix/master.cf, change the line that says "submission" from this:

submission inet n – - – - smtpd -o smtpd_enforce_tls=yes -o smtpd_tls_security_level=encyrpt -o smtpd_sasl_auth_enable=yes -o smtpd_client_restrictions=permit_sasl_authenticate d,reject -o smtpd_sender_restrictions= -o smtpd_proxy_filter=127.$

to this:
submission inet n – - – - smtpd -o smtpd_enforce_tls=no -o smtpd_tls_security_level=may -o smtpd_sasl_auth_enable=yes -o smtpd_client_restrictions=permit_sasl_authenticate d,reject -o smtpd_sender_restrictions= -o smtpd_proxy_filter=127.$

then do:
/etc/init.d/postfix reload

This is just a quick fix to get you going and stop the phones from ringing. Ideally we would like to re-enable TLS and have information as to why it is not working.

View 2 Replies


ADVERTISEMENT

Plesk Automation :: Error Using PPA Migration Tools - No Handlers Could Be Found For Logger

Sep 3, 2014

We are in the middle of a huge migration from Expand to PPA using the migrations tool provided by Parallels. But since a few days, we constantly receive the message

Code: No handlers could be found for logger "parallels"

View 3 Replies View Related

Plesk 12.x / Linux :: SMTP Outgoing Email Error Webmail And Outlook

Jul 16, 2014

I have just install on a new server plesk 12.0.18 Update #7 on centos 6.5 final.Added new hosting for the domain on a dedicated IP. All works fine (website, incoming mails etc) apart from outgoing mails.Both webmail (roundcube) and other mail software (outlook 2010, 2013 , android phone etc) outgoing mail i can't get to work.

I have attached screen from webmail with SMTP error (250) : Authentication failed..With Outlook it will allow me to set up account, test account setting... it say all all complete if i don't set secure connection (SSL)/requires authentication. But when you try sending mails you get the error: Your message did not reach some or all of the intended recipients.

Subject:test
Sent:16/07/2014 15:13

The following recipient(s) cannot be reached:

'x@xxx.com' on 16/07/2014 15:13
Server error: '554 5.7.1 <x@xxx.com>: Relay access denied'

When you set the outgoing requires authentication/ advance SSL you get:Send test e-mail message: None of the authentication methods supported by this client are supported by your server.I have tried changing to some outgoing ports to no avail.

View 3 Replies View Related

Plesk Automation :: Error SMTP 550 - User Unknown In Virtual Mailbox Table

Nov 7, 2014

I have a problem with my Parallels Plesk Panel (v 11.5.30) in CentOS 6.4.

When I try to send an email by RoundCube to an other email address with the same domain (that is hosted in my server) i get this error:

Error SMTP (550): ... "xxxxxx@mydomain.com" (5.1.1 <xxxxxx@mydomain.com>: Recipient address rejected: User unknown in virtual mailbox table)

View 2 Replies View Related

Plesk Automation :: Outgoing Messages Forwarding Or BCC?

Feb 22, 2014

I'm using Parallels Plesk 11.0.9 and I have a client who requested that all emails sent for "user1@mail.com" to be automatically forwarded to him (user2@mail.com).

He wants to do it, so he can verify if the email account is being used for the right business purposes.

Is there any way of configuring it from Parallels Panel?

View 1 Replies View Related

Plesk Automation :: Expand To PPA Migration

Mar 5, 2014

We currently have Plesk Expand 2.3.2 with 3 Linux servers, 1 Windows server, a SmarterMail server and 2 DNS servers that we are looking to migrate to PPA 11.5. I have the PPA working okay and am trying to test out a migration on just one domain from one of the Linux servers. When I run the preliminary check I keep getting this error:

Error: Mail content transfer from Qmail/Postfix to SmarterMail mail service is not supported.

Assign this subscription to a service template which offers Postfix mail service. We aren't using Qmail or Postfix for user mailboxes in the Expand or PPA systems, only the SmarterMail. I've tried the work around listed here: [URL] .... but that didn't work.

Am I still going to have to assign Postfix to my Service Templates in PPA even if we're not planning on using it for mailboxes?

View 1 Replies View Related

Plesk Automation :: Hsphere To PPA Migration Fails

Apr 29, 2014

Trying to migrate from Hsphere to PPA but failing with the following errors

[2014-04-29 20:14:02] [INFO] | START: fetch info from source servers
[2014-04-29 20:14:02] [INFO] fetch-source| Fetch H-sphere servers information.
[2014-04-29 20:14:32] [ERROR] | ABORT (by exception): fetch info from source servers
[2014-04-29 20:14:32] [ERROR] | Exception:
Traceback (most recent call last):

[Code] .....

View 3 Replies View Related

Plesk Automation :: Error While Installing Automation During (Getting SELinux) Step

Jul 5, 2013

I am trying to install Automation, and I keep getting an error after the "Getting SELinux" step, here is a log of the process so far:

Code:
[INFO]: Checking current user privileges...
[INFO]: Checking critical environment requirements...
[INFO]: Determining OS parameters...
[INFO]: Detected OS: CentOS-5-x86_64
[INFO]: Getting SELinux state...
[ERROR]: Unexpected error: ''

[Code] ....

I have tried running the installation on a different server and the same issue came up...

View 19 Replies View Related

Plesk Automation :: Hsphere Migration - Merging Two Clusters Into One?

Jan 19, 2013

In anticipation of the Migration from Hsphere to PPA at some point in the future, I would like to know if there is maybe an option to merge two HSphere clusters into one PPA cluster.

In HSphere the whitelable/reseller function had a couple of weak spots. One of them was the fact that the same domain registrar account was used for end-users and resellers.

Because of that some Hsphere businesses decided to run one cluster for Resellers and one for End-Users.

Now, with the dawn of a Migration from Hsphere to PPA it would be great to finally only have one single cluster.

View 8 Replies View Related

Plesk 12.x / Windows :: SMTP Authorization After Migration

Oct 10, 2014

I just finished to migrate my Plesk 10.5 to 12 and everything is great now.

I just have a little problem with SMTP authorization.

This option, if i'm not doing something wrong, is located on Mail Settings and especially in the section "Relay options". I ticked "authorization is required" and "SMTP".

But when I try to check it on my email client, I can send emails with or without the the SMTP authorization option on the email client.

View 2 Replies View Related

Plesk 12.x / Windows :: Migration Manager - Set Non Default RDP Port

Dec 30, 2014

Is it possible in migration manager set a non default RDP port?

View 1 Replies View Related

Plesk Automation :: Branding Not Working And Port 443 Fails

Oct 24, 2014

We have tried to add branding to our Plesk Automation install but are not having any luck.

When trying to access the branded domain it tries to redirect to https://branded-domain.com but the page fails to load, looks as though the control panel is not listening on port 443.

Even trying to access https://ip-address of CP fails but https://ip-address:8443 works fine.

If I try to telnet to the CP ip:443 it fails to connect.

View 2 Replies View Related

Plesk 11.x / Linux :: Alternative SMTP Port

May 23, 2014

I would like to close port 25 and use other port for SMTP service and so avoid a lot of attempts to Access my SNTP port.

I followed all the steps in [URL] ... included the last one, about close port 25 from external.

And now qmail can send mails but can not receive from external senders. Is there any solution for solve it? or qmail must listen port 25?

View 2 Replies View Related

Plesk Automation :: SMTP Rate Limit For Receiving Mail On Service Nodes?

May 5, 2014

Is there a KB (I couldn't find one) - to implement rate limiting for receiving mail on our service nodes?

Just had another customer account compromised (not a very weak password either) - and that meant > 250,000 emails - a LOT of cleanup.

Not only do we need rate limiting, but we also need notification of potential abuses.

View 4 Replies View Related

Plesk 11.x / Linux :: How To Add Additional SMTP Port To Qmail

May 13, 2014

I want to add a new port for SMTP (1024) as a client's ISP block 25, 587 and 2525. I tried following this guide: [URL] ... but it doesn't work with Parallels Plesk Panel 11.5 ...

How to add an additional SMTP port to Qmail in Plesk 11.5?

View 1 Replies View Related

Plesk 11.x / Linux :: SMTP Service (qmail) Stops Responding On Port 25

May 19, 2015

Since 15.05.2015 smtp experiencing problems.

Smtp service (qmail) stops responding on port 25:
# time telnet localhost 25
Trying 127.0.0.1...
quit
quit
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
quit
quit
Connection closed by foreign host.

real 4m10.629s
user 0m0.000s
sys 0m0.002s

After server restart or sometimes apache stop or ixnetd restart its responding for a some random time, and then again it stops to respond. Plesk panel show it as stopped but qmail itself running in memory, and does other its work, it just stops responding at port 25, or responds with a huge delay.

I've tried change it to postfix, reconfigured with mchk, repaired with repair.sh -r, disabled and uninstalled parallels antivirus, antispam, dnsbl, disabled firewall, disabled smtp lock. Checked apache, dns. Enabled submission port which works when 25 port doesnt, but i need working 25 port.

Nothing solves problem, its just stops responding after some random time. There is no errors on maillog.

I think this problem occured after recent plesk microupdate, because i didn't do anything to server configuration in last months.

This article says it might be dnsbl [URL] .... but it disabled(from plesk panel) on my server, maybe there is way to focefully kill any relation to dnsbl?

Plesk info:
OS Red Hat Enterprise Linux Server 5.9 (Tikanga)
Panel version 11.5.30 Update #50, last updated at May 18, 2015 05:21 PM
The system is up-to-date; last checked at May 17, 2015 10:56 PM

update: xinetd restart is definitely brings smtp alive, but it goes off after random period of time (5min ~ couple hours)

View 1 Replies View Related

Email Server Port- How To Change/add Port For SMTP

Feb 19, 2008

Currently I am using Linux + cPAnel and using the port 25 for email sevrer. Currently we facing 1 problem is, some user's ISP is not support port. May I know how can I add additional port into server and allow users to send mail by different port?

View 1 Replies View Related

Exim Mail Server :: Your Outgoing SMTP E-mail Server Has Reported An Internal Error ...

Jul 2, 2008

I getting this error when our clients are sending mail from outlook but they are able to send mail from webmail.

we are using exim mail server and whm . i can't understand where is problem , anybody can help me ?

Sending' reported error (0x800CCC6A) : 'Your
outgoing (SMTP) e-mail server has reported an internal error. If you
continue to receive this message, contact your server administrator or
Internet service provider (ISP). The server responded: 451 Please try again
later.

View 4 Replies View Related

Plesk 12.x / Linux :: Protection From Outgoing Spam - Error

Jul 3, 2014

I have some error when the new outgoing spam protection (limitation for outgoing mail) is enabled. Mail clients are unable to use SMTP for sending mails. "My mail client says: The message could not be sent. You are not allowed to use sendmail utility."

I don't undestand the blocking behaviour since the checkbox "Allow scripts and users to use Sendmail" is checked and no limit is exeeded.This is the relevant log part of maillog:

Code:

Jul 3 00:44:36 srv01 postfix/smtpd[3326]: C0E5182A20: client=46.128.x.x.dynamic.cablesurf.de[46.128.x.x], sasl_method=CRAM-MD5, sasl_username=info@domain.de
Jul 3 00:44:36 srv01 postfix/cleanup[3331]: C0E5182A20: message-id=<0A380CA8-AAE3-4FA8-BA7A-A3FDF7CD16E2@domain.de>
Jul 3 00:44:37 srv01 /usr/lib/plesk-9.0/psa-pc-remote[3280]: handlers_stderr: DATA REPLY:554:[B]5.7.0 The message could not be sent. You are not allowed to use sendmail utility.[/B] REJECT
Jul 3 00:44:37 srv01 /usr/lib/plesk-9.0/psa-pc-remote[3280]: REJECT during call 'limit-out' handler
Jul 3 00:44:37 srv01 postfix/cleanup[3331]: C0E5182A20: milter-reject: END-OF-MESSAGE from 46.128.213.43.dynamic.cablesurf.de[46.128.x.x]: 5.7.0 The message could not be sent. You are not allowed to use sendmail utility.; from=<info@domain.de> to=<mail@domain2.de> proto=ESMTP helo=<[192.168.1.20]>
Jul 3 00:44:37 srv01 postfix/smtpd[3326]: disconnect from 46.128.x.x.dynamic.cablesurf.de[46.128.x.x]

Moreover I disabled the line "non_smtpd_milters" in postfix main.conf since my server has same issues discribed in the following thread:
Postfix: mails sent through sendmail binary are blocked because of wrong HELO

View 1 Replies View Related

Plesk 12.x / Linux :: Crontabmng Error After Migration

Feb 24, 2015

We successfully migrated web and email from a Plesk 9.3 system to the new Plesk 12.0 system. Afterwards i try to install new extensions and / or try to delete existing extensions and receive the following error:

Die Erweiterung Webserver Configurations Troubleshooter kann nicht entfernt werden: crontabmng failed: /usr/bin/crontab execution failed: "crontabViWP46":11: bad command errors in crontab file, can't install. System error: crontab execution error

Means that i am not able to delete the extension "Webserver Configurations Troubleshooter". But the extension is delete (but not completelly - only a checkbox is shown without entry).

Is something comes with a config of the old server? All works proper until migration.

View 3 Replies View Related

Plesk 12.x / Windows :: Migration Manager Error

Nov 16, 2014

While attempting to migrate from previous version of Plesk Panel Windows to current (Windows 2012 R2 with Plesk Panel 12) version, following error appears which stops PMM to proceed further.

Error: [Errno 2] No such file or directory: 'C:ParallelsPleskPMM
sessions20141117102120197capability_info'

This error is generated for all subscriptions which we are trying to migrate and above file can indeed be confirmed missing.

View 7 Replies View Related

Plesk 11.x / Windows :: 11.5 Migration Tool Error

May 6, 2014

I started a migration from HELM3 to Plesk 11.5 for a client.After 12 hours it failed.the error log says ERROR:()Unable to download dump files to local store.

ERROR:()You were not connected because a duplicate name exists on the network. If joining a domain, go to System in Control Panel to change the computer name and try again. If joining a workgroup, choose another workgroup name no other server with this hostname or workgroup exists on our network?

View 3 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 Automation :: Horde Error On MSIE11

Apr 9, 2014

Customers using MSIE 11 are getting warnings that they are using version < 8 - and limited functionality - how can we fix this ASAP?

View 1 Replies View Related

Plesk 12.x / Linux :: Error 403 Forbidden On All Sites After Migration

Dec 17, 2014

We have installed Plesk 12 on a fresh up to date Ubuntu 14.04 x64 server.

After installation, and before any migration, we have moved some folders:

- /var/www/vhosts -> /opt/vhosts
- /var/qmail -> /opt/qmail
- /var/mysql -> /opt/mysql

We have created symlinks, modified some configuration files (Plesk included) and ran domains reconfiguration script (zero domain installed, but just in case the script will do anything else).

After that, we have launched Plesk Migration Wizard (from Plesk 9 to last release).

Everything has worked fine: all domains have been migrated on our new folders (/opt based) and owners has been correctly defined for each domain. The same for MySQL and all mail accounts.

We have checked Apache VirtualHost configured by Plesk Migration Wizard : our new folders are used (/opt).

So all seems to be ok.

But now, all websites (configured with Apache and Apache PHP module) returns 403 Forbidden error.

We have try changing to FastCGI with Apache same error.

We have try changing to full Nginx (PHP and static files), some websites run.

We have checked some KB (112884, 800) but all seems to be good.

Is there any steps we have omitted when we move folders ?

View 11 Replies View Related

Plesk 12.x / Linux :: Internal Server Error During Migration

Oct 31, 2014

I'm trying to migrate a Plesk 9.5 to a Plesk 12 via the tools.

I tested some domains before doing he whole but I have a "big" domain who make an error:

ERROR: Call to a member function updateUser() on a non-object (Abstract.php:930)

I already checked on google, tested the solution but each time I do the migration, it crash again...

View 3 Replies View Related

Plesk 12.x / Linux :: Migration Failed - Error Message

Jul 16, 2014

I am getting the following error message when I try to migrate sites from an old server to a new server.:

PHP Notice: Trying to get property of non-object; File: /usr/local/psa/admin/plib/backup/Conflicts/PleskDataManager.php, Line: 173
PHP Notice: Undefined index: 192.168.100.25; File: /usr/local/psa/admin/plib/backup/Conflicts/PleskDataManager.php, Line: 180

[Code] ....

View 6 Replies View Related

Plesk 12.x / Linux :: Migration Between Servers - Error With DNS Configuration

Feb 18, 2015

Yesterday I migrated a domain with the migration tool from a Debian 7.6 Plesk 12.0.18 MU35 box to a Debian 7.6 Plesk 12.0.18 MU35 box

This domain have a simple DNS configuration. The A registry for the domain.com was an own IP instead the IP of the server. Rest of the DNS configuration was the same.

After migration the A registry for the domain.com was an own IP too (as expected) but also the A registry for mail.domain.com

Before migration, in the old server:

A domain.com x.x.x.x (own ip)
A mail.domain.com y.y.y.y (server ip)

After migration, in the new server:

A domain.com x.x.x.x
A mail.domain.com x.x.x.x

The migration had changed the IP for mail.domain.com for the IP of the A registry for domain.com

Very strange. I double-checked it (as the domain in the "old" server was suspended)

Client don´t have access to the control panel, so no changes done.

View 4 Replies View Related

Plesk 12.x / Linux :: Accounts Migration Error (from CPanel)

Oct 15, 2014

I'm getting following errors while migrating my accounts from latest version of cPanel:

Code:
Warning:

Couldn't get 'cgi_bin_mode' attribute for domain where cgi-bin dir is '' and docroot dir is '/home/inofash/public_html'. Domain will be migrated in that way as if its cgi-bin directory was located under docroot.

Because of that none of my accounts can't be migrated.

View 4 Replies View Related







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