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