実現したいこと
Almalinux9.7でpostfix3.5.25を使っています。
maillogをふと確認すると、openssl のエラーが出ていました。
以前から出ていたのですが、実害はありませんでした。
先日、postscreen を使おうとしたときにどうやらこのエラーが引っかかっているようで、何でもかんでもブロックしてしまいました。適切にブロックと通過を実現したいのでこのエラーを解消する方法を知りたいと思っています。
発生している問題・分からないこと
postfixの送受信時にエラーが出ています。
エラーメッセージ
error
1warning: run-time library vs. compile-time header version mismatch: OpenSSL 3.5.0 may not be compatible with OpenSSL 3.2.0
該当のソースコード
特になし
試したこと・調べたこと
- teratailやGoogle等で検索した
- ソースコードを自分なりに変更した
- 知人に聞いた
- その他
上記の詳細・結果
dnfでアップデートしている限り、そんなことはありえないという情報しかありませんでした。なので、バージョンダウンを進められましたが、バージョンダウンもできませんでした。
補足
openssl 3.5は特に何もせずに、dnf update で更新しました。
よろしくお願いいたします。
dnf info openssl
メタデータの期限切れの最終確認: 1:32:35 前の 2026年03月19日 15時22分07秒 に実施しました。
インストール済みパッケージ
名前 : openssl
エポック : 1
バージョン : 3.5.1
リリース : 7.el9_7
Arch : x86_64
サイズ : 2.2 M
ソース : openssl-3.5.1-7.el9_7.src.rpm
リポジトリー : @System
repo から : baseos
概要 : Utilities from the general purpose cryptography library with TLS implementation
URL : http://www.openssl.org/
ライセンス : Apache-2.0
説明 : The OpenSSL toolkit provides support for secure communications between
: machines. OpenSSL includes a certificate management tool and shared
: libraries which provide various cryptographic algorithms and
: protocols.
dnf info openssl
インストール済みパッケージ
名前 : openssl
エポック : 1
バージョン : 3.5.1
リリース : 7.el9_7
Arch : x86_64
サイズ : 2.2 M
ソース : openssl-3.5.1-7.el9_7.src.rpm
リポジトリー : @System
repo から : baseos
概要 : Utilities from the general purpose cryptography library with TLS implementation
URL : http://www.openssl.org/
ライセンス : Apache-2.0
説明 : The OpenSSL toolkit provides support for secure communications between
: machines. OpenSSL includes a certificate management tool and shared
: libraries which provide various cryptographic algorithms and
: protocols.
[root@mz conf.d]# dnf info postfix
インストール済みパッケージ
名前 : postfix
エポック : 2
バージョン : 3.5.25
リリース : 1.el9
Arch : x86_64
サイズ : 4.4 M
ソース : postfix-3.5.25-1.el9.src.rpm
リポジトリー : @System
repo から : appstream
概要 : Postfix Mail Transport Agent
URL : http://www.postfix.org
ライセンス : (IBM and GPLv2+) or (EPL-2.0 and GPLv2+)
説明 : Postfix is a Mail Transport Agent (MTA).
あなたの回答
tips
プレビュー