<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Notifications</title>
    <link>https://notifications.dcdata.co.za</link>
    <description>Mailing list archive</description>
    <item>
      <title>LT Newsletter: January 2026</title>
      <link>https://notifications.dcdata.co.za/archive/lt-newsletter-january-2026-4884</link>
      <description></description>
      <content:encoded><![CDATA[<!doctype html>
<html>
    <head>
        <title>LT Newsletter: January 2026</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
        <base target="_blank">
        <style>
            body {
                background-color: #F0F1F3;
                font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, sans-serif;
                font-size: 15px;
                line-height: 26px;
                margin: 0;
                color: #444;
            }

            pre {
                background: #f4f4f4f4;
                padding: 2px;
            }

            table {
                width: 100%;
                border: 1px solid #ddd;
            }
            table td {
                border-color: #ddd;
                padding: 5px;
            }

            .wrap {
                background-color: #fff;
                padding: 30px;
                max-width: 525px;
                margin: 0 auto;
                border-radius: 5px;
            }

            .button {
                background: #0055d4;
                border-radius: 3px;
                text-decoration: none !important;
                color: #fff !important;
                font-weight: bold;
                padding: 10px 30px;
                display: inline-block;
            }
            .button:hover {
                background: #111;
            }

            .footer {
                text-align: center;
                font-size: 12px;
                color: #888;
            }
                .footer a {
                    color: #888;
                    margin-right: 5px;
                }

            .gutter {
                padding: 30px;
            }

            img {
                max-width: 100%;
                height: auto;
            }

            a {
                color: #0055d4;
            }
                a:hover {
                    color: #111;
                }
            @media screen and (max-width: 600px) {
                .wrap {
                    max-width: auto;
                }
                .gutter {
                    padding: 10px;
                }
            }
        </style>
    </head>
<body style="background-color: #F0F1F3;font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, sans-serif;font-size: 15px;line-height: 26px;margin: 0;color: #444;">
    <div class="gutter" style="padding: 30px;">&nbsp;</div>
    <div class="wrap" style="background-color: #fff;padding: 30px;max-width: 525px;margin: 0 auto;border-radius: 5px;">
        
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Linux Tech Newsletter - January 2026</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            padding: 20px;
            min-height: 100vh;
        }
        
        .container {
            max-width: 800px;
            margin: 0 auto;
            border-radius: 12px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
            overflow: hidden;
        }
        
        .header {
            padding: 40px 20px;
            text-align: center;
        }
        
        .logo {
            max-height: 80px;
            max-width: 100%;
            height: auto;
            width: auto;
            margin-bottom: 20px;
        }
        
        .header-date {
            font-size: 14px;
            opacity: 0.8;
            margin-bottom: 20px;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #555;
        }
        
        .header h1 {
            font-size: 36px;
            margin-bottom: 15px;
            font-weight: 700;
            color: #0F172A;
        }
        
        .powered-by {
            font-size: 12px;
            opacity: 0.7;
            margin-top: 10px;
            color: #0F172A;
        }
        
        .content {
            padding: 40px;
        }
        
        .section {
            margin-bottom: 40px;
        }
        
        .section:last-child {
            margin-bottom: 0;
        }
        
        .section h2 {
            color: #0085FF;
            font-size: 24px;
            margin-bottom: 20px;
            border-bottom: 3px solid #0085FF;
            padding-bottom: 10px;
        }
        
        .section h4 {
            color: #0F172A;
            font-size: 18px;
            margin: 25px 0 15px 0;
            font-weight: 600;
        }
        
        .section p {
            color: #333;
            line-height: 1.8;
            margin-bottom: 20px;
            font-size: 16px;
        }
        
        .section strong {
            color: #0F172A;
            font-weight: 600;
        }
        
        ul {
            margin: 20px 0 20px 20px;
            color: #333;
        }
        
        ul li {
            margin-bottom: 12px;
            line-height: 1.7;
            font-size: 16px;
        }
        
        .highlight-box {
            padding: 25px;
            border-left: 4px solid #0085FF;
            margin: 25px 0;
            border-radius: 8px;
            background-color: #f8fcff;
        }
        
        .highlight-box h3 {
            color: #0085FF;
            font-size: 20px;
            margin-bottom: 12px;
            font-weight: 600;
        }
        
        .highlight-box p {
            color: #444;
            font-size: 16px;
            line-height: 1.7;
            margin-bottom: 0;
        }
        
        .cta-section {
            text-align: center;
            padding: 30px 0;
        }
        
        .cta-emoji {
            font-size: 24px;
            display: block;
            margin-bottom: 10px;
        }
        
        .signoff {
            text-align: center;
            color: #555;
            font-style: italic;
            margin-top: 30px;
        }
        
        .footer {
            padding: 30px 40px;
            border-top: 1px solid #eee;
            background-color: #f9f9f9;
        }
        
        .footer-link {
            display: block;
            margin: 12px 0;
            color: #0085FF;
            text-decoration: none;
            font-size: 16px;
            font-weight: 500;
        }
        
        .footer-link:hover {
            text-decoration: underline;
        }
        
        .contact-info {
            color: #666;
            margin: 20px 0;
            font-size: 16px;
            font-weight: 500;
        }
        
        @media (max-width: 600px) {
            .container {
                border-radius: 0;
                box-shadow: none;
                margin: 0;
            }
            
            .header h1 {
                font-size: 28px;
            }
            
            .section h2 {
                font-size: 20px;
            }
            
            .content {
                padding: 25px 20px;
            }
            
            .logo {
                max-height: 60px;
            }
            
            .highlight-box {
                padding: 20px;
                margin: 20px 0;
            }
        }
    </style>
</head>
<body>
    <div class="container">
        
        <div class="header">
            <img src="https://notifications.dcdata.co.za/uploads/Linux_Tech_Logo_Colour.png" alt="Linux Tech Logo" class="logo">
            <h1>NEWSLETTER</h1>
            <div class="header-date">Thursday | 08 January 2026</div>
        </div>
        
        
        <div class="content">
            
            <section class="section">
                <h2>Happy New Year from Linux Tech</h2>
                <p>We're excited to kick off 2026 with you! At Linux Tech, our mission continues to be empowering businesses with secure, scalable, and cost-effective technology solutions.</p>
                <p>This year we're doubling down on innovation, reliability, and expertise, all powered by Open-Source technology. We look forward to working with you throughout the year and supporting your technology goals every step of the way.</p>
            </section>
            <br>
            
            <section class="section">
                <h2>What's New This January</h2>
                <h4>Enhanced Security Solutions</h4>
                <p>Cyber threats are evolving but so are we. We're rolling out improved security products, including Open-Source firewalls and next-gen protections to keep your infrastructure safe and resilient.</p>
                <br>
                <h4>Hosting & Cloud Services Updates</h4>
                <p>Our enterprise-grade hosting, powered from leading South African data centres, continues to deliver high performance and secure uptime you can trust. If you haven't yet explored our cloud options, 2026 is the year to grow your presence online.</p>
                <br>
                <h4>Voice & Connectivity Enhancements</h4>
                <p>From on-site PBX systems to CloudPBX VoIP platforms, we're improving your communication tools to ensure continuity, clarity, and productivity in every conversation.</p>
            </section>
            <br>
            
            <section class="section">
                <h2>Why Linux Tech Stands Apart</h2>
                <div class="highlight-box">
                    <h3>Proven Open-Source Expertise</h3>
                    <p>Operating since 2002, we've built robust solutions that adapt to your business needs, including networking, virtualisation, email and web hosting, VOIP telephony and so much more.</p>
                </div>
            </section>
            
            
            <section class="section">
                <h2>Professional Support You Can Count On</h2>
                <div class="highlight-box">
                    <h3>Expert IT Support</h3>
                    <p>Our certified Linux and IT experts are here to support you with system design, implementation, troubleshooting, and ongoing maintenance — ensuring minimal downtime and maximum performance.</p>
                </div>
            </section>

            
            <section class="section">
                <h2>Trusted by Organisations Across Sectors</h2>
                <div class="highlight-box">
                    <h3>Proven Across Industries</h3>
                    <p>From schools to major brands and government departments, Linux Tech's solutions are designed for businesses that demand quality, security, and stability.</p>
                </div>
            </section>
            <br>
            
            <section class="section">
                <h2>Featured Services for January</h2>
                <p>Trusted technology solutions designed to keep your business secure, connected, and performing at its best.</p>
                <ul>
                    <li><strong>Security</strong> - Robust protection layers for your IT environment.</li>
                    <li><strong>Cloud Hosting</strong> - Enterprise hosting with reliable uptime.</li>
                    <li><strong>Voice / VoIP</strong> - From PBX to Cloud-based unified communication.</li>
                    <li><strong>Connectivity</strong> - Quality network services tailored for you.</li>
                    <li><strong>Consulting & Licensing</strong> - Expert planning, deployment and licensing support.</li>
                </ul>
            </section>
            <br>
            
            <section class="section">
                <h2>Ready to Elevate Your Tech in 2026?</h2>
                <p>Let's make this year your most efficient and secure yet. Whether you want to enhance your current systems or explore new open-source solutions, our team is ready to help.</p>
                
                <div>
                    <span class="cta-emoji"></span>
                    <p>👉 <b>Get in touch today</b> or visit us online for more info.</p>
                </div>
                <br>
                <div>
                    <h4>Stay Secure, Stay Scalable</h4>
                    <p>The Linux Tech Team</p>
                </div>
            </section>
        </div>
        
        
        <div class="footer">
            <a href="http://www.linuxtech.co.za" class="footer-link">www.linuxtech.co.za</a>
            <div class="contact-info">+27 33 344 6100 | +27 83 544 5566</div>
            <a href="mailto:info@linuxtech.co.za" class="footer-link">info@linuxtech.co.za</a>
          <br>
            <a href="https://notifications.dcdata.co.za/subscription/5cf61bbd-d02a-4dda-b11e-9240b9c2d6dc/" style="color: #888;">Unsubscribe</a>
        </div>
    </div>
</body>
</html>
    </div>
    
    <div class="footer" style="text-align: center;font-size: 12px;color: #888;">
        <p>Powered by <a href="https://listmonk.app" target="_blank" style="color: #888;">listmonk</a></p>
    </div>
</body>
</html>
]]></content:encoded>
      <pubDate>Thu, 08 Jan 2026 11:15:23 +0000</pubDate>
    </item>
    <item>
      <title>Season&#39;s Greetings &amp; Holiday Closure Notice</title>
      <link>https://notifications.dcdata.co.za/archive/lt-season-s-greetings-2025-1006</link>
      <description></description>
      <content:encoded><![CDATA[<!doctype html>
<html>
    <head>
        <title>Season&#39;s Greetings &amp; Holiday Closure Notice</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
        <base target="_blank">
        <style>
            body {
                background-color: #F0F1F3;
                font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, sans-serif;
                font-size: 15px;
                line-height: 26px;
                margin: 0;
                color: #444;
            }

            pre {
                background: #f4f4f4f4;
                padding: 2px;
            }

            table {
                width: 100%;
                border: 1px solid #ddd;
            }
            table td {
                border-color: #ddd;
                padding: 5px;
            }

            .wrap {
                background-color: #fff;
                padding: 30px;
                max-width: 525px;
                margin: 0 auto;
                border-radius: 5px;
            }

            .button {
                background: #0055d4;
                border-radius: 3px;
                text-decoration: none !important;
                color: #fff !important;
                font-weight: bold;
                padding: 10px 30px;
                display: inline-block;
            }
            .button:hover {
                background: #111;
            }

            .footer {
                text-align: center;
                font-size: 12px;
                color: #888;
            }
                .footer a {
                    color: #888;
                    margin-right: 5px;
                }

            .gutter {
                padding: 30px;
            }

            img {
                max-width: 100%;
                height: auto;
            }

            a {
                color: #0055d4;
            }
                a:hover {
                    color: #111;
                }
            @media screen and (max-width: 600px) {
                .wrap {
                    max-width: auto;
                }
                .gutter {
                    padding: 10px;
                }
            }
        </style>
    </head>
<body style="background-color: #F0F1F3;font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, sans-serif;font-size: 15px;line-height: 26px;margin: 0;color: #444;">
    <div class="gutter" style="padding: 30px;">&nbsp;</div>
    <div class="wrap" style="background-color: #fff;padding: 30px;max-width: 525px;margin: 0 auto;border-radius: 5px;">
        <p><br /><img style="display: block; margin-left: auto; margin-right: auto;" src="https://notifications.dcdata.co.za/uploads/Linux_Tech_Logo_Colour.png" alt="" width="586" height="159" /></p>
<p> </p>
<p><span style="font-size: 24px;"><strong>Happy Holidays from Linux Tech</strong></span></p>
<p>As the year comes to a close, we want to thank you for trusting Linux Tech with your IT needs.</p>
<p>To recharge and celebrate the festive season, our office will be closed from 19 December 2025 to 5 January 2026.</p>
<p>Don’t worry, if urgent support is needed, our team will still be available for critical issues to keep your systems running smoothly. We look forward to an exciting 2026, bringing you smarter, faster, and more reliable IT solutions. </p>
<p><strong><span style="font-size: 16px;">Wishing you a joyful holiday season and a prosperous New Year!</span></strong></p>
<p><img src="https://notifications.dcdata.co.za/uploads/istockphoto-1355669924-612x612.jpg" alt="" width="612" height="358" /></p>
<p> </p>
<p><strong><span style="font-size: 18px;">Protect Your Data This Holiday Season</span></strong></p>
<p>The festive season brings busy schedules and lots of emails, but cyber threats don’t take a break. Protect yourself and your organization with these quick tips:</p>
<ul>
<li>Verify the sender – confirm any unexpected attachments or links.</li>
<li>Check file types – be cautious with .exe, .zip, and Office files requesting “enable content".</li>
<li>Report suspicious activity – when in doubt, contact IT immediately.</li>
<li>Update your passwords – ensure your accounts are secure before year-end.</li>
</ul>
<p>A little caution goes a long way. Stay vigilant and keep your data safe this holiday season and beyond!</p>
<p> </p>
<h3>🚨 Urgent Support &amp; Contact During Closure</h3>
<p data-path-to-node="11">We understand that some matters cannot wait. For <strong>critical emergencies</strong> during our closure, please use the dedicated contact method below. All non-urgent inquiries will be attended to from January 5, 2026.</p>
<ul data-path-to-node="12">
<li>
<p data-path-to-node="12,0,0">Emergency Email: <strong>support@linuxtech.co.za</strong></p>
</li>
<li>
<p data-path-to-node="12,1,0"><em>Alternatively:</em><strong> +27-87-803-0030</strong></p>
</li>
</ul>
<p data-path-to-node="13">We kindly ask that all non-emergency requests or documentation be sent through by December 19th so we can process them ahead of our closure.</p>
<p data-path-to-node="14">We look forward to reconnecting with you, refreshed and ready, in the New Year. Wishing you all the best for the holidays!</p>
<p data-path-to-node="14"> </p>
<p data-path-to-node="15">Warm regards,</p>
<p data-path-to-node="15">The Linux Tech Team</p>
    </div>
    
    <div class="footer" style="text-align: center;font-size: 12px;color: #888;">
        <p>
            Don&#39;t want to receive these e-mails?
            <a href="https://notifications.dcdata.co.za/subscription/ccd91e9a-b772-4aae-bd31-a62eafc00d69/" style="color: #888;">Unsubscribe</a>
            <a href="https://notifications.dcdata.co.za/campaign/ccd91e9a-b772-4aae-bd31-a62eafc00d69/" style="color: #888;">View in browser</a>
        </p>
        <p>Powered by <a href="https://linuxtech.co.za" target="_blank" style="color: #888;">Linux Tech</a></p>
    </div>
    <div class="gutter" style="padding: 30px;">&nbsp;<img src="https://notifications.dcdata.co.za/campaign/ccd91e9a-b772-4aae-bd31-a62eafc00d69/00000000-0000-0000-0000-000000000000/px.png" alt="" /></div>
</body>
</html>
]]></content:encoded>
      <pubDate>Thu, 04 Dec 2025 08:14:54 +0000</pubDate>
    </item>
    <item>
      <title>Season&#39;s Greetings &amp; Holiday Closure Notice</title>
      <link>https://notifications.dcdata.co.za/archive/season-s-greetings-2025-test2-1462</link>
      <description></description>
      <content:encoded><![CDATA[<!doctype html>
<html>
    <head>
        <title>Season&#39;s Greetings &amp; Holiday Closure Notice</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
        <base target="_blank">
        <style>
            body {
                background-color: #F0F1F3;
                font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, sans-serif;
                font-size: 15px;
                line-height: 26px;
                margin: 0;
                color: #444;
            }

            pre {
                background: #f4f4f4f4;
                padding: 2px;
            }

            table {
                width: 100%;
                border: 1px solid #ddd;
            }
            table td {
                border-color: #ddd;
                padding: 5px;
            }

            .wrap {
                background-color: #fff;
                padding: 30px;
                max-width: 525px;
                margin: 0 auto;
                border-radius: 5px;
            }

            .button {
                background: #0055d4;
                border-radius: 3px;
                text-decoration: none !important;
                color: #fff !important;
                font-weight: bold;
                padding: 10px 30px;
                display: inline-block;
            }
            .button:hover {
                background: #111;
            }

            .footer {
                text-align: center;
                font-size: 12px;
                color: #888;
            }
                .footer a {
                    color: #888;
                    margin-right: 5px;
                }

            .gutter {
                padding: 30px;
            }

            img {
                max-width: 100%;
                height: auto;
            }

            a {
                color: #0055d4;
            }
                a:hover {
                    color: #111;
                }
            @media screen and (max-width: 600px) {
                .wrap {
                    max-width: auto;
                }
                .gutter {
                    padding: 10px;
                }
            }
        </style>
    </head>
<body style="background-color: #F0F1F3;font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, sans-serif;font-size: 15px;line-height: 26px;margin: 0;color: #444;">
    <div class="gutter" style="padding: 30px;">&nbsp;</div>
    <div class="wrap" style="background-color: #fff;padding: 30px;max-width: 525px;margin: 0 auto;border-radius: 5px;">
        <div style="position: relative; width: 100%; height: 0; padding-top: 141.4286%;
 padding-bottom: 0; box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16); margin-top: 1.6em; margin-bottom: 0.9em; overflow: hidden;
 border-radius: 8px; will-change: transform;">
  <iframe loading="lazy" style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0;margin: 0;"
    src="https://www.canva.com/design/DAGzaHtjZtU/eYkMq1HCUFS7lKY8x1ZpJw/view?embed" allowfullscreen="allowfullscreen" allow="fullscreen">
  </iframe>
</div>
<a href="https:&#x2F;&#x2F;www.canva.com&#x2F;design&#x2F;DAGzaHtjZtU&#x2F;eYkMq1HCUFS7lKY8x1ZpJw&#x2F;view?utm_content=DAGzaHtjZtU&amp;utm_campaign=designshare&amp;utm_medium=embeds&amp;utm_source=link" target="_blank" rel="noopener">Linux Tech - Newsletter</a> by Kayleigh Grunewald
    </div>
    
    <div class="footer" style="text-align: center;font-size: 12px;color: #888;">
        <p>
            Don&#39;t want to receive these e-mails?
            <a href="https://notifications.dcdata.co.za/subscription/26908072-75cd-48fb-9517-de0aac9a7c1c/" style="color: #888;">Unsubscribe</a>
            <a href="https://notifications.dcdata.co.za/campaign/26908072-75cd-48fb-9517-de0aac9a7c1c/" style="color: #888;">View in browser</a>
        </p>
        <p>Powered by <a href="https://linuxtech.co.za" target="_blank" style="color: #888;">Linux Tech</a></p>
    </div>
    <div class="gutter" style="padding: 30px;">&nbsp;<img src="https://notifications.dcdata.co.za/campaign/26908072-75cd-48fb-9517-de0aac9a7c1c/00000000-0000-0000-0000-000000000000/px.png" alt="" /></div>
</body>
</html>
]]></content:encoded>
      <pubDate>Mon, 01 Dec 2025 09:52:18 +0000</pubDate>
    </item>
    <item>
      <title>Business Email from DcData</title>
      <link>https://notifications.dcdata.co.za/archive/2151b694-4eca-4398-9a79-0a630a763179</link>
      <description></description>
      <content:encoded><![CDATA[<!doctype html>
<html>
    <head>
        <title>Business Email from DcData</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
        <base target="_blank">
        <style>
            body {
                background-color: #F0F1F3;
                font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, sans-serif;
                font-size: 15px;
                line-height: 26px;
                margin: 0;
                color: #444;
            }

            pre {
                background: #f4f4f4f4;
                padding: 2px;
            }

            table {
                width: 100%;
                border: 1px solid #ddd;
            }
            table td {
                border-color: #ddd;
                padding: 5px;
            }

            .wrap {
                background-color: #fff;
                padding: 30px;
                max-width: 525px;
                margin: 0 auto;
                border-radius: 5px;
            }

            .button {
                background: #0055d4;
                border-radius: 3px;
                text-decoration: none !important;
                color: #fff !important;
                font-weight: bold;
                padding: 10px 30px;
                display: inline-block;
            }
            .button:hover {
                background: #111;
            }

            .footer {
                text-align: center;
                font-size: 12px;
                color: #888;
            }
                .footer a {
                    color: #888;
                    margin-right: 5px;
                }

            .gutter {
                padding: 30px;
            }

            img {
                max-width: 100%;
                height: auto;
            }

            a {
                color: #0055d4;
            }
                a:hover {
                    color: #111;
                }
            @media screen and (max-width: 600px) {
                .wrap {
                    max-width: auto;
                }
                .gutter {
                    padding: 10px;
                }
            }
        </style>
    </head>
<body style="background-color: #F0F1F3;font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, sans-serif;font-size: 15px;line-height: 26px;margin: 0;color: #444;">
    <div class="gutter" style="padding: 30px;">&nbsp;</div>
    <div class="wrap" style="background-color: #fff;padding: 30px;max-width: 525px;margin: 0 auto;border-radius: 5px;">
        <h3><strong><img style="display: block; margin-left: auto; margin-right: auto;" src="https://notifications.dcdata.co.za/uploads/DcData_Cloud.png" alt="" width="240" height="154" /></strong></h3>
<h3> </h3>
<p><strong>DcData Business Email Solutions</strong><br /><em>November 2024 Edition</em></p>
<hr />
<h3><strong>Locally Hosted in SA</strong></h3>
<p>Since 2002, <strong>DcData</strong> has been a trusted provider of reliable, locally hosted business email solutions for South African and international businesses. Hosted in South Africa's leading data centres with a <strong>99.99% guaranteed uptime</strong> and resilient power, DcData combines technical expertise with a variety of budget-friendly options to meet your business needs. Our professional support team ensures you receive seamless service tailored to your requirements.</p>
<hr />
<h3><strong>1. Hosted Zimbra Mailboxes</strong></h3>
<p>As an <strong>authorized Zimbra Partner and Business Service Provider</strong>, DcData offers the award-winning <strong>Zimbra Collaboration Suite</strong> hosted in our secure cloud environment. Choose from <strong>Essentials</strong> or <strong>Professional Editions</strong>, each packed with robust features:</p>
<ul>
<li><strong>Best-in-Class Webmail</strong></li>
<li><strong>Shared Calendars &amp; Global Address Book</strong> (via Webmail, Desktop &amp; Mobile App)</li>
<li><strong>Zimbra Desktop &amp; Zimbra Mobile</strong></li>
<li><strong>Windows Outlook Connector</strong> (Professional Edition)</li>
<li><strong>Two-Factor Authentication</strong> (Professional Edition)</li>
<li><strong>10-Year Legislation-Compliant Email Archive</strong> (Professional Edition)</li>
</ul>
<p>This <strong>cost-effective hosted mail platform</strong> can cater to a mix of user needs. You can combine Professional and Essentials editions to meet your unique requirements. Hosted within DcData’s cloud, all data is <strong>POPIA compliant</strong>, ensuring maximum security and privacy.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="https://notifications.dcdata.co.za/uploads/zimbra_GbBtqG.png" alt="" width="1069" height="631" /></p>
<hr />
<h3><strong>2. Hosted IceWarp Mailboxes</strong></h3>
<p>Discover the power of <strong>IceWarp</strong>, a feature-rich, all-in-one email collaboration platform hosted in DcData’s cloud. Key highlights include:</p>
<ul>
<li><strong>TeamChat</strong></li>
<li><strong>ChatGPT Integration</strong></li>
<li><strong>Conference Tools with Recording</strong></li>
<li><strong>Real-Time Collaboration on Documents</strong></li>
</ul>
<p>IceWarp’s <strong>Desktop Suite</strong> (optional) provides native applications for Windows and Mac, syncing all your business information for offline access. Rest assured, all data is <strong>POPIA compliant</strong> for South African businesses.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="https://notifications.dcdata.co.za/uploads/icewarp_7FsRHJ.webp" alt="" width="1012" height="631" /></p>
<hr />
<h3><strong>3. Exchange Online/O365</strong></h3>
<p>For businesses preferring <strong>Microsoft Exchange</strong>, DcData provides tailored solutions as an official Microsoft partner. Whether you need <strong>Exchange Online</strong>, <strong>Office 365</strong>, or other Microsoft services, we offer comprehensive licensing and support to ensure seamless integration with your existing systems.</p>
<hr />
<h3><strong>4. On-Prem Mail Server</strong></h3>
<p>Prefer to keep your email infrastructure in-house? DcData supports on-premises mail server solutions with robust security and expert guidance to maintain smooth operations for your business.</p>
<hr />
<h3><strong>5. Migration Services</strong></h3>
<p>Moving email platforms can be daunting, but with DcData’s <strong>Migration Services</strong>, your transition will be seamless. Our team ensures your data integrity, minimizes downtime, and delivers a hassle-free migration experience.</p>
<hr />
<p>For expert guidance and reliable email solutions, visit <a href="https://www.dcdata.co.za/"><em>DcData's website</em></a> or contact us at <a href="mailto:contact@dcdata.co.za">contact@dcdata.co.za</a>. Let us help your business thrive with the best-fit communication tools.</p>
    </div>
    
    <div class="footer" style="text-align: center;font-size: 12px;color: #888;">
        <p>
            Don&#39;t want to receive these e-mails?
            <a href="https://notifications.dcdata.co.za/subscription/2151b694-4eca-4398-9a79-0a630a763179/" style="color: #888;">Unsubscribe</a>
            <a href="https://notifications.dcdata.co.za/campaign/2151b694-4eca-4398-9a79-0a630a763179/" style="color: #888;">View in browser</a>
        </p>
        <p>Powered by <a href="https://linuxtech.co.za" target="_blank" style="color: #888;">Linux Tech</a></p>
    </div>
    <div class="gutter" style="padding: 30px;">&nbsp;<img src="https://notifications.dcdata.co.za/campaign/2151b694-4eca-4398-9a79-0a630a763179/00000000-0000-0000-0000-000000000000/px.png" alt="" /></div>
</body>
</html>
]]></content:encoded>
      <pubDate>Fri, 22 Nov 2024 06:40:07 +0000</pubDate>
    </item>
    <item>
      <title>Season&#39;s Greetings &amp; Holiday Closure Notice</title>
      <link>https://notifications.dcdata.co.za/archive/season-s-greetings-2024</link>
      <description></description>
      <content:encoded><![CDATA[<!doctype html>
<html>
    <head>
        <title>Season&#39;s Greetings &amp; Holiday Closure Notice</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
        <base target="_blank">
        <style>
            body {
                background-color: #F0F1F3;
                font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, sans-serif;
                font-size: 15px;
                line-height: 26px;
                margin: 0;
                color: #444;
            }

            pre {
                background: #f4f4f4f4;
                padding: 2px;
            }

            table {
                width: 100%;
                border: 1px solid #ddd;
            }
            table td {
                border-color: #ddd;
                padding: 5px;
            }

            .wrap {
                background-color: #fff;
                padding: 30px;
                max-width: 525px;
                margin: 0 auto;
                border-radius: 5px;
            }

            .button {
                background: #0055d4;
                border-radius: 3px;
                text-decoration: none !important;
                color: #fff !important;
                font-weight: bold;
                padding: 10px 30px;
                display: inline-block;
            }
            .button:hover {
                background: #111;
            }

            .footer {
                text-align: center;
                font-size: 12px;
                color: #888;
            }
                .footer a {
                    color: #888;
                    margin-right: 5px;
                }

            .gutter {
                padding: 30px;
            }

            img {
                max-width: 100%;
                height: auto;
            }

            a {
                color: #0055d4;
            }
                a:hover {
                    color: #111;
                }
            @media screen and (max-width: 600px) {
                .wrap {
                    max-width: auto;
                }
                .gutter {
                    padding: 10px;
                }
            }
        </style>
    </head>
<body style="background-color: #F0F1F3;font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, sans-serif;font-size: 15px;line-height: 26px;margin: 0;color: #444;">
    <div class="gutter" style="padding: 30px;">&nbsp;</div>
    <div class="wrap" style="background-color: #fff;padding: 30px;max-width: 525px;margin: 0 auto;border-radius: 5px;">
        <p><img style="display: block; margin-left: auto; margin-right: auto;" src="https://notifications.dcdata.co.za/uploads/dcdata_xmas_small.jpg" alt="" width="250" height="237" /></p>
<p><strong>Happy Holidays from DcData</strong></p>
<p><span class="selectable-text copyable-text">As the holiday season approaches, we at DcData want to extend our heartfelt thanks for your continued support throughout the year. Working with clients like you makes our efforts genuinely rewarding, and your trust enables us to grow and succeed year after year.</span></p>
<p>We wish you, your family, and your team a joyous and prosperous holiday season filled with happiness, success, and memorable moments.</p>
<p>Please note that our offices will close at <strong>12:30 PM on Friday the 20th of December</strong>, and remain closed during the Christmas break. Our team will be available from <strong>Thursday the 2nd of January 2025</strong>, with the office officially reopening on <strong>Monday the 6th of January 2025</strong>.</p>
<p>For any urgent matters during the holiday season, please don't hesitate to contact us:</p>
<ul>
<li>For general support, email: <strong><a rel="noopener">support@dcdata.co.za</a></strong>, and one of our technicians will assist as soon as possible.</li>
<li>For critical support, call: <strong>087-803-0030</strong>.</li>
</ul>
<p>Thank you once again for your trust and partnership. We look forward to working with you in the coming year!</p>
<p>Warm regards,<br /><strong>The DcData Team</strong></p>
    </div>
    
    <div class="footer" style="text-align: center;font-size: 12px;color: #888;">
        <p>
            Don&#39;t want to receive these e-mails?
            <a href="https://notifications.dcdata.co.za/subscription/61e5d756-998d-4776-9ad9-a8fbabbb80cf/" style="color: #888;">Unsubscribe</a>
            <a href="https://notifications.dcdata.co.za/campaign/61e5d756-998d-4776-9ad9-a8fbabbb80cf/" style="color: #888;">View in browser</a>
        </p>
        <p>Powered by <a href="https://linuxtech.co.za" target="_blank" style="color: #888;">Linux Tech</a></p>
    </div>
    <div class="gutter" style="padding: 30px;">&nbsp;<img src="https://notifications.dcdata.co.za/campaign/61e5d756-998d-4776-9ad9-a8fbabbb80cf/00000000-0000-0000-0000-000000000000/px.png" alt="" /></div>
</body>
</html>
]]></content:encoded>
      <pubDate>Mon, 11 Nov 2024 12:54:42 +0000</pubDate>
    </item>
    <item>
      <title>LibraeSecure - Leading Protection from DcData</title>
      <link>https://notifications.dcdata.co.za/archive/libraesecure</link>
      <description></description>
      <content:encoded><![CDATA[<!doctype html>
<html>
    <head>
        <title>LibraeSecure - Leading Protection from DcData</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
        <base target="_blank">
        <style>
            body {
                background-color: #F0F1F3;
                font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, sans-serif;
                font-size: 15px;
                line-height: 26px;
                margin: 0;
                color: #444;
            }

            pre {
                background: #f4f4f4f4;
                padding: 2px;
            }

            table {
                width: 100%;
                border: 1px solid #ddd;
            }
            table td {
                border-color: #ddd;
                padding: 5px;
            }

            .wrap {
                background-color: #fff;
                padding: 30px;
                max-width: 525px;
                margin: 0 auto;
                border-radius: 5px;
            }

            .button {
                background: #0055d4;
                border-radius: 3px;
                text-decoration: none !important;
                color: #fff !important;
                font-weight: bold;
                padding: 10px 30px;
                display: inline-block;
            }
            .button:hover {
                background: #111;
            }

            .footer {
                text-align: center;
                font-size: 12px;
                color: #888;
            }
                .footer a {
                    color: #888;
                    margin-right: 5px;
                }

            .gutter {
                padding: 30px;
            }

            img {
                max-width: 100%;
                height: auto;
            }

            a {
                color: #0055d4;
            }
                a:hover {
                    color: #111;
                }
            @media screen and (max-width: 600px) {
                .wrap {
                    max-width: auto;
                }
                .gutter {
                    padding: 10px;
                }
            }
        </style>
    </head>
<body style="background-color: #F0F1F3;font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, sans-serif;font-size: 15px;line-height: 26px;margin: 0;color: #444;">
    <div class="gutter" style="padding: 30px;">&nbsp;</div>
    <div class="wrap" style="background-color: #fff;padding: 30px;max-width: 525px;margin: 0 auto;border-radius: 5px;">
        <table style="border-collapse: collapse; width: 100%; border-style: none;" border="0">
<tbody>
<tr>
<td style="width: 50%;"><img style="display: block; margin-left: auto; margin-right: auto;" src="https://notifications.dcdata.co.za/uploads/DcData_Cloud.png" alt="" width="240" height="154" /></td>
<td style="width: 50%;"><img style="display: block; margin-left: auto; margin-right: auto;" src="https://notifications.dcdata.co.za/uploads/LS---FULL-COLOUR-PNG.png" alt="" width="250" height="48" /></td>
</tr>
</tbody>
</table>
<h3><strong>Protect Your Business with Next-Gen Email Security</strong></h3>
<p><em>October 2024 Edition</em></p>
<hr />
<p> </p>
<h3><strong>1. Protecting Your Business from Email Threats</strong></h3>
<p>As businesses grow, so do the threats targeting them. Email remains the most common method cybercriminals use to attack. The risks are evolving fast from phishing to malware spam, business email compromise, and account takeover attempts. But you don’t have to face them alone.</p>
<p><strong>LibraeSecure Email Security</strong> is designed to protect your organization from email-borne threats by filtering all inbound and outbound traffic, using cutting-edge technology to detect malicious files and suspicious links before they reach your employees. With LibraeSecure, you can rest assured that 99.9% of phishing and spam attacks are blocked!</p>
<hr />
<h3><strong>2. The Power of LibraeSecure’s Predictive Security</strong></h3>
<p>We know malicious files are becoming more sophisticated, mimicking regular documents to bypass traditional defences. That’s why LibraeSecure uses <strong>predictive security</strong> to look ahead at emerging threats. With our proprietary <strong>sandboxing technologies </strong>and adaptive trust engine dynamically tracking relationships between senders and recipients, we stop threats in their tracks, scanning every email, attachment, and link for evasive behaviour and potential risks.</p>
<hr />
<h3><strong>3. Advanced Threat Detection with URLsand and QuickSand</strong></h3>
<p>Our <strong>URLsand</strong> and <strong>QuickSand</strong> technologies make it simple:</p>
<ul>
<li><strong>URLsand</strong> provides time-of-click protection against malicious URLs. All links are scanned for suspicious behaviour, preventing staff inadvertently from visiting unsafe websites.</li>
<li><strong>QuickSand</strong> rapidly scans documents and files for active code and evasive behaviours, ensuring that only safe files land in your inbox.</li>
</ul>
<p>With these technologies in place, you get real-time protection from advanced threats.</p>
<hr />
<h3><strong>4. Why choose LibraeSecure?</strong></h3>
<p><strong>LibraeSecure Email Security</strong> is developed by a leading European security firm with over two thousand global clients and more than thirty VBSpam Awards. Hosted in South African data centres with a geo-redundant setup, we ensure a 99.99% uptime.</p>
<p>Choosing your next email security vendor can be challenging, as it requires considering various commercial, technical, and operational factors. LibraeSecure stands out by offering exceptional security features at a lower cost, both commercially and operationally. Combining award-winning technical expertise with customer feedback, strategic partnerships, and enterprise-grade capabilities, LibraeSecure delivers a comprehensive solution—from discovery and deployment to world-class ongoing operational support.</p>
<hr />
<h3><strong>5. How to Get Started with LibraeSecure</strong></h3>
<p>Are you ready to take your email security to the next level? <strong>LibraeSecure Email Security</strong> is easy to deploy and integrates seamlessly with your existing systems. We offer comprehensive migration assistance to ensure your business transitions smoothly.</p>
<p>To learn more, <a href="https://libraesecure.com"><strong>visit our website</strong></a> or reach out to us directly at <strong><a href="mailto:contact@dcdata.co.za">contact@dcdata.co.za</a></strong>. Our team is ready to help you secure your email and safeguard your business from cyber threats.</p>
<hr />
<p><strong>Stay Safe. Stay Secure. Trust LibraeSecure.</strong><br /><em>For more information, visit <a href="https://libraesecure.com" target="_blank" rel="noopener">LibraeSecure's website</a> or contact us at <a href="mailto:contact@dcdata.co.za">contact@dcdata.co.za</a>.</em></p>
    </div>
    
    <div class="footer" style="text-align: center;font-size: 12px;color: #888;">
        <p>
            Don&#39;t want to receive these e-mails?
            <a href="https://notifications.dcdata.co.za/subscription/d751802b-0067-4cd5-b60f-9e9b56760b27/" style="color: #888;">Unsubscribe</a>
            <a href="https://notifications.dcdata.co.za/campaign/d751802b-0067-4cd5-b60f-9e9b56760b27/" style="color: #888;">View in browser</a>
        </p>
        <p>Powered by <a href="https://linuxtech.co.za" target="_blank" style="color: #888;">Linux Tech</a></p>
    </div>
    <div class="gutter" style="padding: 30px;">&nbsp;<img src="https://notifications.dcdata.co.za/campaign/d751802b-0067-4cd5-b60f-9e9b56760b27/00000000-0000-0000-0000-000000000000/px.png" alt="" /></div>
</body>
</html>
]]></content:encoded>
      <pubDate>Wed, 30 Oct 2024 09:42:09 +0000</pubDate>
    </item>
    <item>
      <title>Holiday Shutdown Period</title>
      <link>https://notifications.dcdata.co.za/archive/x-mas-2023-2</link>
      <description></description>
      <content:encoded><![CDATA[<!doctype html>
<html>
    <head>
        <title>Holiday Shutdown Period</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
        <base target="_blank">
        <style>
            body {
                background-color: #F0F1F3;
                font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, sans-serif;
                font-size: 15px;
                line-height: 26px;
                margin: 0;
                color: #444;
            }

            pre {
                background: #f4f4f4f4;
                padding: 2px;
            }

            table {
                width: 100%;
                border: 1px solid #ddd;
            }
            table td {
                border-color: #ddd;
                padding: 5px;
            }

            .wrap {
                background-color: #fff;
                padding: 30px;
                max-width: 525px;
                margin: 0 auto;
                border-radius: 5px;
            }

            .button {
                background: #0055d4;
                border-radius: 3px;
                text-decoration: none !important;
                color: #fff !important;
                font-weight: bold;
                padding: 10px 30px;
                display: inline-block;
            }
            .button:hover {
                background: #111;
            }

            .footer {
                text-align: center;
                font-size: 12px;
                color: #888;
            }
                .footer a {
                    color: #888;
                    margin-right: 5px;
                }

            .gutter {
                padding: 30px;
            }

            img {
                max-width: 100%;
                height: auto;
            }

            a {
                color: #0055d4;
            }
                a:hover {
                    color: #111;
                }
            @media screen and (max-width: 600px) {
                .wrap {
                    max-width: auto;
                }
                .gutter {
                    padding: 10px;
                }
            }
        </style>
    </head>
<body style="background-color: #F0F1F3;font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, sans-serif;font-size: 15px;line-height: 26px;margin: 0;color: #444;">
    <div class="gutter" style="padding: 30px;">&nbsp;</div>
    <div class="wrap" style="background-color: #fff;padding: 30px;max-width: 525px;margin: 0 auto;border-radius: 5px;">
        <p><img style="display: block; margin-left: auto; margin-right: auto;" src="https://notifications.dcdata.co.za/uploads/dcdata_xmas_small.jpg" alt="" width="250" height="237" /></p>
<p><strong>Happy Holidays from DcData</strong></p>
<p>As the holiday season approaches, all of us at DcData would like to take this opportunity to express our sincere gratitude for your continued support throughout the year. It is clients like you who make our work truly rewarding, and your trust allows our company to grow and thrive with each passing year.</p>
<p>We wish you, your family, and your team a joyous and prosperous holiday season filled with happiness, success, and memorable moments.</p>
<p>Please note that our offices will close at <strong>12:30 PM on Friday the 20th of December</strong>, and remain closed during the Christmas break. Our team will be available from <strong>Thursday the 2nd of January 2025</strong>, with the office officially reopening on <strong>Monday the 6th of January 2025</strong>.</p>
<p>For any urgent matters during the holiday season, please don't hesitate to contact us:</p>
<ul>
<li>For general support, email: <strong><a rel="noopener">support@dcdata.co.za</a></strong>, and one of our technicians will assist as soon as possible.</li>
<li>For critical support, call: <strong>087-803-0030</strong>.</li>
</ul>
<p>Thank you once again for your trust and partnership. We look forward to working with you in the coming year!</p>
<p>Warm regards,<br /><strong>The DcData Team</strong></p>
    </div>
    
    <div class="footer" style="text-align: center;font-size: 12px;color: #888;">
        <p>
            Don&#39;t want to receive these e-mails?
            <a href="https://notifications.dcdata.co.za/subscription/a6aff148-4945-433d-8178-0ae69874522c/" style="color: #888;">Unsubscribe</a>
            <a href="https://notifications.dcdata.co.za/campaign/a6aff148-4945-433d-8178-0ae69874522c/" style="color: #888;">View in browser</a>
        </p>
        <p>Powered by <a href="https://linuxtech.co.za" target="_blank" style="color: #888;">Linux Tech</a></p>
    </div>
    <div class="gutter" style="padding: 30px;">&nbsp;<img src="https://notifications.dcdata.co.za/campaign/a6aff148-4945-433d-8178-0ae69874522c/00000000-0000-0000-0000-000000000000/px.png" alt="" /></div>
</body>
</html>
]]></content:encoded>
      <pubDate>Mon, 21 Oct 2024 09:17:09 +0000</pubDate>
    </item>
    <item>
      <title>DcData Recommends Proxmox</title>
      <link>https://notifications.dcdata.co.za/archive/proxmox</link>
      <description></description>
      <content:encoded><![CDATA[<!doctype html>
<html>
    <head>
        <title>DcData Recommends Proxmox</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
        <base target="_blank">
        <style>
            body {
                background-color: #F0F1F3;
                font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, sans-serif;
                font-size: 15px;
                line-height: 26px;
                margin: 0;
                color: #444;
            }

            pre {
                background: #f4f4f4f4;
                padding: 2px;
            }

            table {
                width: 100%;
                border: 1px solid #ddd;
            }
            table td {
                border-color: #ddd;
                padding: 5px;
            }

            .wrap {
                background-color: #fff;
                padding: 30px;
                max-width: 525px;
                margin: 0 auto;
                border-radius: 5px;
            }

            .button {
                background: #0055d4;
                border-radius: 3px;
                text-decoration: none !important;
                color: #fff !important;
                font-weight: bold;
                padding: 10px 30px;
                display: inline-block;
            }
            .button:hover {
                background: #111;
            }

            .footer {
                text-align: center;
                font-size: 12px;
                color: #888;
            }
                .footer a {
                    color: #888;
                    margin-right: 5px;
                }

            .gutter {
                padding: 30px;
            }

            img {
                max-width: 100%;
                height: auto;
            }

            a {
                color: #0055d4;
            }
                a:hover {
                    color: #111;
                }
            @media screen and (max-width: 600px) {
                .wrap {
                    max-width: auto;
                }
                .gutter {
                    padding: 10px;
                }
            }
        </style>
    </head>
<body style="background-color: #F0F1F3;font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, sans-serif;font-size: 15px;line-height: 26px;margin: 0;color: #444;">
    <div class="gutter" style="padding: 30px;">&nbsp;</div>
    <div class="wrap" style="background-color: #fff;padding: 30px;max-width: 525px;margin: 0 auto;border-radius: 5px;">
        <p><img style="display: block; margin-left: auto; margin-right: auto;" src="https://notifications.dcdata.co.za/uploads/DcData_Cloud.png" alt="" width="250" height="160" /></p>
<h3>Did you know that DcData is a proud Proxmox partner?</h3>
<p>In light of Broadcom's recent acquisition of VMware and the subsequent challenges faced by VMware clients and partners, we believe it's essential to highlight the exceptional open-source alternative provided by Proxmox. Proxmox offers robust, enterprise-grade solutions with unrestricted access to all features, ensuring reliability and security. Their software-defined and open platforms are not only powerful but also remarkably easy to deploy, manage, and budget for. At DcData, we've been collaborating with Proxmox for over a decade, starting with VE version 2.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="https://notifications.dcdata.co.za/uploads/proxmox-full-lockup-color.png" alt="" width="480" height="80" /></p>
<p>Proxmox offers three outstanding products: Proxmox Virtual Environment, Proxmox Backup Server, and Proxmox Mail Gateway. Proxmox Virtual Environment serves as a comprehensive, open-source server management platform tailored for enterprise virtualization. It seamlessly integrates the KVM hypervisor and Linux Containers (LXC), along with software-defined storage and networking capabilities, all on a unified platform. With its intuitive web-based user interface, managing VMs and containers, ensuring high availability for clusters, and utilizing integrated disaster recovery tools are all made simple.</p>
<p>If you're interested in learning more about the Proxmox product line, please visit our website or reach out to us via email at contact@dcdata.co.za. We're here to provide you with further information and assist you in deploying and migrating to Proxmox.</p>
    </div>
    
    <div class="footer" style="text-align: center;font-size: 12px;color: #888;">
        <p>
            Don&#39;t want to receive these e-mails?
            <a href="https://notifications.dcdata.co.za/subscription/9766d183-5d5b-41d6-bccd-570e30906670/" style="color: #888;">Unsubscribe</a>
            <a href="https://notifications.dcdata.co.za/campaign/9766d183-5d5b-41d6-bccd-570e30906670/" style="color: #888;">View in browser</a>
        </p>
        <p>Powered by <a href="https://linuxtech.co.za" target="_blank" style="color: #888;">Linux Tech</a></p>
    </div>
    <div class="gutter" style="padding: 30px;">&nbsp;<img src="https://notifications.dcdata.co.za/campaign/9766d183-5d5b-41d6-bccd-570e30906670/00000000-0000-0000-0000-000000000000/px.png" alt="" /></div>
</body>
</html>
]]></content:encoded>
      <pubDate>Mon, 26 Feb 2024 14:05:08 +0000</pubDate>
    </item>
    <item>
      <title>Holiday Shutdown Period</title>
      <link>https://notifications.dcdata.co.za/archive/4df9ffcb-a883-4a71-8faf-98bfbac5cdc9</link>
      <description></description>
      <content:encoded><![CDATA[<!doctype html>
<html>
    <head>
        <title>Holiday Shutdown Period</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
        <base target="_blank">
        <style>
            body {
                background-color: #F0F1F3;
                font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, sans-serif;
                font-size: 15px;
                line-height: 26px;
                margin: 0;
                color: #444;
            }

            pre {
                background: #f4f4f4f4;
                padding: 2px;
            }

            table {
                width: 100%;
                border: 1px solid #ddd;
            }
            table td {
                border-color: #ddd;
                padding: 5px;
            }

            .wrap {
                background-color: #fff;
                padding: 30px;
                max-width: 525px;
                margin: 0 auto;
                border-radius: 5px;
            }

            .button {
                background: #0055d4;
                border-radius: 3px;
                text-decoration: none !important;
                color: #fff !important;
                font-weight: bold;
                padding: 10px 30px;
                display: inline-block;
            }
            .button:hover {
                background: #111;
            }

            .footer {
                text-align: center;
                font-size: 12px;
                color: #888;
            }
                .footer a {
                    color: #888;
                    margin-right: 5px;
                }

            .gutter {
                padding: 30px;
            }

            img {
                max-width: 100%;
                height: auto;
            }

            a {
                color: #0055d4;
            }
                a:hover {
                    color: #111;
                }
            @media screen and (max-width: 600px) {
                .wrap {
                    max-width: auto;
                }
                .gutter {
                    padding: 10px;
                }
            }
        </style>
    </head>
<body style="background-color: #F0F1F3;font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, sans-serif;font-size: 15px;line-height: 26px;margin: 0;color: #444;">
    <div class="gutter" style="padding: 30px;">&nbsp;</div>
    <div class="wrap" style="background-color: #fff;padding: 30px;max-width: 525px;margin: 0 auto;border-radius: 5px;">
        <p><img style="display: block; margin-left: auto; margin-right: auto;" src="https://notifications.dcdata.co.za/uploads/dcdata_xmas_small.jpg" alt="" width="250" height="237" /></p>
<h3><span style="color: #58595b;">A big thank you from all of us at DcData </span></h3>
<p><span style="color: #000000;">As the Holiday Season approaches us, we at DcData would like to take this opportunity to thank you for your continued support throughout this year. It is clients like you who make our jobs a pleasure to do and allows for our company to grow more and more with each year that passes. May your Holiday Season and the New Year be filled with much joy, happiness and success for you and your families. Please take note that our offices will close at 12:30 on Friday the 22nd of December, remain closed for the Christmas break, our team is available from the 2nd of January 2024 and our offices will re-open on Monday the 8th of January 2024. </span></p>
<p><span style="color: #000000;">As always, our team is available for any urgent matters during this Holiday Season. For all support queries, please email <a href="mailto:support@dcdata.co.za">support@dcdata.co.za</a> and a tech will assist as soon as they can, for any critical support queries, please call 087-803-0030 </span></p>
    </div>
    
    <div class="footer" style="text-align: center;font-size: 12px;color: #888;">
        <p>
            Don&#39;t want to receive these e-mails?
            <a href="https://notifications.dcdata.co.za/subscription/4df9ffcb-a883-4a71-8faf-98bfbac5cdc9/" style="color: #888;">Unsubscribe</a>
            <a href="https://notifications.dcdata.co.za/campaign/4df9ffcb-a883-4a71-8faf-98bfbac5cdc9/" style="color: #888;">View in browser</a>
        </p>
        <p>Powered by <a href="https://linuxtech.co.za" target="_blank" style="color: #888;">Linux Tech</a></p>
    </div>
    <div class="gutter" style="padding: 30px;">&nbsp;<img src="https://notifications.dcdata.co.za/campaign/4df9ffcb-a883-4a71-8faf-98bfbac5cdc9/00000000-0000-0000-0000-000000000000/px.png" alt="" /></div>
</body>
</html>
]]></content:encoded>
      <pubDate>Wed, 13 Dec 2023 09:27:03 +0000</pubDate>
    </item>
  </channel>
</rss>