[exim] eximstats options?

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Steve Campbell
日付:  
To: Johann Spies
CC: Exim Users
題目: [exim] eximstats options?
Johann,

Modern versions of eximstats (including the one in the Debian exim 4.51-1
distribution) will give a version number at the top of the help text.

The output you've shown does not include a version number, and only has
the options as were supported by very old versions of eximstats.

Therefore, it looks like you have somehow called an older version of
eximstats than was in the 4.51-1 package. Maybe the src/eximstats.src file
didn't get installed properly. You can do this manually by just copying
the eximstats.src file into your PATH as eximstats, and modifying the top
line to point to your perl location (eg '#!/usr/bin/perl -w').

Steve