LoginSignup
3
3

More than 5 years have passed since last update.

Postfix Dovecot メール受信できない場合の対処

Posted at

メールサーバーを構築してinfo@〜のメールアドレスを作成する場合に、受信できない場合の対処を記載

infoユーザーを作成して、テストを行うと受信できないので、
メールログを確認

/var/log/maillog

ログの中に、以下のような送信メールと違うアドレスを発見

to=<root@domain.jp>, orig_to=<info@domain.jp>

info宛のメールがrootに転送されているようなので
以下のファイルのinfoの記述をコメントアウト

vi /etc/aliases

以上

3
3
1

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
3
3