• 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.

Mail forwarder not working

A

aashua

Guest
---------------------------------------------------------------
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE
Plesk Panel, 10.4.4, Linux 2.6.32.43-6.art.x86_64,
PROBLEM DESCRIPTION AND STEPS TO REPRODUCE
Mail forwarding option not working.
ACTUAL RESULT
Hi. This is the qmail-send program at xxxxxxxxxxxxxx.co.uk.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

<xxxxxxxxxxxxxxxxxxx@xxxxxxxxxxxxxxx.com>:
Unable to forward message: mail server permanently rejected message (#5.3.0).

EXPECTED RESULT : Immediately.

ANY ADDITIONAL INFORMATION
--------------------------------------------------------------
 
We are seeing this as well, also using Plesk 10.4.4.

Code:
Hi. This is the qmail-send program at server.hostname.com.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

<user@domain.com>:
Unable to forward message: mail server permanently rejected message (#5.3.0).

This occurs when a user is sending a message to an address which is configured as a mail forwarder (there are currently 100+ email addresses set to forward to).

Did you ever get this fixed or find a workaround?

Thanks,
Chris
 
Last edited:
It seems that Qmail runs the 'Handlers Filter' on all forwarding email addresses before sending the message, and if any one of those addresses is rejected then this results in the message failing. For example, let's say an email address is set to forward to these addresses:

user1@domain.com
user2@domain.com
user3@domain.com

The server log files will show something like this (where user3 is over their quota or has a problem with their mail account):

Apr 11 10:21:33 hostname qmail-queue-handlers[26559]: SKIP during call 'check-quota' handler
Apr 11 10:21:33 hostname qmail-queue-handlers[26559]: handlers_stderr: SKIP
Apr 11 10:21:33 hostname qmail-queue-handlers[26559]: SKIP during call 'check-quota' handler
Apr 11 10:21:33 hostname qmail-queue-handlers[26559]: handlers_stderr: REJECT
Apr 11 10:21:33 hostname qmail-queue-handlers[26559]: REJECT during call 'check-quota' handler

This results in the message being permanently rejected (as per the original error message), and the message is not sent to ANY of the forwarding addresses.

This seems to be a bug with Plesk. It should still send the mail to all of the forwarding addresses with the exception of the rejected address, rather than a single rejection causing the entire message to fail.
 
Mail not forwarding from any domain on server

I am running an ubuntu linux server with plesk 10.4.4 and qmail. Just set it up with Godaddy.

None of the forwarded email addresses will deliver no matter what domain on the server. Doesn't seem to matter if the email is forwarded to a domain on the server or not.

Mark
 
Back
Top