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

Patching QMail

ScyDark

New Pleskian
Hello,

I am running Parallels Plesk Panel 11.5.30 on CentOS 5.8. There are different IP addresses assigned to different servers. QMail 1.03-cos5.build115130805.16 is running on my server.
My problem is that emails sent via the PHP mail() function are sent with the server IP and not the domain IP.
I read that http://www.qmail.org/outgoingip.patch could solve my problem, but as I am a real beginner in server management, I have absolutely no idea on how to patch my current QMail installation.
I use Putty to connect to my server with SSH. QMail is installed into var/qmail/ folder.

I searched the web and the forum for a step-by-step help to install and configure this patch, but I could not find it.

Thank you for your help.
 
It is not command. If you read article carefully:

Edit the FD_SETSIZE value in the typesizes.h and posix_types.h files that can be found with the following:

# find /usr/include/ -name typesizes.h
# find /usr/include/ -name posix_types.h

and set it as follows:

#define __FD_SETSIZE 65536
 
This article only show plesk 10.x patches, where to get plesk 11.x patches for qmail?
I´m running plesk 11.5 with magic spam and outgoing spam, but it will be useful to apply some extra patches in qmail.
 
As far as I know these patches are compatible with Plesk 11.x
 
Back
Top