Plesk 12.x / Linux :: Outgoing Mail Control For Subdomains Does Not Function

Apr 7, 2015

Plesk 12.0.18 Update #38
Cloudlinux 6.6

Outgoing mail control functions properly for domains, but it does not count or limit subdomains.

For example, if you have a subdomain like:
sub.domain.tld

And an email account on that subdomain, like:
info@sub.domain.tld

Then outgoing mail limits are not applied to that subscription/domain/mail account. You are able to send more emails than the limit.

Also, if you go to:
-> Tools and Settings
-> Outgoing mail control

And try to see statistics for that subscription/domain/mail account, it shows that there are not sent emails, even if you have sent emails. Of course I checked it many hours after sending, or even the next days.

View 2 Replies


ADVERTISEMENT

Plesk 12.x / Linux :: Outgoing Mail Control Not Working

Mar 15, 2015

I've searched, since about update 37 the outgoing mail control has stopped working for all of my domains. I get a hacker sendmail script uploaded sometimes and it used to catch it. Now it allows them to send and isn't detected them, maxing out my relays.

View 10 Replies View Related

Plesk 12.x / Linux :: Outgoing Mail Control And Limit

Jul 15, 2014

I upgraded Plesk to 12.0.18 on centos5.8 just because of new feature, Outgoing Mail Limit. There was no problem until I had to increase one of my client's domain limit. I set its Mail Box, Domain & subscription limit to "unlimited", but user get limit exceeded warning again. I search this problem on internet, and the only related article was [URL] .... but I didn't got meaning of "server wide limits".

Where is this feature config file?

View 5 Replies View Related

Plesk 12.x / Linux :: See And Release Emails Blocked By Outgoing Mail Control

Jan 10, 2015

Is it possible to see what e-mails are blocked/prohibited by Plesk Outgoing mail control? Currently i've set a limit of 20 mails on each mailbox. Yesterday I received an e-mail that there were messages blocked. For me personally it would be good to see what the receivers email adresses are and optionally what the content of the e-mail was. This way I can find out if it was really spam or not.

If the e-mails weren't spam, is there a possibility to release and send them?

View 3 Replies View Related

Plesk 12.x / Linux :: Outgoing Mail Control - Clients Can't Change Password

Jan 12, 2015

I have set the values for outgoing mail control low enough to catch the problems without affecting all but one of my clients. I have given him increased limits on certain of his mailboxes.

However when he wants to modify the mailbox, for example change the password he gets the following error.

The maximum number of outgoing email messages (in a pink box)

"The value must be in the range 0..50. Only the Plesk administrator can adjust this setting."

He cannot change the password for this mailbox.

Is there anyway of setting a custom limit on an account and also allow the client to retain the ability to reset his own password.

View 1 Replies View Related

Plesk 12.x / Linux :: Outgoing Mail Control Limit Does Not Work After Update

Jun 27, 2014

I have upgrade from 11.0 to 11.5 three days ago and yesterday then from 11.5 to 12 due to the need of the outgoing mail control limit feature... but that ist not working.

I have enabled the feature and set a limit for one emailadress to two mails per hour. i have sent definitely more then 3 test mails via this email address but nothing happens.. and when i look into the statistics screen - this email address has sent 0 mails in the last 12 hours - which is definitely wrong. Seems the piece in the middle which counts mails etc is not working... how does the outgoing control limit works? is there some special configuration needed after an upgrade etc?

Good work on Version 12!

View 3 Replies View Related

Plesk 12.x / Linux :: Outgoing Mail Control Limit Email Message Incorrect

Jun 17, 2014

The Outgoing Mail Control feature is working fine. One missing option with this feature is to view the contents of blocked messages. Unfortunately, sometimes a site gets hacked and is sending spam. which are over the message sending limit, to try to find out where the message came from.

The current problem is that the email message contents of the limitation warning with subject "Attempts to exceed outgoing limits for domains, mail boxes and subscriptions." is not correct. Somehow it only contains the text: date.timezone = "Europe/Amsterdam" (which is a PHP setting) instead of a descriptive message. I hoped it would contain the blocked message contents or some useful text. Can I change the contents of this message to the what is should be? And what should it be?

It looks like a problem I had ones before where the custom PHP settings at the hosting packages level and at the domains level where replaced with some other kind of settings string. But solved by just changing the custom PHP settings

View 4 Replies View Related

Plesk 12.x / Linux :: Outgoing Mail Control Being Hijacked Mass Email Send Out

May 4, 2015

I keep having certain domains being hijacked and mass emails being sent from them somehow. I've disabled mail within domain control panel for each domain and issue keeps occurring. I've limited # of emails as well to 2-5 per hour but now so many are trying to be sent from my server it is clogging up mail queue and I have to log into server via ssh and run postsuper -d ALL every day or two. It is very frustrating. The only way I can stop it is to disable domain in plesk panel but that is not an option.

What can I do to find the cause of this issue and stop it?

View 6 Replies View Related

Plesk 12.x / Linux :: Outgoing Mail Control On Domains Simply Doesn't Work

Mar 22, 2015

Plesk 12.0.18 on CentOS 6.5 using Postfix...i have configured outgoing mail control to have a limit on a domain. I have removed all entries from the server wide white list.This setting - Allow scripts and users to use Sendmail is unchecked.However I can send any number of messages using PHP's mail() command from a PHP script on the domain.I see this in the maillog:Error during 'limit-out' handler...But the email is sent and no limit is applied.

View 7 Replies View Related

Plesk 12.x / Linux :: From Header In Php Mail Function Being Overwritten

Feb 23, 2015

I'm trying to send email from a domain using code like this:

$email = "me@domain.com";
$from = "From: $email
";
mail($receiver, $subject, $message, $from);

But i see in the mail logs that from address is being overwritten using the default user for the domain. Is there anyway to configure plesk or postfix to respect those headers?

View 5 Replies View Related

Plesk 11.x / Linux :: Php Mail Function Don't Work And No Configuration Menu?

Mar 9, 2014

I'm experiencing some issue with the php function mail(). No mails can get out and no errors from php. Is there any menu where we can parameter this php function ? Do I need to check up some services ?

CentOS 6.5 with Plesk 11.5
Fresh install

View 15 Replies View Related

Plesk 12.x / Linux :: Outgoing Mail Limits Not Limiting Mail

Mar 3, 2015

I upgraded from 11 to 12 (centOS) and set outgoing mail limits for mailboxes, domains and subscriptions, as per the documentation at URL....However, it doesn't appear the limits are limiting outgoing mail. As I can still send far more mail than the current limit using a PHP script.

#### maillog (partial & timestamp + servername removed for brevity) ####
py_limit_out[16427]: ERROR 'NoneType' object has no attribute 'lower'
plesk sendmail[16426]: Error during 'limit-out' handler
plesk sendmail[16426]: handlers_stderr: SKIP
plesk sendmail[16426]: SKIP during call 'check-quota' handler

[code]....

how to configure outgoing mail limits? I've also read through the sendmail documentation but couldn't find anything.

View 8 Replies View Related

Plesk 12.x / Linux :: How To Limit Outgoing Mail From PHP Scripts

Mar 27, 2015

Where do I setup limits for email sent by PHP scripts?

They do not seem to be throttled by the plan's outgoing limits at all.

View 5 Replies View Related

Plesk 12.x / Linux :: Outgoing Mail Limit - How Is It Counted

Sep 29, 2014

How is the Number of outgoing Mails counted by mails or by recipients?

With a limit of 25 mails per hour is it possible to send 25 mails with 200 recipients each before they will be blocked or will one mail with more the 25 recipients exceed the limit?

View 3 Replies View Related

Plesk 12.x / Linux :: All Outgoing Mail Goes To Spam Folder

Oct 16, 2014

The problem is that all the mail that exits my VPS server (OVH) is going to the spam folders of Gmail, Outlook, etc accounts.

I've tried to connect my Gmail account to check via POP3 my inbox on my VPS, and all I get is an SSL error.

View 6 Replies View Related

Plesk 12.x / Linux :: What Happens When Limit For Outgoing Mail Is Reached

Jul 16, 2014

In the documentation for Plesk 12 there is no information on what is happening if the limit for outgoing mail is reached.

If there is a limit of 50 mails per hour on a mail account and someone is trying to send 60 mails in one hour, what does happen with these 10 mails over limit?

1. Are there send 50 mails and the rest of 10 mails are deleted and will never be sent?
2. Or are these 10 mails sent later?
3. Can there be sent more mails in the next hour or is the mail account now blocked for sending mails?

View 1 Replies View Related

Plesk 12.x / Linux :: Postfix - Outgoing Mail From Exclusive IP Addresses

Sep 3, 2014

I m trying to get the feature "Outgoing Mail from Exclusive IP Addresses" working, as with an updated Postfix configuration the menu entry for this functions does not appear anymore.

Maybe i am missing something in my configuration that tells Plesk to not show it anymore.

Plesk 12 - fresh installation on Debian Wheezy.

We only changed main.cfnd here is the configuration file (please note that the formatting was a bit corrupted by the plesk panel ):

Code:
alias_database= hash:/etc/aliases
alias_maps= hash:/etc/aliases, hash:/var/spool/postfix/plesk/aliases
append_dot_mydomain= no
biff= no
disable_vrfy_command = yes
header_checks= regexp:/etc/postfix/header_checks
mailbox_size_limit= 0

[Code] ....

View 4 Replies View Related

Plesk 12.x / Linux :: Reset Outgoing Mail Limits Report

Jul 27, 2014

How do you reset the outgoing mail limits report?I have been doing some testing and I don't want the report to show that some of my domains are over their limits.

View 1 Replies View Related

Plesk 12.x / Linux :: Bounce Message - Limit For Outgoing Mail Exceeded

Oct 1, 2014

I just configured the limit for outgoing mail. It works well, but I have still some questions.

Normally the server sends bounce messages in HTML and in german. They look nice and what is much more important, the users who do not speak english are informed what is going on.

The message that is send, when the limit for outgoing mail is exceeded uses a different template. It is delivered in plain text and after explaining in german that the mail could not be send, it states the reason in english.

Is there any way to edit this bounce message, so that a translation could be added?

I had some users complaining that the server is not working, because they tried again and again to send a mail and kept the counter over the limit. For they did not understand what was causing it.

View 4 Replies View Related

Plesk 12.x / Linux :: Outgoing Mail Limit - Report - Access Denied

Sep 27, 2014

On the dashboard (intro page) there is the option "Outgoing Mail Control" and there the link "See report". When clicking on "See report" I get a "Warning: Permission denied." error message when being logged in as the full administrator. Is this due to an error in an update or what is going on here?

View 1 Replies View Related

Plesk 12.x / Linux :: Mail Server Outgoing Email Error In Settings

May 26, 2014

Since 12.0.18, when I go to Tools & Settings > Mail Server, I get this error message on the page:

"Error: The limits on outgoing mail will not work for the subscriptions that have IP addresses from the white list. To make the limits work, remove IP addresses from the mail server's white list".

However, the whitelist page just contains 127.0.0.0/8 and ::1/128, and all my subscriptions have an external IP address which is clearly not in the whitelist.

View 7 Replies View Related

Plesk 12.x / Linux :: Change Domain Name For Incoming / Outgoing Mail Server

Mar 11, 2015

I wonder if there is any chance to change the domain that is being shown as the incoming/outgoing mail server to users of the Plesk Panel, when clicking on the "Info"-Icon near an e-mail-account in the mail list (see screenshot).

We only have a SSL certificate for one domain and want our customers to use this domain in their mail client settings, so that the client trusts the domain.

View 1 Replies View Related

Plesk 12.x / Linux :: What Is Mail Handlers Control

Jun 2, 2015

If I execute /usr/local/psa/admin/sbin/mail_handlers_control --list than I get a Block with some Email Addresses which are not major. What does it tell?

.---.---.-------.--------------------------------------.-----------------.------------------.-----------------.
| E | P | prior | address | name | type | queue |
|---|---|-------|--------------------------------------|-----------------|------------------|-----------------|
| | | 10 | all | spf | global | before-queue |
| X | | 10 | all-recipients | check-quota | global | before-queue |
| X | | 10 | all-recipients | check-quota | global | before-sendmail |
| X | | 10 | fat@domain3.com | spam | recipient | before-local |
| | | 10 | mur@domain2.com| spam | recipient | before-local |
| X | | 10 | rech@domain.com | spam | recipient | before-local |
'---'---'-------'--------------------------------------'-----------------'------------------'-----------------'

View 1 Replies View Related

Plesk 12.x / Linux :: Mchk Utility Fails With Error At Mail Outgoing Restore

Jun 1, 2015

I am getting an Error at running this command '/usr/local/psa/admin/sbin/mchk --with-spam'

boss@server:~# /usr/local/psa/admin/sbin/mchk --with-spam
==> Checking for: mailsrv_conf_init... ok
==> Checking for: mail_handlers_init... ok
==> Checking for: mailsrv_entities_dump... ok
==> Checking for: mail_admin_aliases... ok
==> Checking for: mail_auth_dump... ok

[Code] ....

The Dump Log of /usr/local/psa/admin/logs/panel.log
[URL] .....

Executing: /usr/lib/plesk-9.0/remote_mail_restore/mail_outgoing_restore
Log: [URL] ....

View 1 Replies View Related

Plesk 12.x / Linux :: Resellers Unable To Change Mail Settings If Custom Max Outgoing Messages Specified By Admin

Jun 29, 2015

As the admin user, change the setting for a particular email account called "The maximum number of outgoing email messages" to a value beyond the default. For example if the default is 35, set it to 75. This is common -- often we have customers who send larger quantities of messages than the average user.

Login as a reseller with access to manage the email account and attempt to change any *other* value. For example, you could completely ignore the outgoing mail messages value and change just the Auto-Reply value

Plesk refuses to allow the change and kicks me back to the first tab with the following error:

The value must be in the range 0..35. Only the Plesk administrator can adjust this setting.Click to expand...

View 2 Replies View Related

Plesk 12.x / Linux :: Mail Statistic Not Working Or Showing Anything On Control Panel

Sep 11, 2014

Mail Statistic not working, In /var/log/maillog contains below logs:The limit on the number of allowed outgoing messages was exceeded. Try again later.

But on Home
>
Tools & Settings
>
Outgoing Mail Control

Attempts to send mail per hour (except the current hour):

Statistics are being calculated.Count statistic not working, it not show any infomation abount mail attempt sending. !When i check ./mailserver -i options

POP3 authorization: off
SMTP authorization: on
Maximum letter size: 20971520

Relaying: auth
Check the passwords in the dictionary: on
Enable MAPS spam protection: off
MAPS zones: b.barracudacentral.org;zen.spamhaus.org
Short POP3/IMAP mail account names: off
The maximum number of connections (IMAP, POP3, IMAP over SSL, or POP3 over SSL).: 1024

[code]....

Show the alert on the Home page about attempts to exceed limits based on statistics for the last: P1DSend a notification about attempts to exceed limits on outgoing mail every: PT15M

View 4 Replies View Related

Plesk 12.x / Windows :: PHP Mail Function Not Work

Aug 13, 2014

PHP Mail Function not work and i cant fix it :/

i dont know whats the problem, but php.ini is right.

i also test email-function here: [URL]

View 2 Replies View Related

Plesk 12.x / Linux :: After Upgrade From 11.5 - Function Not Implemented

Jun 19, 2014

I am getting the "Function not implemented" error from /var/log/plesk/panel.log I have tried reading this article but it seems to only apply to Ubuntu and I am running CentOS 6 x64

How can I get past this error?

View 1 Replies View Related

Plesk 11.x / Linux :: PHP Fatal Error - Call To Undefined Function

Jun 18, 2014

As per title, since few I have this when some php funcion is calling zlib_encode :

PHP Fatal error: Call to undefined function zlib_encode()

I saw that is was a know bug when there are some rewrite rules on .htacccess which is my case [URL] ....

I checked for json as well, and seem to be activated :

json
json support => enabled
json version => 1.2.1

View 1 Replies View Related

Plesk 12.x / Linux :: Call To Member Function GetDomainId On Non-object

Aug 21, 2014

'ERROR: Call to a member function getDomainId() on a non-object (Sites.php:104)'

View 6 Replies View Related







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