CFORED
CFORED
CDCloudflare Developers
Created by CFORED on 3/19/2024 in #general-help
Cloudflare/Worker Configuration questions:
Hi, everyone, Cloudflare/Worker Configuration questions: 1. What are the <your_cloudflare_zone_id>, workers 2. Where is the path to the worker script <path_to_your_worker_script.js> 3. Where is the zone ID unique to the Cloudflare account and domain setup? (The path to your worker script should be the file path where your JavaScript for the Cloudflare Worker is located.). Regards, Hal
2 replies
CDCloudflare Developers
Created by CFORED on 12/27/2023 in #workers-help
SSH Tunnel Commands
Hi, Using my Pro Business Account with enabled SSH (one app allowed), how do I enable an SSH command to connect to my GCP VM instance (imap-cfored-com) via (1) Cloudflare Worker (i.e., JavaScript: work.js: UI) and (2) Cloudflare Wrangler (Local CLI)? Regards, Hal
1 replies
CDCloudflare Developers
Created by CFORED on 11/22/2023 in #workers-help
Email Routing reports that email messages are dropped.
No description
7 replies
CDCloudflare Developers
Created by CFORED on 11/16/2023 in #general-help
Unable to Create Workers Function in the Cloudflare Console
Hi everyone, No worker has been successfully created by the VS Editor CLI worker deployment "wrangler publish." Visit the gist link, https://gist.github.com/DevCEDTeam/6c0f47024f1ee31ffb5ed105d5df68cc, to find out where the error message is coming from. Regards, Hal DevCEd Team
1 replies
CDCloudflare Developers
Created by CFORED on 11/12/2023 in #general-help
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
8 replies
CDCloudflare Developers
Created by CFORED on 11/8/2023 in #general-help
Nodemail and Worker Issue
Hi, We have a cPanel/EXIM mail client and smart host Dual Circle that uses port no. 10025, smtp mx mail socket. The problem is with the SMTP node mailer library: Uncaught ReferenceError: require is not defined at worker.js:2:20 (Code: 10021). Regards, Harold, DevCED Team
1 replies
CDCloudflare Developers
Created by CFORED on 11/8/2023 in #general-help
SMTP client library
support, What is the name of the SMTP client library installed on Cloudflare Workers, e.g., include libraries like nodemailer, emailjs-smtp-client, or others. See error message: Uncaught Error: No such module "nodemailer". imported from "worker.js" (Code: 10021). Regards, Hal DevCED Team
2 replies
CDCloudflare Developers
Created by CFORED on 11/8/2023 in #general-help
Cloudflare Workers Code Error:
Support, What is the source of the Cloudflare Workers Code Error: "Failed to deliver email: SMTPClient is not defined", { "outcome": "exception", "scriptName": "imap-xxxx-com", "diagnosticsChannelEvents": [], "exceptions": [ { "name": "TypeError", "message": "message.pipeTo is not a function", "timestamp": 1699457925817 } ], "logs": [], "eventTimestamp": 1699457925810, "event": { "rawSize": 27979, "rcptTo": "[email protected]", "mailFrom": "AGq3uJNyDTtS0WcvYtxsQRA==_1102324222837_rYV3DpwbEe2Nu/[email protected]" }, "id": 2 } Regards, Hal DevCED Team
14 replies
CDCloudflare Developers
Created by CFORED on 11/8/2023 in #general-help
Exim Mail Server
Support, Other than enabling an enterprise account Spectrum application, is there a secondary tool to move email traffic from Cloudflare Works to my Exim mail server (imap.xxxx.com:10025)? See, Cloudflare Community post, https://community.cloudflare.com/t/exim-mail-server/578906?u=director5 Regards, Hal DevCED Team
4 replies
CDCloudflare Developers
Created by CFORED on 11/8/2023 in #general-help
Enable Proxy protocol
Hi everyone, Where is the location of Enable Proxy Protocol v1 for TCP. See Cloudflare Document instructions below: Log in to the Cloudflare dashboard. Select Spectrum. Locate the application that will use the PROXY protocol and select Configure. From the dropdown, select PROXY Protocol v1. When TCP applications are configured to use PROXY Protocol v1, Cloudflare will prepend each inbound TCP connection with the PROXY Protocol plain-text header. ​​The Proxy Protocol v1 Header PROXY Protocol prepends every connection with a header reporting the client IP address and port. A PROXY Protocol plain-text header has the format: What PROXY_STRING + single space + INET_PROTOCOL + single space + CLIENT_IP + single space + PROXY_IP + single space + CLIENT_PORT + single space + PROXY_PORT + "\r\n" URL link, https://developers.cloudflare.com/spectrum/how-to/enable-proxy-protocol/#the-proxy-protocol-v1-header Regards, Hal DevCED Team
4 replies
CDCloudflare Developers
Created by CFORED on 11/6/2023 in #general-help
Unknown error: permanent error (521): 5.3.0
No description
2 replies
CDCloudflare Developers
Created by CFORED on 11/3/2023 in #general-help
Cloudflare Email Feedback Loop
Hi everyone, What are the recommended Cloudflare documents to configure a JSON Web Token (JWT) [ i.e., {unsubscribe_text},{unsubscribe_url}, {webview_text}, {webview_url},{tracking_pixel}, {contactfield=DATEFIELDALIAS|datetime}, and {unsubscribe_url}] feedback loop between (1) Gmail API | OAuth 2.0 and (2) Cloudflare Email Workers | API | OAuth 2.0? Thanks, Hal
1 replies
CDCloudflare Developers
Created by CFORED on 11/3/2023 in #general-help
API Request Failed:
Hi everyone, When I use the Email Workers, I receive the following error message display at the bottom of my browser: API Request Failed: GET /api/v4/accounts/5b5e6bdc86013bb3870f5b1f67e20713/email/routing/rules?page=1&per_page=1&action.type=worker&action.value=email-cfored (502) Question: How do I remove the error message. Thanks, Hal
10 replies