Skip to main content

CentOS: postfix/smtpd[xxxxx]: fatal: in parameter smtpd_relay_restrictions or smtpd_recipient_restrictions, specify at least one working... エラーの解決法

· 3 min read
Yu Sasaki
Enterprise Security Manager / Advisor

表題のエラーは先日Postfixをv2.10.1からv3.4.7へアップグレードし移行対応した際に発生した事象の一つ。

事象 - エラーログ内容 ( /var/log/maillog )

閲覧性の向上の為、適時改行を入れて掲載する。

Django: macOSでのpip install mysqlclient エラーの解決法

· 6 min read
Yu Sasaki
Enterprise Security Manager / Advisor

表題の通り、macOS上でmysqlclientのインストールを試みたところ下記のエラーが発生。本記事はその解決法を記載するもの。

追記(2019-12-28): macOS Catelinaアップグレード後に事象が再発した為、対処法を下記リンク先に追記しました。 Python: macOS (Catalina)でのpip install mysqlclient エラーの解決法

Python pip: エラー対処法 - "Could not find a version that satisfies the requirement PIL (from versions: ) No matching distribution found for PIL"

· One min read
Yu Sasaki
Enterprise Security Manager / Advisor

Python Imaging Library (PIL)をpipでインストールを試みたところ、下記のエラーメッセージが出力され、インストールプロセスが中断。

(venv) $ pip install pil
Collecting pil
Could not find a version that satisfies the requirement pil (from versions: )
No matching distribution found for pil

発生環境はPython 3.6.4 (Mac OS 10.14.3)。