Newer
Older
after5 / multiplenotify.html
@HIROSE Yuuji HIROSE Yuuji on 19 Apr 2012 856 bytes add a5userman.html multiplenotify.html
<html>
<head>
<title>
When you want to get notification to multiple address
</title>
<style type="text/css">
<!--
body {background: azure;}
-->
</style>
</head>

<body>
<h1>
複数のアドレスに通知を受けたいなら
</h1>
<p>qmail使いましょ。qmailの拡張アドレス使いましょ。</p>

<p>ちみのアドレスが foo@example.co.jp だとすると <code>~/qmail-bar</code>
ファイルを作ると <code>foo-bar@example.co.jp</code> の
宛先を吸い込むようになるので、そこに転送先アドレスをたくさん書いておけば
OK。</p>
<pre>
% cat > ~/.qmail-bar
&amp;tensou1@example.ac.jp
&amp;tensou2@example.com
</pre>

<p>最後に C-d を押せばおしまい。ああ簡単。なに、qmailじゃないとな。
Postfixでも良いぞ。なに、Postfixでもないとな。さらばじゃ。</p>

<hr>
<!--#include virtual="/~yuuji/signature.html"-->
</body>
</html>