snippet: postfix
Received ヘッダの削除
IGNORE 現在の行を入力から削除し、次の入力行を検査します。
/etc/postfix/header_checks
/^Received:.*127\.0\.0\.1*/ IGNORE
/^Received:.*192\.168\..*/ IGNORE
main.cf
- header_checks =
+ header_checks = regexp:/etc/postfix/header_checks
sudo postfix check && sudo service postfix restart
/etc/postfix/main.cf が無い場合(ubuntu)
cp /usr/share/postfix/main.cf.debian /etc/postfix/main.cf
sudo dpkg-reconfigure postfix
service postfix reload
sudo apt install mailutils
mail | mail $USER
mail
Author And Source
この問題について(snippet: postfix), 我々は、より多くの情報をここで見つけました https://qiita.com/tukiyo3/items/61a7b183641318e4cb6f著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .