Install Roundcube Debian 12: Perbedaan antara revisi

Dari Dokumentasi Robie
Loncat ke navigasi Loncat ke pencarian
Tidak ada ringkasan suntingan
(←Mengganti halaman dengan 'apt update && apt -y upgrade Mail Server: Install postfix <code>apt -y install postfix sasl2-bin</code>')
Tag: Penggantian VisualEditor
Baris 1: Baris 1:
{| class="wikitable"
apt update && apt -y upgrade
|
|Install RoundCube to configure web-based mail transfer System.


On this example, it uses 2 servers like follows to configure RoundCube Mail.
 
+----------------------+          |          +----------------------+
Mail Server: Install postfix
<nowiki>|  [  www.srv.world  ] |</nowiki>10.0.0.31 | 10.0.0.32|  [ mail.srv.world  ] |
 
<nowiki>|    Apache httpd    +----------+----------+        Postfix      |</nowiki>
<code>apt -y install postfix sasl2-bin</code>
<nowiki>|      (Roundcube)    |</nowiki>                    |        Dovecot      |
<nowiki>|      MariaDB        |</nowiki>                    |                      |
+----------------------+                    +----------------------+
|}
{| class="wikitable"
|[1]
|Install and Configure SMTP Server, refer to here.
|-
|[2]
|Install and Configure IMAP Server, refer to here.
|-
|[3]
|Configure SSL/TLS settings for SMTP/IMAP Server, refer to here. (Optional)
|-
|[4]
|Install PHP on Apache2 Server, refer to here.
|-
|[5]
|Configure SSL/TLS settings on Apache2 Server, refer to here.
|-
|[6]
|Install and Configure MariaDB Server on httpd Server, refer to here.
|-
|[7]
|Create a Database for RoundCube.
|}

Revisi per 11 Desember 2024 01.18

apt update && apt -y upgrade


Mail Server: Install postfix

apt -y install postfix sasl2-bin