मेल सर्वर
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://tldfyi.com/iframe/glossary/mail-server/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://tldfyi.com/glossary/mail-server/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/mail-server/)
Use the native HTML custom element.
मेल सर्वर एक सॉफ्टवेयर या इंफ्रास्ट्रक्चर है जो मानक प्रोटोकॉल का उपयोग करके ईमेल भेजता और प्राप्त करता है: सर्वरों के बीच आउटबाउंड डिलीवरी के लिए SMTP (Simple Mail Transfer Protocol), क्लाइंट सिंक्रोनाइज़ेशन के लिए IMAP (Internet Message Access Protocol), और क्लाइंट डाउनलोड के लिए POP3 (Post Office Protocol)। ईमेल प्राप्त करने वाले प्रत्येक डोमेन में मेल सर्वर होस्टनेम की ओर इंगित करने वाला कम से कम एक [[mx-record|MX रिकॉर्ड]] होना चाहिए। IP और भेजने वाले डोमेन द्वारा ट्रैक की गई मेल सर्वर प्रतिष्ठा इनबॉक्स प्लेसमेंट निर्धारित करती है। [[spf-record|SPF]], [[dkim|DKIM]], और [[dmarc|DMARC]] रिकॉर्ड के माध्यम से उचित प्रमाणीकरण [[domain-abuse|स्पूफिंग]] को रोकने और डिलीवरेबिलिटी बनाए रखने के लिए अनिवार्य है।
उदाहरण
Google Workspace acts as a mail server for your custom domain: add Google's MX records, then configure SPF, DKIM, and DMARC records to authenticate mail sent as [email protected].