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
Cyb3r-Jak3
Cyb3r-Jak312mo ago
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 file
CFORED
CFORED12mo ago
Are you referring to the 5 Min Cron Triggers?
No description
Cyb3r-Jak3
Cyb3r-Jak312mo ago
Correct
CFORED
CFORED12mo ago
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.
Cyb3r-Jak3
Cyb3r-Jak312mo ago
You need to remove it
Want results from more Discord servers?
Add your server