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

Wrapper postfix plesk 12

Carmelo1

New Pleskian
Hi,

http://kb.odin.com/en/114845 this kb for plesk 12 not run.

To function did this

# ls -las sendmail*
0 lrwxrwxrwx 1 root root 24 sep 17 14:31 sendmail -> sendmail.postfix-wrapper
268 -rwxrwxrwx 1 root postdrop 267232 abr 25 08:41 sendmail.postfix


*sendmail is symlink to sendmail.postfix-wrapper

the wrapper:

#!/bin/sh
(echo X-Additional-Header: $PWD ;cat) | tee -a /var/tmp/mail.send|/usr/lib64/plesk-9.0/postfix-sendmail-wrapper "$@"


The wrapper write in /var/tmp/mail.send and redirect to /usr/lib64/plesk-9.0/postfix-sendmail-wrapper and return to /usr/sbin/sendmail.postfix .

* why /usr/lib64/plesk-9.0/postfix-sendmail-wrapper?

I follow links to /etc/alternatives/mta-sendmail and use "strings" to continue links to /usr/sbin/sendmail.postfix.

# strings /usr/lib64/plesk-9.0/postfix-sendmail-wrapper | grep postfix
/usr/sbin/sendmail.postfix

sendmail -> /usr/lib64/plesk-9.0/postfix-sendmail-wrapper + write /var/tmp/mail.send -> /usr/sbin/sendmail.postfix

Saludos,
 
Back
Top