MXPS: the Mail Exchanger Protocol Switch_
を読む。
どうやらQMTPサーバーをDNSで定義するにはMXレコードの優先度を12801から+16刻みで指定するようだ。
そしてqmail-remoteがそのMXレコードを元にsmtpではなくqmtpに切り替えるように
qmaili-remote.c patch_
をあてる。
2003年08月28日(木) [長年日記]
Permalink: http://www.otsune.com/diary/2003/08/28/1.html#200308281
trackback

View blog reactions
Last Updated 2003-08-28 00:00:00 By
trackback
Last Updated 2003-08-28 00:00:00 By
[www] Osirusoft 'closes doors' after crippling DDoS attacks_
[ML:antispam-j]より。
relays.osirusoft.comがDDoSでサービス停止。SpamAssasinとかrblsmtpdとかでspamのチェックをしている人は、設定を変更する必要が有る。
relays.osirusoft.comがDDoSでサービス停止。SpamAssasinとかrblsmtpdとかでspamのチェックをしている人は、設定を変更する必要が有る。
[ コメントする ]
Permalink: http://www.otsune.com/diary/2003/08/28/2.html#200308282
trackback

View blog reactions
Last Updated 2003-08-28 00:00:00 By
trackback
Last Updated 2003-08-28 00:00:00 By
[www] 「ファミリーコンピュータ」用ゲームソフトの著作権者を探しています / ACCS_
「連絡が取れないファミコンソフトメーカー」の死屍累々ぶりが面白い。
[ コメントする ]
Permalink: http://www.otsune.com/diary/2003/08/28/3.html#200308283
trackback

View blog reactions
Last Updated 2003-08-28 00:00:00 By
trackback
Last Updated 2003-08-28 00:00:00 By
[neta] 結局NTTグループ入りか
NTTグループじゃなくって、まともにIPv6が使えて、多少高くてもバックボーンが太いのはKDDIぐらいか?
[ コメントする ]
Permalink: http://www.otsune.com/diary/2003/08/28/4.html#200308284
trackback

View blog reactions
Last Updated 2003-08-28 00:00:00 By
trackback
Last Updated 2003-08-28 00:00:00 By
[www] 実は消費税の税率は4%_
地方消費税が別途消費税額の25%(消費税率に換算して1%相当)へぇー。
[ コメントする ]
Permalink: http://www.otsune.com/diary/2003/08/28/5.html#200308285
trackback

View blog reactions
Last Updated 2003-08-28 00:00:00 By
trackback
Last Updated 2003-08-28 00:00:00 By
[tv] チャンネル北野「ビルゲイツの大喜利」_
マイクロソフトの面接試験で出題される謎掛けをオモシロおかしく解答する企画。
放送作家的な企画としては面白かった。
放送作家的な企画としては面白かった。
[ コメントする ]
Permalink: http://www.otsune.com/diary/2003/08/28/6.html#200308286
trackback

View blog reactions
Last Updated 2003-08-28 00:00:00 By
trackback
Last Updated 2003-08-28 00:00:00 By
[www] Bookmark Links Checker for Mozilla/Firebird_
FirebirdのブックマークでWWWD風に更新チェックが出来る。
[ コメントする ]
Permalink: http://www.otsune.com/diary/2003/08/28/7.html#200308287
trackback

View blog reactions
Last Updated 2003-08-28 00:00:00 By
trackback
Last Updated 2003-08-28 00:00:00 By
[www][ipv6] 2006年6月にIPv6実験ネット「6bone」停止。商用IPv6の拡大でIETFが決定_
traceroute6すると、3ffe::なアドレスよりも、2002::なアドレスがぼちぼち目立って来た感覚。
[ コメントする ]
Permalink: http://www.otsune.com/diary/2003/08/28/8.html#200308288
trackback

View blog reactions
Last Updated 2003-08-28 00:00:00 By
trackback
Last Updated 2003-08-28 00:00:00 By
[work][unix] www/mod_php4
lang/php4が4.3.3になっていた。
pkgtool.confのMAKE_ARGSに
追記:でも SquirrelMail_ が上手く動作しなかった。なにか足りないオプションがあるのか?
pkgtool.confのMAKE_ARGSに
'lang/php4' => '-DBATCH -DWITHOUT_X11 PHP4_OPTIONS="ICONV IMAP MBSTRING MCRYPT MIME PCRE READLINE CTYPE MYSQL OVERLOAD PCRE POSIX SESSION TOKENIZER XML ZLIB"',と指定。
追記:でも SquirrelMail_ が上手く動作しなかった。なにか足りないオプションがあるのか?
www/squidのIPFilter透過プロクシ:
--enable-ipf-transparentを有効にしてもIPFilterのヘッダーをconfigureが見つけられずにエラーがでるな。
work/squid-2.5.STABLE3/configureのtest部分から考えるに
/etc/ipnat.rulesに
ipnat -CF -f /etc/ipnat.rules。
squid.confに
work/squid-2.5.STABLE3/configureのtest部分から考えるに
ln -s /usr/src/contrib/ipfilter/ip_compat.h /usr/include/netinet/ ln -s /usr/src/contrib/ipfilter/ip_fil.h /usr/include/netinet/ ln -s /usr/src/contrib/ipfilter/ip_nat.h /usr/include/netinet/とアドホックに解決。
/etc/ipnat.rulesに
rdr em0 0.0.0.0/0 port 80 -> 192.168.ほげ.squidふが port 3128 tcpを追加。LAN側のnicで書いた。
ipnat -CF -f /etc/ipnat.rules。
squid.confに
httpd_accel_port 80 httpd_accel_host virtual httpd_accel_single_host on httpd_accel_with_proxy on httpd_accel_uses_host_header on
明示的にプロクシを使用している端末がWebブラウズできなくなった:
そういえば排他的だったかも。
別portで両立してもいいけど、めんどくさいから元に戻す。
別portで両立してもいいけど、めんどくさいから元に戻す。
[ コメントする ]
Permalink: http://www.otsune.com/diary/2003/08/28/9.html#200308289
trackback

View blog reactions
Last Updated 2003-08-28 00:00:00 By
trackback
Last Updated 2003-08-28 00:00:00 By
[www][blog] なおとの思考(Permalink強化版、tDiaryテーマ対応)_
AkiaryをtDiaryテーマ互換とRSS出力する拡張。
その行動力がすげぇ。
Akiary使用サイトで有名なところは「hardでloxseな日々」かな。まx改造がされているけど、RSS出力どうですか?。
ウェブロについて考える。2_ から。
その行動力がすげぇ。
Akiary使用サイトで有名なところは「hardでloxseな日々」かな。まx改造がされているけど、RSS出力どうですか?。
ウェブロについて考える。2_ から。
[ コメントする ]
Permalink: http://www.otsune.com/diary/2003/08/28/10.html#2003082810
trackback

View blog reactions
Last Updated 2003-08-28 00:00:00 By
trackback
Last Updated 2003-08-28 00:00:00 By
[work][unix] QMAILQUEUEの使い方が間違えているよ
ようするにsmtpdで受けてキューに入って、そのキューを外に配信する時に環境変数として設定していないと、qmail-remoteが使われちゃうわけだ。
んー。なんか見えて来たぞ。
んー。なんか見えて来たぞ。
[ コメントする ]
Permalink: http://www.otsune.com/diary/2003/08/28/11.html#2003082811
trackback

View blog reactions
Last Updated 2003-08-28 00:00:00 By
trackback
Last Updated 2003-08-28 00:00:00 By



[ コメントする ]