• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

SpamAssassin, postfix bug?

maw

Basic Pleskian
i have a problem with SpamAssassin and postfix. server-wide spam filtering is off and email accounts don't activated spam filtering (checked it). but customers get emails marked as spam (with the subject which is setup in the admin panel) and the same email not marked as spam. this for each email account for different subscriptions.

is there a fix? the problem was under 10.0.1 and now also under 10.1.1

update: looks like it was the antispam software from the client oO

the errors below still appear
 

Attachments

  • Capture.JPG
    Capture.JPG
    46.7 KB · Views: 12
Last edited:
now i wanted to change the spam subject in the admin panel and got this.

ERROR: PleskMainDBException
MySQL query failed: MySQL server has gone away

Additionally, an exception has occurred while trying to report this error: PleskMainDBException
MySQL query failed: MySQL server has gone away

0: common_func.php3:145
db_query(string 'SELECT `param`, `val` FROM cl_param WHERE cl_id = 1')
1: common_func.php3:192
db_query_ex(string 'SELECT `param`, `val` FROM cl_param WHERE cl_id = ?(clientId)', array)
2: Client.php:2153
Client::sGetParam(integer '1', string 'ppb-url')
3: common_func.php3:592
get_cl_param(integer '1', string 'ppb-url', string '')
4: Connection.php:23
Billing_Connection->__construct()
5: Connection.php:105
Billing_Connection::getInstance()
6: NavigationContext.php:23
NavigationContext->getSectionsList(object of type UserAdmin)
7: NavigationContext.php:373
NavigationContext->get(object of type UserAdmin)
8: Navigation.php:95
Navigation->getUserContextList(object of type UserAdmin)
9: Navigation.php:113
Navigation->getRoot(object of type UserAdmin)
10: Navigation.php:358
Navigation->buildPathbar(string '/plesk/server/spam-filter/properties/', object of type plesk__server__spam_filter__properties, object of type UserAdmin, string 'settings')
11: Navigation.php:349
Navigation->getPathbar(object of type plesk__server__spam_filter__properties)
12: Navigation.php:144
Navigation->detectCurrentUpLevelURI()
13: common_func.php3:1367
go_to_uplevel_direct(NULL null, boolean false)
14: common_func.php3:1356
go_to_uplevel()
15: SpamFilterPropertiesUIPointer.php:44
SpamFilterPropertiesUIPointer->accessItem(string 'POST', NULL null)
16: UIPointer.php:595
UIPointer->access(string 'POST')
17: plesk.php:45
 
another error when i want to turn on spamassassin server wide:

ERROR: PleskMainDBException
MySQL query failed: MySQL server has gone away

Additionally, an exception has occurred while trying to report this error: PleskMainDBException
MySQL query failed: MySQL server has gone away

0: common_func.php3:145
db_query(string 'replace into misc (param, val) values("spamfilter_enabled", "true")')
1: common_func.php3:698
put_param(string 'spamfilter_enabled', string 'true')
2: SpamFilter.php:133
SpamFilter::enableSystemWide()
3: SpamFilter.php:1050
SpamFilter->enable()
4: SpamFilterPropertiesUIPointer.php:40
SpamFilterPropertiesUIPointer->accessItem(string 'POST', NULL null)
5: UIPointer.php:595
UIPointer->access(string 'POST')
6: plesk.php:45
 
Back
Top