warning: database /etc/postfix/transport.db is older than source file

* 本ページはプロモーションが含まれています

メールログを見てたら、下記の警告が出てた

warning: database /etc/postfix/transport.db is older than source file

定義したtransportよりtransportのDBが古いとの警告。

transportで定義したものは、postmapでDBを再構築しないといけないので、恐らく、その作業を忘れてたか?

って事で、DBを再構築してあげると解決

# postmap /etc/postfix/transport
カテゴリー: Linux 
Tags: CentOS postfix 

関連項目