• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Update 7.5.2>7.5.4 : Qmail reject all incoming mails

M

macspyre

Guest
Hi there,

I updated my FC2 Plesk 7.5.2 to 7.5.3.
Now, for each incoming mail (on all domains of the server), a failure message is sent to the sender :

<<< 451 Your mail has been rejected because the server you are sending to is misconfigured... Deferred: 451 Your mail has been rejected because the server you are sending to is misconfigured

I'd try to reinstall QMail, but I've got error message :
>rpm -q psa-qmail
psa-qmail-1.03-fc2.build75050824.12
>rpm -Uvh --force psa-qmail-1.03-fc2.build75050824.12
error: read failure. There no file or directory.

However I found this RPM in /root/psa/PSA_7.5.4/rpm_FedoraCore_2/base/

When I test to rebuild the configuration file, I've got error message again :
>/usr/local/psa/admin/bin/mchk --with-spam
segmentation error

When I send a mail with horde, I've got this message :
unable to connect to smtp server localhost:25

Please help me !
 
Can you send email out? Can you telnet to port 25 and issue the basic helo or ehlo commands to send email from the command line?
 
Originally posted by macspyre
Hi there,

I updated my FC2 Plesk 7.5.2 to 7.5.3.
Now, for each incoming mail (on all domains of the server), a failure message is sent to the sender :

<<< 451 Your mail has been rejected because the server you are sending to is misconfigured... Deferred: 451 Your mail has been rejected because the server you are sending to is misconfigured

I'd try to reinstall QMail, but I've got error message :
>rpm -q psa-qmail
psa-qmail-1.03-fc2.build75050824.12
>rpm -Uvh --force psa-qmail-1.03-fc2.build75050824.12
error: read failure. There no file or directory.

However I found this RPM in /root/psa/PSA_7.5.4/rpm_FedoraCore_2/base/

When I test to rebuild the configuration file, I've got error message again :
>/usr/local/psa/admin/bin/mchk --with-spam
segmentation error

When I send a mail with horde, I've got this message :
unable to connect to smtp server localhost:25

Please help me !
Before trying to rpm -Uvh --force, you did change directory to where the rpm file is located, right? (sometimes we forget the simple step)

cd /root/psa/PSA_7.5.4/rpm_FedoraCore_2/base/
rpm -Uvh --force psa-qmail-1.03-fc2.build75050824.12

As to the mchk ==> segfault error, this has been covered in other posts, and I seem to recall that Plesk had either an updated file, or some workaround which was posted in the last couple of weeks.

You did not post if you checked the following logs for any additional error/warnings related to when the incoming email hits the server:

/var/log/messages
/var/log/secure
/usr/local/psa/var/log/maillog

Another member posted Nov 24, having the same error message "unable to connect to smtp server localhost:25", he restarted xinetd and it all started working:
killall xinetd
service xinetd start
 
Thxs for the answers

I'd try to restart xinetd and I finally found the way to reinstall qmail like this :
rpm -Uvh --force psa-qmail-1.03-fc2.build75050824.12.i586.rpm (don't forget the end .i586.rpm)
The process is done, but my problem still here :(
QMail isn't my problem ?

I read the logs, and I found this :
var/log/messages :
Nov 28 09:16:08 ik63147 syslogd 1.4.1: restart.
Nov 28 09:16:09 ik63147 qmail: Starting qmail: succeeded
Nov 28 09:16:14 ik63147 kernel: Kernel logging (proc) stopped.
Nov 28 09:16:14 ik63147 kernel: Kernel log daemon terminating.
Nov 28 09:16:15 ik63147 syslog: Stoping klogd succeeded
Nov 28 09:16:15 ik63147 exiting on signal 15
Nov 28 09:16:15 ik63147 syslogd 1.4.1: restart.
Nov 28 09:16:15 ik63147 syslog: Starting syslogd succeeded
Nov 28 09:16:15 ik63147 kernel: klogd 1.4.1, log source = /proc/kmsg started.
Nov 28 09:16:15 ik63147 syslog: Starting klogd succeeded
Nov 28 09:16:15 ik63147 syslog: Stoping syslogd succeeded

This file indicate often this :
Nov 28 08:55:39 ik63147 named[2566]: client 213.246.33.228#51442: zone transfer 'domain.com/IN' denied
And this :
Nov 28 09:14:33 ik63147 snmpd[2968]: No page line in /proc/stat
I don't know significance...

For the var/log/secure :
I've got some
Nov 28 09:42:35 ik63147 xinetd[12453]: START: smtp pid=13232 from=193.252.22.20
Nov 28 09:43:23 ik63147 xinetd[12453]: START: smtp pid=13233 from=194.158.104.46

For the file usr/local.psa/var/log/maillog, no exciting things...

My mind made a boo boo
help !
 
Hi,

I fixed the issue by disabling and then re-enabling the MAPS checkbox in the Mail page in the Plesk web interface.

Regards.
 
Back
Top