全14件 (14件中 1-14件目)
1

Jul 14, 2011
http://hisashim.livejournal.com/333206.html[Memo][SysAdmin][Mail] Postfix SMTP-AUTH with saslauthd + pamDebian etch上のPostfixでSMTP-AUTHを行い、SASL認証できたクライアントにのみ他ドメインへのリレーを許可する設定。 SASL認証にはsaslauthd + pamを使う。SSL/TLSによる通信路の暗号化は後で。必要なものをインストール。最近はpostfixでtlsとsaslが使えるようになったので、postfix-tlsでなくてよい。あとsaslauthdを使うならlibsasl2-modulesのインストールを忘れずに。fatal: no SASL authentication mechanismsと言われる。% sudo apt-get install postfix postfix-doc sasl2-bin libsasl2-modulessaslauthdのREADMEにPostfixから使う際の例が書いてあるので、よく読んで設定。起動を忘れずに。% sudo vi /etc/default/saslauthd START=yesOPTIONS="-c -m /var/spool/postfix/var/run/saslauthd"% sudo dpkg-statoverride --add root sasl 710 /var/spool/postfix/var/run/saslauthd % sudo adduser postfix sasl Adding user `postfix' to group `sasl' ...Done.% sudo /etc/init.d/saslauthd startStarting SASL Authentication Daemon: saslauthd.PostfixのサーバとしてのSASL設定ファイルを作る。pwcheck_methodとmech_listの両方を指定すること。% sudo >/etc/postfix/sasl/smtpd.conf % sudo vi /etc/postfix/sasl/smtpd.conf pwcheck_method: saslauthdmech_list: plain loginPostfixのmain.cfにSASLの設定を追加してリロード。注意点: * 設定ファイルのデリミタは空白のみが安全らしい。カンマは避ける。 * Postfixがクライアントとして動作するときの挙動はsmtp_*で、サーバとして動作するときの挙動はsmtpd_*で制御する。 * PostfixのSASL_README.htmlにあるsmtpd_recipient_restrictionsの設定例の右辺は = permit_mynetworks permit_sasl_authenticatedとなっているが、拒否を意味する値を1つは含めないとエラーを吐いて動かない模様。 ただしrejectだと554 5.7.1 johnd@example.org: Recipient address rejected: Access denied; となってまともなユーザまでメールを受け取れなくなるので、reject_unauth_destinationに。% sudo vi /etc/postfix/main.cf smtpd_sasl_auth_enable = yessmtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated reject_unauth_destination% sudo postconf -n% sudo /etc/init.d/postfix reload% telnet localhost smtpTrying 127.0.0.1...Connected to localhost.Escape character is '^]'.220 example.org ESMTP PostfixEHLO foo250-example.org...250-AUTH PLAIN LOGIN...% sudo tail /var/log/mail.logThunderbirdで試してみるときはログを取るとよい。 notepad C:\Program Files\Mozilla Thunderbird\thunderbird-log.batset NSPR_LOG_FILE=.\log.txtset NSPR_LOG_MODULES=IMAP:5,POP3:5,NNTP:5,SMTP:5"C:\Program Files\Mozilla Thunderbird\thunderbird.exe"sshで中継するときも-vで冗長にメッセージを出してもらうとよい。% slogin -v -L 993:example.org:993 -L 25:example.org:25 jdoe@example.org 資料: * /usr/share/doc/postfix/README.Debian * /usr/share/doc/sasl2-bin/README.Debian * http://www.postfix-jp.info/trans-2.3/jhtml/SASL_README.html * http://www.postfix-jp.info/trans-2.3/jhtml/SMTPD_ACCESS_README.html * http://www.postfix-jp.info/origdocs/install-report-sasl.html * http://www.araki.net/wiki/araki-wiliki.cgi?araki%3apostfix%3apostfix-book-errata1 * http://hurring.com/howto/debian_postfix_sasl/ If you get the "fatal: no SASL authentication mechanisms" error message from postfix, install "libsasl2-modules" * http://www.mozilla.org/quality/mailnews/mail-troubleshoot.html#imap
Sep 3, 2008
reg export HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall c:\Uninstall.txt
Aug 8, 2008
[[ alvl 85 area ]]Act 1 MausoleumAct 1 Pit Level 1Act 1 Pit Level 2Act 2 Maggot Lair Level 3Act 2 Ancient TunnelsAct 3 Sewers Level 2Act 3 Forgotten Temple (In Upper Kurast)Act 3 Ruined Fane (In Kurast Causeway)Act 3 Disused Reliquary (In Kurast Causeway)Act 4 River of FlameAct 4 Chaos SanctuaryAct 5 Worldstone Keep Level 1Act 5 Worldstone Keep Level 2Act 5 Worldstone Keep Level 3Act 5 Throne of DestructionAct 5 The Worldstone Chamberhttp://wikiwiki.jp/d2x2ch/?alvl
May 14, 2008
"C:\Program Files\Diablo II\Diablo II.exe" -act5
Apr 28, 2008

Apr 21, 2008

Apr 12, 2008
http://pc11.2ch.net/test/read.cgi/win/1177663118/42-4442 :名無し~3.EXE:2007/05/09(水) 00:12:05 ID:y/KFjHer すいません、Aero有効にする裏技の件ですが 英語が苦手な上に翻訳ソフトかけてもさっぱりです… 簡単に説明してくれる人いませんか?43 :名無し~3.EXE:2007/05/09(水) 00:18:04 ID:kskVYptq >>42 「.Net 3.0 framework」と「XPS viewer」をインストールして「Themes」サービスを有効にする44 :名無し~3.EXE:2007/05/09(水) 17:36:11 ID:1auu6RAZ >>42 管理ツールのserver managerを開いて機能の追加でDesktop Experienceを選択。 そのあとでサービスのThemesを自動にする。 .Net 3.0 framework、XPS viewerは無理して入れなくてもいいみたい。
Apr 4, 2008

過去何回か試してみたが挫折したml115のオンボードraid0を、再度試してみる予定。構築前後にベンチを取るけど体感と数値の比較もしたいので別マシンのベンチ結果を先にアップ。
Apr 4, 2008
http://www.itshiken.com/
Apr 18, 2007
Apr 18, 2007
http://www.techscore.com/tech/sql/07_01.html#sql71
Apr 16, 2007
Apr 16, 2007
![]()
Apr 16, 2007
全14件 (14件中 1-14件目)
1