Email | Tag | ohneKontur - der Blog https://www.ohnekontur.de ohne Linien und Kanten und trotzdem gefangen Mon, 19 Feb 2024 17:22:37 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.5 Modern TLS Version for dovecot & postfix https://www.ohnekontur.de/2023/03/04/modern-tls-version-for-dovecot-postfix/ https://www.ohnekontur.de/2023/03/04/modern-tls-version-for-dovecot-postfix/#respond Sat, 04 Mar 2023 17:05:23 +0000 https://www.ohnekontur.de/?p=3258 (TLS 1.2 or newer) You can use the following settings to ensure that Dovecot and Postfix use a modern TLS version: For Dovecot: For Postfix: Finally, reload Postfix with systemctl reload postfix and restart Dovecot with systemctl restart dovecot.

The post Modern TLS Version for dovecot & postfix first appeared on ohneKontur - der Blog.]]>
(TLS 1.2 or newer)

You can use the following settings to ensure that Dovecot and Postfix use a modern TLS version:

For Dovecot:

  1. Open the file /etc/dovecot/conf.d/10-ssl.conf (Debian).
  2. Uncomment the line starting with ssl_min_protocol and set it to ssl_min_protocol = TLSv1.2.

For Postfix:

  1. Open the file /etc/postfix/main.cf (Debian).
  2. Add the following directive: smtpd_tls_mandatory_protocols = !SSLv2,!SSLv3,!TLSv1,!TLSv1.1.

Finally, reload Postfix with systemctl reload postfix and restart Dovecot with systemctl restart dovecot.


The post Modern TLS Version for dovecot & postfix first appeared on ohneKontur - der Blog.]]>
https://www.ohnekontur.de/2023/03/04/modern-tls-version-for-dovecot-postfix/feed/ 0
Thunderbird mit IMAP-Ordnern Nutzbar machen https://www.ohnekontur.de/2010/02/22/thunderbird-mit-imap-ordnern-nutzbar-machen/ https://www.ohnekontur.de/2010/02/22/thunderbird-mit-imap-ordnern-nutzbar-machen/#respond Mon, 22 Feb 2010 15:05:39 +0000 http://www.ohnekontur.de/?p=752 Thunderbird, ein eigentlich cooler EMail Client allerdings hat er einige Ecken und Kanten: Eine davon ist, dass er Standardmäßig nur den Posteingang auf neue Emailscheckt. Wenn man all seine neuen Emails in den Posteingang bekommt ist das ja okay, allerdings … Continue reading

The post Thunderbird mit IMAP-Ordnern Nutzbar machen first appeared on ohneKontur - der Blog.]]>
Thunderbird, ein eigentlich cooler EMail Client allerdings hat er einige Ecken und Kanten:
Eine davon ist, dass er Standardmäßig nur den Posteingang auf neue Emailscheckt.

Wenn man all seine neuen Emails in den Posteingang bekommt ist das ja okay,
allerdings gibt es Mailserver die Emails Anhand von Regeln vorsortieren.
Einer der das kann ist z.B. Gmail.

Im Fall eines solchen Servers ist es ungut, dass Thunderbird nur die Inbox auf neue Emails Checkt.
Glücklicherweise kann man Thunderbird anweisen alle IMAP-Ordner zu prüfen,
allerdings nur in dem man in die Abgründe der Config einsteigt.

Als erstes müssen wir in den Konfigurations-Editor von Thunderbird.

Dazu gehen wir in die Thunderbird-Einstellungen
(unter Mac über Thunderbird > Einstellungen,
unter Windows über Extras > Einstellungen)

In den Einstellungen auf die Registerkarte Erweitert > Allgemein und dann auf den Button Konfiguration bearbeiten.

Schon sind wir im Konfigurations-Editor, hier müssen zwei Werte angepasst werden:

mail.check_all_imap_folders_for_new

auf den Wert true und

 mail.imap.use_status_for_biff 

auf den Wert false

Damit sollte Thunderbird gezwungen sein alle Folder auf neue Mails zu checken

[getestet mit Thunderbird 3.0]

The post Thunderbird mit IMAP-Ordnern Nutzbar machen first appeared on ohneKontur - der Blog.]]>
https://www.ohnekontur.de/2010/02/22/thunderbird-mit-imap-ordnern-nutzbar-machen/feed/ 0