Downgrade mit stunnel: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 5: Zeile 5:
  
 
=Konfiguration=
 
=Konfiguration=
*vi stunnel.conf
+
*vi imap.conf
 
<pre>
 
<pre>
 
debug = 7
 
debug = 7
Zeile 21: Zeile 21:
  
 
=Restart=
 
=Restart=
* systemctl restart  stunnel4.service
+
* systemctl restart  stunnel@imap.service

Aktuelle Version vom 24. Juni 2026, 06:43 Uhr

Installation

  • apt install stunnel

Vorbereitung

  • cd /etc/stunnel

Konfiguration

  • vi imap.conf
debug = 7
foreground = yes
options = NO_SSLv2
output = /var/log/stunnel.log

[to-server]
client = yes
accept = 0.0.0.0:143
connect = mail.xinmen.de:993
CAPath = /etc/ssl/certs/
verify = 2

Restart

  • systemctl restart stunnel@imap.service