• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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