• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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