Failed Workers Delivery Transport to my EXIM Mail Server
Hi,
I have a bug in my Cloudflare Workers app to deliver all catch email messages from Cloudflare Worker to my Exim Mail Server (imap.xxxx.com, TCP port: 10025).
Inbound email messages are dropped and not delivered to my Exim mail server.
Visit the gist link, snippet code, and screenshot images, at https://gist.github.com/DevCEDTeam/d7c158a4881af973640c2d990b60a42d
Regards,
Hal
DevCED Team
Gist
Routing Email Traffic from Cloudflare Workers to my Exim Mail Server
Routing Email Traffic from Cloudflare Workers to my Exim Mail Server - routing-email.js
6 Replies
You have a cron trigger on your worker but not
scheduled
handler. You need either add a scheduled
handler or remove the cron trigger from your wrangler.toml
fileAre you referring to the 5 Min Cron Triggers?
Correct
already added, no change
I think the issue is with the non-HTTP service with EXIM mail server, and Cloudflare Workers currently only support making HTTP requests using the fetch API.
You need to remove it
Visit the following URL link, https://discord.com/channels/595317990191398933/1174500878028382278