• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Plesk 10.4.4: External emails not sending

maw

Basic Pleskian
hi,

I upgraded right now to 10.4.4 and i can't send any emails any more:

maillog says:

Jan 26 11:33:27 controlpanel postfix/smtpd[9488]: warning: connect to proxy filter 127.0.0.1:10025: Connection refused

and i get an email back:

Transcript of session follows.

Out: 220 mailer.xxxxx ESMTP Postfix
In: EHLO MarioPC
Out: 250-mailer.xxxxxx
Out: 250-PIPELINING
Out: 250-SIZE 20480000
Out: 250-ETRN
Out: 250-STARTTLS
Out: 250-AUTH PLAIN LOGIN DIGEST-MD5 CRAM-MD5
Out: 250-ENHANCEDSTATUSCODES
Out: 250-8BITMIME
Out: 250 DSN
In: STARTTLS
Out: 220 2.0.0 Ready to start TLS
In: EHLO MarioPC
Out: 250-mailer.xxxxxxxx
Out: 250-PIPELINING
Out: 250-SIZE 20480000
Out: 250-ETRN
Out: 250-AUTH PLAIN LOGIN DIGEST-MD5 CRAM-MD5
Out: 250-ENHANCEDSTATUSCODES
Out: 250-8BITMIME
Out: 250 DSN
In: AUTH LOGIN
Out: 334 VXNlcm5hbWU6
In: aW5mb0B3ZWJhbmRjcmVhdGl2aXR5LmNh
Out: 334 UGFzc3dvcmQ6
In: amg3NmVpUmxqaDc2ZWlSbA==
Out: 235 2.7.0 Authentication successful
In: MAIL FROM: <info@xxxxx>
Out: 250 2.1.0 Ok
In: RCPT TO: <xxx@xxxx>
Out: 451 4.3.0 Error: queue file write error
In: QUIT
Out: 221 2.0.0 Bye

so it looks like there is no connect to spamassassin.

I did already: /usr/local/psa/admin/sbin/mchk --with-spam

How can I solve he problem?
 
I changed the line in the master.cf

from

587 inet n - n - - smtpd -o smtpd_proxy_filter=127.0.0.1:10025

to

587 inet n - n - - smtpd

and it works so far now. I'm wondering if the spamfilter still works now? At least the email header looks like it works still:

X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on xxxx
X-Spam-Level:
X-Spam-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,
RCVD_IN_DNSWL_LOW autolearn=ham version=3.2.5

X-Spam-Level is missing. did plesk changed the mechanism? Can somebody enlighten me? :)
 
Back
Top