First of I didn’t ask postfix to do NIS lookups.首先,我並沒有要求postfix做尼什查找。 These warning messages started showing up when I commented out alias_maps and decided to only use alias_database instead.這些警告信息,開始顯示了,當我的評論指出alias_maps ,並決定只使用alias_database不是。 The fix was simple.該修補程序很簡單。

alias_maps when commented, uses the default settings: alias_maps評論時,將使用默認的設置:
alias_maps = hash:/etc/aliases, nis:mail.aliases alias_maps =哈希:在/ etc /別名,尼什: mail.aliases

This allows postfix to work even without explicit alias_maps settings.這使得postfix工作,即使沒有明確的alias_maps設置。 However the default also encumbers it with checking nis.不過,默認情況下,也encumbers它與檢查新謝克爾。 Setting alias_maps explicitly eliminates the problem:設置alias_maps明確,消除了問題:
alias_maps = hash:/etc/aliases alias_maps =哈希:在/ etc /別名