• 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

About and error Number of MIME parts exceeds maximum permitted

Mico Programador

New Pleskian
Hello.

When we try to send an email to an account on the VPS that has Plesk, we get this error sometimes


Error Type: SMTP
Remote server (208.109.80.210) issued an error.
hMailServer sent: .
Remote server replied: 552 5.7.0 Number of MIME parts exceeds maximum permitted

Which could be the reason that causes this? is there any configuration on Plesk to set those MIME parts?

Thanks
 
I suppose that it may be related to specific antispam settings on destination mail server. Please check it.
 
First of all try to disable antispam for this domain and check how it goes on.
 
I went to Tools & Settings > Spam Filter and i tried to uncheck the checkbox "Switch on server-wide SpamAssassin spam filtering", then i got this error message after saving:

ERROR: PleskUtilException
spammng failed: server socket setup failed, retry 1: spamd: could not create IO::Socket::INET6 socket on [::1]:783: Cannot assign requested address
server socket setup failed, retry 2: spamd: could not create IO::Socket::INET6 socket on [127.0.0.1]:783: Address already in use
server socket setup failed, retry 3: spamd: could not create IO::Socket::INET6 socket on [127.0.0.1]:783: Address already in use
server socket setup failed, retry 4: spamd: could not create IO::Socket::INET6 socket on [127.0.0.1]:783: Address already in use
server socket setup failed, retry 5: spamd: could not create IO::Socket::INET6 socket on [127.0.0.1]:783: Address already in use
server socket setup failed, retry 6: spamd: could not create IO::Socket::INET6 socket on [127.0.0.1]:783: Address already in use
server socket setup failed, retry 7: spamd: could not create IO::Socket::INET6 socket on [127.0.0.1]:783: Address already in use
server socket setup failed, retry 8: spamd: could not create IO::Socket::INET6 socket on [127.0.0.1]:783: Address already in use
server socket setup failed, retry 9: spamd: could not create IO::Socket::INET6 socket on [127.0.0.1]:783: Address already in use
spamd: could not create IO::Socket::INET6 socket on [127.0.0.1]:783: Address already in use
invoke-rc.d: initscript spamassassin, action "start" failed.
ERROR:spammng:Unable to start SpamAssassin service
 
Hi,
have you tried adding -4 flag to /etc/default/spamassassin like so...
Code:
OPTIONS="--nouser-config -4 --username=popuser --daemonize --helper-home-dir=/var/qmail --virtual-config-dir=/var/qmail/mailnames/%d/%l/.spamassassin --create-prefs --max-children=5"

That will disable SpamAssassin on IPv6 and should help it start.
Hope it helps
Kind regards

Lloyd
 
OK. I've added "-4", saved it, and tried again to disable SpamAssassin on Tools & settings > Spam filter, and unmarking "Switch on server-wide SpamAssassin spam filtering" and "Apply individual settings to spam filtering". Then, the same error message:

ERROR: PleskUtilException
spammng failed: server socket setup failed, retry 1: spamd: could not create IO::Socket::INET6 socket on [::1]:783: Cannot assign requested address
server socket setup failed, retry 2: spamd: could not create IO::Socket::INET6 socket on [127.0.0.1]:783: Address already in use
server socket setup failed, retry 3: spamd: could not create IO::Socket::INET6 socket on [127.0.0.1]:783: Address already in use
server socket setup failed, retry 4: spamd: could not create IO::Socket::INET6 socket on [127.0.0.1]:783: Address already in use
server socket setup failed, retry 5: spamd: could not create IO::Socket::INET6 socket on [127.0.0.1]:783: Address already in use
server socket setup failed, retry 6: spamd: could not create IO::Socket::INET6 socket on [127.0.0.1]:783: Address already in use
server socket setup failed, retry 7: spamd: could not create IO::Socket::INET6 socket on [127.0.0.1]:783: Address already in use
server socket setup failed, retry 8: spamd: could not create IO::Socket::INET6 socket on [127.0.0.1]:783: Address already in use
server socket setup failed, retry 9: spamd: could not create IO::Socket::INET6 socket on [127.0.0.1]:783: Address already in use
spamd: could not create IO::Socket::INET6 socket on [127.0.0.1]:783: Address already in use
invoke-rc.d: initscript spamassassin, action "restart" failed.
ERROR:spammng:Unable to restart SpamAssassin service

Now, when i run again "/etc/default/spamassassin" the "-4" disappears
 
Back
Top