Posts tagged with "dovecot"

There are a total of 6 posts.

Linuxでメールサーバーを構築する #6: Dovecotのauth-sql.conf.ext設定とパスワードハッシング

Published 2月 06, 2025 by whitedec

Dovecotのauth-sql.conf.ext設定とPostgreSQLを利用したパスワードハッシング方法を説明します。SHA-256およびBCRYPTハッシング適用法を含みます。

#postgresql , #dovecot , #virtual_users , #password_hashing

Linuxでのメールサーバー構築 #5: Dovecot仮想ユーザーの概念とPostgreSQLテーブル設計

Published 2月 06, 2025 by whitedec

Dovecot仮想ユーザーの概念とPostgreSQLを活用したメールサーバーアカウントテーブル設計方法を説明します。mail_domain、mail_users、mail_aliasテーブルを中心に構成します。

#postgresql , #dovecot , #メール_サーバー , #virtual_users

Linuxでメールサーバーを構築する #4: Dovecotの必須設定ファイル分析

Published 2月 06, 2025 by whitedec

Dovecotの必須設定ファイルを分析し、メールサーバー運営に必要な核心設定を整理します。仮想ユーザー環境とPostfix連携を含む実践的な適用方法を提供します。

#dovecot , #mail_server , #dovecot_conf