うーん、俺の日曜は?
ども、土曜から風邪をこじらせ
夕方から寝てました。
起きて気づいたら日曜の晩・・・
結局、月曜休みで火曜はふらふらしながら会社へ、
最近良いことが起こりません はふぅ~
うーん、俺の日曜は?
ども、土曜から風邪をこじらせ
夕方から寝てました。
起きて気づいたら日曜の晩・・・
結局、月曜休みで火曜はふらふらしながら会社へ、
最近良いことが起こりません はふぅ~
旧サーバよりのコピー
さくっと走り書き
Apache
mod_gzip モジュールを DSO で組み込む
#./configure –enable-module=so
#make
#make install
mod_gzip.so モジュール作成
# /usr/local/apache/bin/apxs -i -a -c mod_gzip.c
# cp mod_gzip.so /usr/local/apache/libexec/
あとは、httpd.confをいじっておわり
旧サーバよりのコピー
>define(`confSMTP_LOGIN_MSG’,`$j ; $d’)dnl
>
>覚え書き
最終的に、
mcファイルに
define(`confSMTP_LOGIN_MSG’,`$j’)dnl
FEATURE(dnsbl,`relays.ordb.org’)dnl
と、して 「ordb.org」の不正中継リストからの配送禁止を追加した。
エレガントではないが、sendmail.cfに以下の施し
HReceived: $?sfrom $s $.$?_($?s$|from $.$_)
$.$?{auth_type}(authenticated$?{auth_ssf} bits=${auth_ssf}$.)
$.by $j $?r with $r$. id $i$?{tls_version}
(version=${tls_version} cipher=${cipher} bits=${cipher_bits} verify=${verify})$.$?u
for $u; $|;
$.$b
3行目の「.by $j $?」辺りの情報を消した
helpfile内を変更
sendmailと分かりそうな文章?を削除
おわり
旧サーバよりのコピー
./configure –enable-shy
DRAC使用の場合 ./configure –enable-shy –with-drac=lib-path
覚え書き(OSX10.5 qpopper4.1.0の場合)
./configure –enable-shy –with-drac=/usr/local/src/drac/ –enable-log-facility=LOG_LOCAL7 –with-pam=pop3
/etc/pam.d
cp sshd pop3
旧サーバよりコピー
options {
directory “/etc/namedb”;
version “”;
// allow-transfer { none; };
};
覚え書き