Pipe mails from external Postfix into Zammad

Hello,

how do I pipe mails from an external Postfix server into Zammad?

Thanks and best regards

This documentation page shows how you can throw emails against StdIn into Zammad:
https://admin-docs.zammad.org/en/latest/channels/email/advanced/fetchmail.html

You’ll have to adapt this to your situation.
Personally I would say: Don’t do it. Especially with a network layer being between your MTA and Zammad, this might cause all sort of issues (like loosing emails…) if you have network connectivity issues.

Please consider using a proper mailbox.

Thanks, I saw that. I was hoping for a more detailed instruction towards Postfix.

Hi

Is it possible to get a way forward on this item
I have read through

I propose that there is still a use case for transporting mail directly from other SMTP servers and avoiding the IMAP/POP enabled mailboxes. IMAP scraping means caching mail in a mailbox.

  • Would still want to pipe mail from Postfix to Zammad via say API

Thanks in advance

You received all information on available options. Everything beside that is not possible as of now.

Technically API might be possible.