[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[postfix-jp:02884] aliasdbなどの確認
- Subject: [postfix-jp:02884] aliasdbなどの確認
- From: Hideo NAKAMITSU <nomo@xxxxxxxxxxxxx>
- Date: Tue, 13 May 2003 23:12:28 +0900
中満です.
# subject変えました.
On Tue, 13 May 2003 23:00:00 +0900
michihito matsubara <m-mitch@xxxxxxxxxxxxx> wrote:
> 付属じゃなくてアレなんですが、
> こんなものを使ってます。
>
> #!/usr/bin/perl -w
>
> use DB_File;
>
> my $key = '';
> my $val = '';
> my($dbfile, @JUNK) = @ARGV;
>
> tie %DBM, "DB_File", $dbfile, O_RDWR, undef, $DB_HASH
> or die "Cannot open file $dbfile: $!\n";
>
> while (($key, $val) = each %DBM )
> {
> print $key . " => " . $val . "\n";
> }
>
> untie %DBM ;
>
> exit;
>
> sendmail の access.db なんかも見られます。
松原さんありがとうございます.
ちなみに私は最近PHPの安易さに頼ってますので,
http://jp.php.net/manual/ja/ref.dba.php
などを使ってコマンドラインモードから参照しています.
# Cやperlよりも遅いんですけどね.
重ねて舌足らずですみません.
もうちょっと"postfix付属のコマンドがあるのかな?"を強調
しておくべきでした.
いいわけにはなりませんが,酔っぱらいモードなので・・・.
整理すると"Postfix付属のコマンドとして",dbm,db形式などの
データベースファイルの内容(キー,値)を全て表示するための
コマンドは無いと考えて良い・・・っぽいですかね.
/* -----------------------------------
Hideo NAKAMITSU <nomo@xxxxxxxxxxxxx>
http://solaris.bluecoara.net/
----------------------------------- */
- Follow-Ups
-
- [postfix-jp:02885] Re: aliasdbなどの確認, michihito matsubara
- References
-
- [postfix-jp:02879] Re: メールが送信できない(再送), ARAKI Yasuhiro
- [postfix-jp:02881] Re: メールが送信できない(再送), Hideo NAKAMITSU
- [postfix-jp:02883] Re: メールが送信できない(再送), michihito matsubara
[検索ページ]
[Postfix-JP ML Home]