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
/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?
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?