diff --git a/nixos-journal.yaml b/nixos-journal.yaml
index 269da2c0f4903dd9b76e9689d7224dc094092d67..07f87636e1c41cf14dc9d01d12d08d8dff65b5e8 100644
--- a/nixos-journal.yaml
+++ b/nixos-journal.yaml
@@ -88,6 +88,7 @@ criticalexceptions:
       - 'php-fpm\[\d+\]: .*convert: insufficient image data in file'
       - 'postfix/error\[\d+\]: .*: to=.* status=deferred \(delivery temporarily suspended: TLS is required, but was not offered by host'
       - 'postfix/smtp\[\d+\]:.+Host or domain name not found. Name service error for name=.+'
+      - 'postfix/smtpd\[\d+\]: SSL_accept error from unknown.*: .*'
       - 'postgres\[.*\]: user=.*,db=.* ERROR:.+duplicate key value violates unique constraint'
       - 'postgresql-start\[\d+\]: user=.* ERROR:.*relation .tmp_functest. does not exist'
       - 'postgresql-start\[\d+\]: user=.* WARNING: there is no transaction in progress'
@@ -239,6 +240,7 @@ warningexceptions:
       - 'postfix/smtpd\[\d+\]: warning: No server certs available. TLS won.t be enabled'
       - 'postfix/smtpd\[\d+\]: warning: unknown\[.*\]: SASL LOGIN authentication failed'
       - 'postfix/smtpd\[.+\]: warning: hostname .* does not resolve to address'
+      - 'postfix/smtpd\[\d+\]: warning: TLS library problem: error:.*:SSL routines:.*:unknown protocol:.*:'
       - 'postgres\[.*\]: user=.* LOG:.* duration: .* ms'
       - 'postgres\[.*\]: user=.* STATEMENT:.*'
       - 'postgres\[.*\]: user=.*,db=.* WARNING:.*there is no transaction in progress'