これまたちょっと作ってみました 最近流行のフィッシング詐欺メールを見つけたら警告すると言うBecky!プラグインです。 実を言うと私は日本語のフィッシング詐欺メールもらった事がないんですけどねw でも、心配性の方とかは結構欲しいんじゃないかと思い作ってみました。 なんかあったらメールよろ
2005年3月アーカイブ
HomePod MP-100を購入したこの商品はなんとも日本ではない機能を揃えている詳しくはこちらを見れば解るがうちの場合常時Linuxが起動していてそこにMP3が置いてある。そのMP3を聞こうとするとどうしてもどこかのPCを起動しなければいけなく(Linuxサーバーは部屋が全然違う)結局聞かずじまいだった。が、そんな悩みを解消する製品だ!こらはすごい!(と、思う) で、早速購入しようと思ったが日本では販売してないorz 海外のサイトでも日本への発送はないところばかりで結局ここで買うことになった。今のところStatusがOrder has been transmitted to warehouse and is awaiting stock allocation. ってなってるのよね・・・ほんとに来るのかしら?w
Logwatch 6.0.1をインストールしました。 前のVerもそうだったけどamavisとpostfixの解析で**Unmatched Entries**が大量に吐かれる・・・ とりあえず対策パッチを作ってみた amavis.patch postfix.patch まあ、使ってるのがamavisd-newだからなんだろうけどね 上記パッチを/etc/log.d/scripts/services/のamavisとpostfixにあてればおk
外人さんに誘われてクフィムへ構成わかりませんw(忘れましたorz) 外人さんPTだったけど結構まあまあだったでも6時間もやった・・・疲れました・・・気がついたらLv22 これでやっとケアルIIが出来るようになりやる事がちょと増えたんですがバラード覚えるまではまだまだ暇ですなあw てか白やらなきゃorz
結局のところlibspfやpostfixパッチをgrepしてもRecieved-SPFの表記はなかったと言うことはそんなヘッダーを付けるものではないと言うことが判明 sendmail用のspfmilterをgrepしてみるとそんな表記があると言うことは何故か不明だが(と言うより仕様?)Postfixでは現状SPFはできないと言うことで、すますわけにもいかず(単なる好奇心だが)もう少し調べてみることに Sender Policy Frameworkのページにも同じようなものがある事が判明 Postfix-Policyd v1.06だお、これならと思いいろいろ四苦八苦してみたがダメよく見たら # TODO XXX: prepend Received-SPF header. Wietse says he will add that functionality soon. なんだそれーw で、また更に探してみるとこんなところを発見おお、なんか似たようなのがあるじゃないか! それにはちゃんとReceived-SPFを書くように修正してある!これぞと思いダウンロード後、main.cfとmaster.cfを指定されたとおりに書いてみる 動かずorz だが、main.cfのsmtpd_recipient_restrictionsの書き順が違うとspf.plに通らないことが判明 check_policy_serviceを上げてみる(reject_unauth_destinationより上げちゃダメ) キター!!! とりあえず Received-SPF: spf-none の表記が書かれてる ちなみにgmailから自宅サーバーへメールを出してみるとメールヘッダーに下記の表記が付いていた Received-SPF: spf-pass Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.204]) by jitaku.com (Postfix) Hotmailも同様のようだった failはどうなるのか解らないけどとりあえず動いてるようですね ちなみに自宅サーバーはSPFウィザードにより登録してあったけどうまくいっているようだった ま、ここまでの話は私の全くの独自調査なので正規の方法があるかもと言うか間違った内容かもしれないのでまだまだ情報キボンヌ(って誰もレスないし・・・)
忍戦戦シ白黒でアルテパのカブト ぶっちゃけすっごい暇でしたと言うのも敵が強いのなんの常時MAXの200でしたからでもメイン、サポあわせて忍者が4人のおかげで暇でしたw 1時間30分で3500かな?う~んちと少ないか・・・ とりあえず詩人と白でそのLv帯の人数見ながら誘われそうなほうでやってますw
自分にトラックバックなんだが(出来るのか?w) どうも原因は > ここでエラー出まくり・・・ > gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -I/usr/local/include -DHAS_PCRE - I/usr/include/pcre -g -O -I. -I../../include -DLINUX2 -c smtpd.c > In file included from smtpd.c:799: > smtpd.h:148: parse error before `SPF_config_t' のSPF_confgi_tがspf.hになかったためだった それがPostfixを入れる前にここのパッチを入れたわけなんだがそのパッチが曲者だったと言うのはどうもlibspf2のlibspf2-1.2.5.tar.gz(いわゆる1.2系)は対応していないらしくlibspf2-1.0.4.tar.gz(1.0系)しかだめだったorz 結局libspf2-1.0.4.tar.gzをインストール後、src/includeの中のヘッダーファイルを/usr/local/include/spf2にコピーしたら問題なくコンパイルが通ったよorz #wget http://www.libspf2.org/spf/libspf2-1.0.4.tar.gz #tar xzvf libspf2-1.0.4.tar.gz #cd libspf2-1.0.4 #./configure #make #make install #mkdir /usr/local/include/spf2 #cp src/include/*.h /usr/local/include/spf2 これでspf対応されたはずなんだがこれまた何故かヘッダー付かない・・orz READMEによると Postfix will by default add a mail header, Received-SPF:, to any mail passing the SPF validation. This information can be useful for the recipient of the message. You can disable this behaviour by setting 'spf_received_header = no'. ってなってるのになあ ちなみにとりあえずmain.cfに上記をspf_received_header = yesは追加した またも誰か詳細キボンヌ・・・
実は数年前からスクウェア・エニックスの株がお蔵入りになってるんですがこれがキター! (株)スクウェア・エニックスの3/25時点の話ですが爆上げキター! や、ほんとはスクウェアを元々持っていて下げちゃったので持ってたんですがその後エニックスと合体株が中途半端になり売るにも売れず状態だったんですがこれで売る気が出てきたwって自分で自由に売れない端数株なんですがorz しかし何故上がったんだろ?
忍忍戦白黒詩でまたもコロロカのミミズ~ さすがにこのLvになってくるとまずいですわwでもまあLv2つもあがったしおk ところでいっしょにPT組んでいた戦士さんをLSに誘いました(理由は本人から聞いてください(ぇ) 次はジュノ(クフィム)ですが、モンクもLv16だからあげなきゃなあはっきり言って前衛しんどいんですが;;
構成忘れましたwにてコロロカのミミズ いやあ、忘れてましたorz はじめバルクルムで一生懸命PT待ちしてたんですが一向に人も来ずなんでかなあと思っていたらバスからtellが来ました「こんばんわ、コロロカでPTいかがですか?」うひゃーコロロカかあ忘れてましたよ、完全にorz 数回いろんな人が死にましたが儲かる儲かるウハウハPTでした一気に17ですものねえ これで魔物のララバイ覚えた でも魔道士のバラード覚えるまではなんか役立たずっぽい気が・・・(汗)
詩人Lvあげ~ バルクルムでいろいろ~外人さんPTだったので構成めちゃめちゃ変化するし詳細に書けません(てか覚えてない) PLもあったし速攻で14になりました(しかも@1000) 詩人はもう少ししないと面白くならないかな今はまだ敵を前衛といっしょに殴ってますしw まあ、のんびりと・・・ でも、今日は日本人と組みたいなあ
Postfixをspf対応しようと思ってやってみました とりあえず参照ページ libspf2 Postfixパッチ #tar xzvf postfix-2.2.0.tar.gz #cd postfix-2.2.0 #wget http://www.ipnet6.org/postfix/download/postfix-libspf2-2.2.0-5.patch #patch -p1 < postfix-libspf2-2.2.0-5.patch #make makefiles CCARGS="-DUSE_SASL_AUTH -I/usr/local/include" AUXLIBS="-L/usr/local/lib -lspf2" #make ここでエラー出まくり・・・ gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -I/usr/local/include -DHAS_PCRE -I/usr/include/pcre -g -O -I. -I../../include -DLINUX2 -c smtpd.c In file included from smtpd.c:799: smtpd.h:148: parse error before `SPF_config_t' smtpd.h:148: warning: no semicolon at end of struct or union smtpd.h:175: parse error before `}' smtpd.h:175: warning: data definition has no type or storage class smtpd.h:189: parse error before `*' smtpd.h:190: parse error before `*' smtpd.h:241: parse error before `*' smtpd.h:242: parse error before `*' smtpd.h:283: parse error before `*' smtpd.h:284: parse error before `*' smtpd.h:285: parse error before `*' In file included from smtpd.c:800: smtpd_check.h:17: parse error before `*' smtpd_check.h:18: parse error before `*' smtpd_check.h:19: parse error before `*' smtpd_check.h:20: parse error before `*' smtpd_check.h:21: parse error before `*' smtpd_check.h:22: parse error before `*' smtpd_check.h:23: parse error before `*' smtpd_check.h:24: parse error before `*' smtpd_check.h:25: parse error before `*' smtpd_check.h:26: parse error before `*' In file included from smtpd.c:801: smtpd_chat.h:15: parse error before `*' smtpd_chat.h:16: parse error before `*' smtpd_chat.h:17: parse error before `*' smtpd_chat.h:18: parse error before `*' In file included from smtpd.c:802: smtpd_sasl_proto.h:14: parse error before `*' smtpd_sasl_proto.h:15: parse error before `*' smtpd_sasl_proto.h:16: parse error before `*' smtpd_sasl_proto.h:17: parse error before `*' smtpd_sasl_proto.h:18: parse error before `*' In file included from smtpd.c:803: smtpd_sasl_glue.h:15: parse error before `*' smtpd_sasl_glue.h:16: parse error before `*' smtpd_sasl_glue.h:17: parse error before `*' smtpd_sasl_glue.h:18: parse error before `*' smtpd_sasl_glue.h:19: parse error before `*' In file included from smtpd.c:804: smtpd_proxy.h:26: parse error before `*' smtpd_proxy.h:27: parse error before `*' smtpd_proxy.h:30: parse error before `*' smtpd.c:972: parse error before `*' smtpd.c:973: parse error before `*' smtpd.c:974: parse error before `*' smtpd.c:975: parse error before `*' smtpd.c:1007: parse error before `*' smtpd.c: In function `sasl_client_exception': smtpd.c:1020: `state' undeclared (first use in this function) smtpd.c:1020: (Each undeclared identifier is reported only once smtpd.c:1020: for each function it appears in.) smtpd.c: At top level: smtpd.c:1046: parse error before `*' smtpd.c: In function `helo_cmd': smtpd.c:1050: `argc' undeclared (first use in this function) smtpd.c:1051: `state' undeclared (first use in this function) smtpd.c:1056: `argv' undeclared (first use in this function) smtpd.c: At top level: smtpd.c:1082: parse error before `*' smtpd.c: In function `ehlo_cmd': smtpd.c:1094: `argc' undeclared (first use in this function) smtpd.c:1095: `state' undeclared (first use in this function) smtpd.c:1100: `argv' undeclared (first use in this function) smtpd.c: At top level: smtpd.c:1224: parse error before `*' smtpd.c:1225: warning: `helo_reset' was used with no prototype before its definition smtpd.c: In function `helo_reset': smtpd.c:1226: `state' undeclared (first use in this function) smtpd.c: At top level: smtpd.c:1233: parse error before `*' smtpd.c: In function `mail_open_stream': smtpd.c:1257: `state' undeclared (first use in this function) smtpd.c: At top level: smtpd.c:1339: parse error before `*' smtpd.c: In function `extract_addr': smtpd.c:1372: `arg' undeclared (first use in this function) smtpd.c:1408: `strict_rfc821' undeclared (first use in this function) smtpd.c:1410: `state' undeclared (first use in this function) smtpd.c:1431: `allow_empty_addr' undeclared (first use in this function) smtpd.c: At top level: smtpd.c:1451: parse error before `*' smtpd.c: In function `mail_cmd': smtpd.c:1459: `state' undeclared (first use in this function) smtpd.c:1482: `argc' undeclared (first use in this function) smtpd.c:1483: `argv' undeclared (first use in this function) smtpd.c: At top level: smtpd.c:1605: parse error before `*' smtpd.c:1606: warning: `mail_reset' was used with no prototype before its definition smtpd.c: In function `mail_reset': smtpd.c:1607: `state' undeclared (first use in this function) smtpd.c: At top level: smtpd.c:1671: parse error before `*' smtpd.c: In function `rcpt_cmd': smtpd.c:1687: `state' undeclared (first use in this function) smtpd.c:1692: `argc' undeclared (first use in this function) smtpd.c:1693: `argv' undeclared (first use in this function) smtpd.c: At top level: smtpd.c:1810: parse error before `*' smtpd.c:1811: warning: `rcpt_reset' was used with no prototype before its definition smtpd.c: In function `rcpt_reset': smtpd.c:1812: `state' undeclared (first use in this function) smtpd.c: At top level: smtpd.c:1858: parse error before `*' smtpd.c: In function `data_cmd': smtpd.c:1885: `state' undeclared (first use in this function) smtpd.c:1894: `argc' undeclared (first use in this function) smtpd.c:1956: `SPF_config_t' undeclared (first use in this function) smtpd.c:1956: parse error before `0' smtpd.c: At top level: smtpd.c:2175: parse error before `*' smtpd.c: In function `rset_cmd': smtpd.c:2181: `argc' undeclared (first use in this function) smtpd.c:2182: `state' undeclared (first use in this function) smtpd.c: At top level: smtpd.c:2199: parse error before `*' smtpd.c: In function `noop_cmd': smtpd.c:2220: `state' undeclared (first use in this function) smtpd.c: At top level: smtpd.c:2226: parse error before `*' smtpd.c: In function `vrfy_cmd': smtpd.c:2255: `state' undeclared (first use in this function) smtpd.c:2259: `argc' undeclared (first use in this function) smtpd.c:2265: `argv' undeclared (first use in this function) smtpd.c: At top level: smtpd.c:2292: parse error before `*' smtpd.c: In function `etrn_cmd': smtpd.c:2299: `state' undeclared (first use in this function) smtpd.c:2309: `argc' undeclared (first use in this function) smtpd.c:2314: `argv' undeclared (first use in this function) smtpd.c: At top level: smtpd.c:2366: parse error before `*' smtpd.c: In function `quit_cmd': smtpd.c:2372: `state' undeclared (first use in this function) smtpd.c: At top level: smtpd.c:2385: parse error before `*' smtpd.c: In function `xclient_cmd': smtpd.c:2408: `state' undeclared (first use in this function) smtpd.c:2413: `argc' undeclared (first use in this function) smtpd.c:2433: `argv' undeclared (first use in this function) smtpd.c: At top level: smtpd.c:2546: parse error before `*' smtpd.c: In function `xforward_cmd': smtpd.c:2576: `state' undeclared (first use in this function) smtpd.c:2581: `argc' undeclared (first use in this function) smtpd.c:2602: `argv' undeclared (first use in this function) smtpd.c: At top level: smtpd.c:2747: parse error before `*' smtpd.c:2748: warning: `chat_reset' was used with no prototype before its definition smtpd.c: In function `chat_reset': smtpd.c:2757: `state' undeclared (first use in this function) smtpd.c:2757: `threshold' undeclared (first use in this function) smtpd.c: At top level: smtpd.c:2883: parse error before `*' smtpd.c:2917: parse error before `*' smtpd.c: In function `smtpd_proto': smtpd.c:2943: `state' undeclared (first use in this function) smtpd.c:2994: `service' undeclared (first use in this function) smtpd.c: In function `smtpd_service': smtpd.c:3140: parse error before `state' smtpd.c:3157: `state' undeclared (first use in this function) make: *** [smtpd.o] エラー 1 make: *** [update] エラー 1 何故?誰か解る方詳細キボンヌ・・・
ナ暗シ黒赤詩でクフのラプ、ゴブ 3時間で8000~
みんなうまかったです~
ついに来ましたよ!奥さん!@1です!@1でAFフル装備!!!
でも@20000は長いorz