3 रिपॉजिटरी
Verification processes that use the Simple Mail Transfer Protocol handshake to determine email reachability.
Distinct from Handshake Validations: Specifically applies handshake validation to the SMTP protocol for email existence checks rather than general security headers.
Explore 3 awesome GitHub repositories matching security & cryptography · SMTP Protocol Validations. Refine with filters or upvote what's useful.
यह प्रोजेक्ट एक ईमेल वेरिफिकेशन टूल है जो यह जांचता है कि क्या कोई ईमेल पता मौजूद है और क्या वह वास्तविक ईमेल भेजे बिना संदेश प्राप्त कर सकता है। यह इन क्षमताओं को एक प्रोग्रामेटिक HTTP API और एक लोकल कमांड लाइन इंटरफ़ेस के माध्यम से प्रदान करता है। यह सिस्टम SMTP हैंडशेक वेरिफिकेशन और DNS रिकॉर्ड रिज़ॉल्यूशन को एक रिस्क एनालिसिस टूल के साथ जोड़कर खुद को अलग बनाता है जो डिस्पोजेबल पतों, भूमिका-आधारित खातों और कैच-ऑल डोमेन का पता लगाता है। इसमें किसी विशिष्ट ईमेल पते से जुड़ी सार्वजनिक प्रोफ़ाइल जानकारी और इमेजरी प्राप्त करने के लिए एक मेटाडेटा एग्रीगेटर भी शामिल है। व्यापक क्षमता सतह ईमेल डिलीवरेबिलिटी वैलिडेशन, धोखाधड़ी वाले साइनअप को रोकने के लिए जोखिम मूल्यांकन, और SMTP कनेक्टिविटी टेस्टिंग को कवर करती है। बैकएंड सेवा को कंटेनराइज़्ड डिप्लॉयमेंट मॉडल का उपयोग करके एक नेटवर्क सेवा के रूप में तैनात किया जा सकता है।
Verifies email reachability and mailbox existence using the SMTP protocol handshake and DNS record resolution.
This project is a self-hosted email verification system and API designed to validate email existence and clean mailing lists on private infrastructure. It functions as a deliverability tool that confirms if email addresses are reachable by communicating with mail servers via the SMTP protocol without sending actual messages. The system is distinguished by its high-volume SMTP infrastructure, which utilizes a stateless worker architecture and message queue task distribution to scale validation tasks. It includes an SMTP proxy gateway that routes requests through SOCKS5 proxies to mask server i
Validates email existence by simulating the SMTP mail transfer protocol exchange without sending a full message.
Maddy is a modular mail server that assembles a complete email system by connecting small, single-purpose modules through a declarative configuration file. Rather than a monolithic stack, it lets operators compose message processing, storage, authentication, and security enforcement from interchangeable building blocks, with each module handling a specific function like receiving SMTP connections, verifying credentials, or applying policy checks. The server distinguishes itself through its flexible authentication and security architecture. It delegates user verification to external systems in
Accepts email messages through SMTP, LMTP, or Submission protocols, optionally verifying sender credentials before processing.