0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

[Linux] メール管理_MTA, MDA, MUA,sendmail, Postfix, exim

Last updated at Posted at 2025-06-22

メールシステムの3大構成要素

コンポーネント 正式名称 役割
MUA Mail User Agent ユーザーがメールを作成・閲覧するソフト(=メーラー)
MTA Mail Transfer Agent メールを送信者から受信者のMTAへ転送する役割(SMTPを使用)
MDA Mail Delivery Agent 受信したメールをユーザーのメールボックスに振り分ける(配送)

MTAの代表例

MTA名 特徴
sendmail 伝統的で歴史あるMTA。柔軟だが設定が非常に複雑。セキュリティ対応や保守が難しい
Postfix sendmailの置き換えを目的に開発。セキュリティとパフォーマンスに優れ、構成も比較的簡単。現在の主流
exim Debian系でよく採用される柔軟性の高いMTA。設定がスクリプト的で自由度が高い反面、やや複雑になりやすい

Ping-t

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?