OP25Bは、迷惑メールを削減するために各プロバイダが導入を始めている技術です。 「OP25Bと送信ドメイン認証が迷惑メールに有効」,JEAGが報告書 JEAGの見解(PDF) これをみても、有効とする根拠が書かれてないような。 ・スパム送る怪しい業者は適当なプロバイダに契約+サーバ用意してspamばら撒く →規制されるようになったらドメイン代えて再びスパム送信 という行動を繰り返すため、そういった輩を減らすための工夫。 ……つまりこの技術は、「自宅サーバーを減らすことを目的にしている」ということでしょうか? (でも対策すれば結局はspam送り放題なのでは?) |
From: MAILER-DAEMON@egf.or.tp (Mail Delivery System) Subject: Undelivered Mail Returned to Sender This is the Postfix program at host KURO-BOX. I'm sorry to have to inform you that the message returned below could not be delivered to one or more destinations. For further assistance, please send mail to If you do so, please include this problem report. You can delete your own text from the message returned below. The Postfix program <***@ezweb.ne.jp>: connect to ***.ezweb.ne.jp[***.***.***.***]: No route to host |
<****@yahoo.co.jp>: host smtp.mail.yahoo.co.jp[202.93.87.231] said: 521 smtp.mail.yahoo.co.jp closing transmission channel. This email address must be verified first before you can use it for Sender/From field. (in reply to MAIL FROM command) |
#apt-get install sasl2-bin cyrus21-clients cyrus21-common cyrus21-devlibsasl2(もしくは、cyrus21-dev) |
smtp.mail.yahoo.co.jp akiyama:egcombatfinal |
#postmap ybb_passwd |
chown root.root ybb_passwd* chmod 600 ybb_passwd* |
$make makefiles CCARGS="-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl" AUXLIBS="-L/usr/lib/sasl2 -lsasl2" $make |
$make tidy(前回の構築結果を消去する必要がある場合に行ってください) $make makefiles CCARGS="-DUSE_SASL_AUTH -I/usr/include/sasl" AUXLIBS="-L/usr/lib/sasl2 -lsasl2" |
Jan 1 00:10:29 KURO-BOX postfix/smtpd[18692]: warning: unsupported SASL server implementation: cyrus Jan 1 00:10:29 KURO-BOX postfix/smtpd[18692]: fatal: SASL per-process initialization failed Jan 1 00:10:29 KURO-BOX postfix/master[13470]: warning: master_status_event: partial status (4 bytes) Jan 1 00:10:30 KURO-BOX postfix/master[13470]: warning: process /usr/lib/postfix/smtpd pid 18692 exit status 1 Jan 1 00:10:30 KURO-BOX postfix/master[13470]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling |
#apt-get install libglib2.0-dev libc6-dev |
521 mail not accepted from this domain (in reply to MAIL FROM command) |
530 Sorry, please use SMTP-AUTH instead - for help go to http://help.yahoo.co.jp/help/jp/mail/whatisymail/whatisymail-51.html (in reply to MAIL FROM command) |
relayhost = smtp.mail.yahoo.co.jp smtp_sasl_auth_enable = yes smtp_sasl_password_maps = hash:/etc/postfix/ybb_passwd smtp_sasl_type = cyrus smtp_sasl_security_options = noanonymous |
#/etc/init.d/postfix reload |
Received: (qmail 41383 invoked by alias); 8 Mar 2007 22:06:36 -0000 Received: from unknown (HELO KURO-BOX) (****@219.***.***.*** with login) by smtp23.mail.bbt.yahoo.co.jp with SMTP; 8 Mar 2007 22:06:36 -0000 X-Apparently-From: <****@yahoo.co.jp> |
2007.01.01作成
2009年1月頃修正
戻る