Update product descriptions and features in index.php and mail-gateway.php: Changed uptime statistics, enhanced feature descriptions, and added a new Mail Service section to improve clarity and user engagement.
This commit is contained in:
@@ -37,7 +37,7 @@ includeHeader($page_title, $page_description, $current_page);
|
||||
<line x1="12" y1="17" x2="12" y2="21"/>
|
||||
</svg>
|
||||
</div>
|
||||
<h3>99.9% Uptime</h3>
|
||||
<h3>99% Uptime</h3>
|
||||
<p>Zuverlässige Infrastruktur</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -70,7 +70,7 @@ includeHeader($page_title, $page_description, $current_page);
|
||||
<li>Proxmox LXC Container</li>
|
||||
<li>SSD Storage</li>
|
||||
<li>DDoS Protection</li>
|
||||
<li>99.9% Uptime</li>
|
||||
<li>99% Uptime</li>
|
||||
</ul>
|
||||
<a href="/vpc" class="btn btn-primary">Mehr erfahren</a>
|
||||
</div>
|
||||
@@ -99,13 +99,13 @@ includeHeader($page_title, $page_description, $current_page);
|
||||
<polyline points="22,6 12,13 2,6"/>
|
||||
</svg>
|
||||
</div>
|
||||
<h3>Mail Gateway</h3>
|
||||
<p>Professionelle E-Mail-Lösungen für Unternehmen</p>
|
||||
<h3>Proxmox Mail Gateway</h3>
|
||||
<p>Leistungsstarke E-Mail-Security mit Spam- und Virenfilter für Unternehmen</p>
|
||||
<ul class="product-features">
|
||||
<li>Spam & Virus Schutz</li>
|
||||
<li>E-Mail Archivierung</li>
|
||||
<li>Webmail Interface</li>
|
||||
<li>Mobile Sync</li>
|
||||
<li>Spam- und Virenschutz</li>
|
||||
<li>Quarantäne-Management</li>
|
||||
<li>Tracking Center & Reporting</li>
|
||||
<li>Open Source auf Proxmox-Basis</li>
|
||||
</ul>
|
||||
<a href="/mail-gateway" class="btn btn-primary">Mehr erfahren</a>
|
||||
</div>
|
||||
@@ -129,6 +129,23 @@ includeHeader($page_title, $page_description, $current_page);
|
||||
</ul>
|
||||
<a href="/webhosting" class="btn btn-primary">Mehr erfahren</a>
|
||||
</div>
|
||||
<div class="product-card glass-card">
|
||||
<div class="product-icon">
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
||||
<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/>
|
||||
<polyline points="22,6 12,13 2,6"/>
|
||||
</svg>
|
||||
</div>
|
||||
<h3>Mail Service</h3>
|
||||
<p>Kostenfreier E-Mail-Dienst mit 2 GB Mail-Speicher inklusive</p>
|
||||
<ul class="product-features">
|
||||
<li>Kostenlos & werbefrei</li>
|
||||
<li>2 GB Mail-Speicher</li>
|
||||
<li>Webmail-Zugang</li>
|
||||
<li>IMAP & SMTP Unterstützung</li>
|
||||
</ul>
|
||||
<a href="https://www.hexa-mail.de/" class="btn btn-primary" target="_blank" rel="noopener noreferrer">Mehr erfahren</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -23,7 +23,7 @@ includeHeader($page_title, $page_description, $current_page);
|
||||
<?php
|
||||
generateBreadcrumbs([
|
||||
['title' => 'Home', 'url' => 'index.php'],
|
||||
['title' => 'Mail Gateway', 'url' => '']
|
||||
['title' => 'Proxmox Mail Gateway', 'url' => '']
|
||||
]);
|
||||
?>
|
||||
<h1 class="product-hero-title">
|
||||
@@ -38,21 +38,21 @@ includeHeader($page_title, $page_description, $current_page);
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
||||
<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/>
|
||||
</svg>
|
||||
<span>Spam & Virus Schutz</span>
|
||||
<span>Spam- und Virenschutz</span>
|
||||
</div>
|
||||
<div class="hero-feature">
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
||||
<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/>
|
||||
<polyline points="22,6 12,13 2,6"/>
|
||||
</svg>
|
||||
<span>E-Mail Archivierung</span>
|
||||
<span>Quarantäne-Management</span>
|
||||
</div>
|
||||
<div class="hero-feature">
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
||||
<rect x="3" y="11" width="18" height="11" rx="2" ry="2"/>
|
||||
<path d="M7 11V7a5 5 0 0 1 10 0v4"/>
|
||||
</svg>
|
||||
<span>DSGVO-konform</span>
|
||||
<span>Tracking Center & Reporting</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -90,8 +90,8 @@ includeHeader($page_title, $page_description, $current_page);
|
||||
<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/>
|
||||
</svg>
|
||||
</div>
|
||||
<h3>Spam-Schutz</h3>
|
||||
<p>Mehrstufiger Spam-Filter mit KI-gestützter Erkennung filtert über 99% aller unerwünschten E-Mails zuverlässig heraus.</p>
|
||||
<h3>Mehrstufiger Spam-Filter</h3>
|
||||
<p>Kombinierte Filtermechanismen reduzieren unerwünschte E-Mails effektiv und schützen Ihre Mailserver zuverlässig.</p>
|
||||
</div>
|
||||
<div class="detail-card glass-card">
|
||||
<div class="detail-icon">
|
||||
@@ -100,8 +100,8 @@ includeHeader($page_title, $page_description, $current_page);
|
||||
<path d="M12 6v6l4 2"/>
|
||||
</svg>
|
||||
</div>
|
||||
<h3>Virus-Schutz</h3>
|
||||
<p>Echtzeit-Virenscanner prüft alle eingehenden und ausgehenden E-Mails auf Schadsoftware und blockiert gefährliche Anhänge.</p>
|
||||
<h3>Integrierter Virenschutz</h3>
|
||||
<p>Eingehende und ausgehende Nachrichten werden auf Schadsoftware geprüft, bevor sie Ihr internes Mailsystem erreichen.</p>
|
||||
</div>
|
||||
<div class="detail-card glass-card">
|
||||
<div class="detail-icon">
|
||||
@@ -110,8 +110,8 @@ includeHeader($page_title, $page_description, $current_page);
|
||||
<path d="M7 11V7a5 5 0 0 1 10 0v4"/>
|
||||
</svg>
|
||||
</div>
|
||||
<h3>Verschlüsselung</h3>
|
||||
<p>TLS-Verschlüsselung für sichere Übertragung. Optional S/MIME und PGP für Ende-zu-Ende-verschlüsselte Kommunikation.</p>
|
||||
<h3>SMTP-Relay und Regelwerk</h3>
|
||||
<p>Flexible Transportrichtlinien, Whitelist/Blacklist und Domain-Regeln geben Ihnen volle Kontrolle über den Mailfluss.</p>
|
||||
</div>
|
||||
<div class="detail-card glass-card">
|
||||
<div class="detail-icon">
|
||||
@@ -122,8 +122,8 @@ includeHeader($page_title, $page_description, $current_page);
|
||||
<line x1="16" y1="17" x2="8" y2="17"/>
|
||||
</svg>
|
||||
</div>
|
||||
<h3>E-Mail Archivierung</h3>
|
||||
<p>DSGVO-konforme Archivierung aller E-Mails. Revisionssichere Aufbewahrung für rechtliche Anforderungen.</p>
|
||||
<h3>Quarantäne und Tracking Center</h3>
|
||||
<p>Nachvollziehbare Zustellhistorie und komfortables Quarantäne-Management für Administratoren und Endanwender.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user