<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>海辺管理備忘録 on 海辺の放浪記</title>
    <link>https://seasideblue.pages.dev/categories/%E6%B5%B7%E8%BE%BA%E7%AE%A1%E7%90%86%E5%82%99%E5%BF%98%E9%8C%B2/</link>
    <description>Recent content in 海辺管理備忘録 on 海辺の放浪記</description>
    <generator>Hugo</generator>
    <language>ja-jp</language>
    <lastBuildDate>Tue, 16 Jan 2007 06:59:37 +0900</lastBuildDate>
    <atom:link href="https://seasideblue.pages.dev/categories/%E6%B5%B7%E8%BE%BA%E7%AE%A1%E7%90%86%E5%82%99%E5%BF%98%E9%8C%B2/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>YahooBB OP25B対策 (sendmail編)</title>
      <link>https://seasideblue.pages.dev/posts/2007-01-16-065937/</link>
      <pubDate>Tue, 16 Jan 2007 06:59:37 +0900</pubDate>
      <guid>https://seasideblue.pages.dev/posts/2007-01-16-065937/</guid>
      <description>&lt;p&gt;OP25B実施後でも、ダイナミックDNSによる自前のSMTPサーバーを継続運用する為の記録&lt;/p&gt;&#xA;&lt;p&gt;１．sendmailのSMTP-AUTH対応&lt;/p&gt;&#xA;&lt;p&gt;Cyrus SASLをportsからインストールした後、&lt;br&gt;&#xA;/etc/make.conf に下記を追加し、sendmailをコンパイルし直す。&lt;/p&gt;&#xA;&lt;p&gt;ファイル /etc/make.conf&lt;/p&gt;&#xA;&lt;p&gt;追加内容&lt;br&gt;&#xA;SENDMAIL_CFLAGS=-I/usr/local/include/sasl1 -DSASL&lt;br&gt;&#xA;SENDMAIL_LDFLAGS=-L/usr/local/lib&lt;br&gt;&#xA;SENDMAIL_LDADD=-lsasl&lt;/p&gt;&#xA;&lt;p&gt;参考URL&lt;br&gt;&#xA;&lt;a href=&#34;http://www.freebsd.org/doc/ja_JP.eucJP/books/handbook/smtp&amp;amp;#45;auth.html&#34;&gt;http://www.freebsd.org/doc/ja_JP.eucJP/books/handbook/smtp&amp;#45;auth.html&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;２．Yahoo SMTPサーバーのSMTP-AUTHクライアントとして動作するよう設定&lt;/p&gt;&#xA;&lt;p&gt;　①.Change directory to where your sendmail configuration files (sendmail.mc and sendmail.cf) are located,usually /etc/mail/.&lt;br&gt;&#xA;　②.Create a safe subdirectory (suggested name auth/):&lt;br&gt;&#xA;# mkdir auth&lt;br&gt;&#xA;# chmod 700 auth&lt;/p&gt;&#xA;&lt;p&gt;③.Create a file with your authentication information (suggested name auth/client-info):&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;AuthInfo:your.isp.net &amp;quot;U:root&amp;quot; &amp;quot;I:user&amp;quot; &amp;quot;P:password&amp;quot;&#xA;&#xA;filling in your ISP&#39;s mail server, your user name, and your password. &#xA;(Note: Earthlink, and perhaps other ISP&#39;s, requires your full e&amp;amp;#45;mail address as a user name.) &#xA;&#xA;以下、実際のclient&amp;amp;#45;infoの内容&#xA;AuthInfo:ybbsmtp.mail.yahoo.co.jp &amp;quot;U:[Yahoo! JAPAN ID]&amp;quot; &amp;quot;I:[登録メールアドレス（メイン）]&amp;quot; &amp;quot;P:[Yahoo! JAPAN IDのパスワード]&amp;quot;&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;④.Generate the authentication database and make both files readable only by root:&lt;br&gt;&#xA;# cd auth&lt;br&gt;&#xA;# makemap hash client-info &amp;lt; client-info&lt;br&gt;&#xA;# chmod 600 client-info*&lt;br&gt;&#xA;# cd ..&lt;/p&gt;</description>
    </item>
    <item>
      <title>mbstringについて</title>
      <link>https://seasideblue.pages.dev/posts/2005-10-30-202658/</link>
      <pubDate>Sun, 30 Oct 2005 20:26:58 +0900</pubDate>
      <guid>https://seasideblue.pages.dev/posts/2005-10-30-202658/</guid>
      <description>&lt;p&gt;php.iniの方は、先に入れたグループウエアの為に、&lt;br&gt;&#xA;mbstring.internal_encoding = EUC-JP&lt;br&gt;&#xA;mbstring.encoding_translation = On&lt;br&gt;&#xA;としてあるので、weblogの下の.htaccessの内容を下記として暫定対応。&lt;/p&gt;&#xA;&lt;p&gt;php_flag mbstring.encoding_translation Off&lt;br&gt;&#xA;php_flag mbstring.http_input pass&lt;br&gt;&#xA;php_flag mbstring.http_output pass&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
