スキップしてメイン コンテンツに移動

投稿

9月, 2012の投稿を表示しています

postfixの設定を確認する方法

こうすると、現在の設定をアルファベット順に表示してくれる。 postconf また、次のようにすると、現在の設定値ではなくデフォルトの設定値を表示してくれる。 postconf -d で、デフォルトと現在の設定のどこが違うかは、diffコマンドでこんな感じ。 postconf -d > main.cf.default postconf > main.cf.setting diff -u main.cf.default main.cf.setting 全項目を並べて比較するには diff -y main.cf.default main.cf.setting

CentOS 6.3 最小構成

晒しておく。 MAKEDEV.x86_64 3.24-6.el6 @anaconda-CentOS-201207061011.x86_64/6.3 acl.x86_64 2.2.49-6.el6 @anaconda-CentOS-201207061011.x86_64/6.3 aic94xx-firmware.noarch 30-2.el6 @anaconda-CentOS-201207061011.x86_64/6.3 apr.x86_64 1.3.9-5.el6_2 @updates apr-util.x86_64 1.3.9-3.el6_0.1 @base apr-util-ldap.x86_64 1.3.9-3.el6_0.1 @base atmel-firmware.noarch 1.3-7.el6 @anaconda-CentOS-201207061011.x86_64/6.3 attr.x86_64 2.4.44-7.el6 @anaconda-CentOS-201207061011.x86_64/6.3 audit.x86_64 2.2-2.el6 @anaconda-CentOS-201207061011.x86_64/6.3 audit-libs.x86_64 2.2-2.el6 @anaconda-CentOS-201207061011.x86_64/6.3 authconfig.x86_64 6.1.12-10.el6 @anaconda-CentOS-201207061011.x86_64/6.3 b43-openfwwf.noarch 5.2-4.el6 @anaconda-CentOS-201207061011.x86_64/6.3 basesystem.noarch...