• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question Install mailpiler (docker) to archive emails

Fabian H

Basic Pleskian
Server operating system version
AlmaLinux 8.10
Plesk version and microupdate number
18.0.72.3
Hi there, I installed mailpiler with docker on my plesk system.
Now, I should be able to "bcc" the outgoing mails from a specific mail account (with sender_bcc_maps) to mailpiler.
But whatever I try, postfix tries to either deliver the mail locally or tries to make a DNS request.
Have anyone got mailpiler (docker) working with plesk?

What I tried:
/etc/postfix/main.cf
Code:
sender_bcc_maps = hash:/etc/postfix/sender_bcc

/etc/postfix/sender_bcc

/etc/postfix/transport
[email protected] smtp:[127.0.0.1]:2544

Do I have to add the transport in the main.cf as well? If yes, where?
 
Back
Top