Penguin
Annotated edit history of exinext(8) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 exinext
2 !!!exinext
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 AUTHOR
8 ----
9 !!NAME
10
11
12 exinext - program to extract information from exim retry database
13 !!SYNOPSIS
14
15
16 __exinext__ ''domain''
17 !!DESCRIPTION
18
19
20 A utility called exinext (mostly a perl script) provides the
21 ability to fish specific information out of the retry
22 database. Given a mail domain (or a complete address), it
23 looks up the hosts for that domain, and outputs any retry
24 information. At present, the retry information is obtained
25 by running exim_dumpdb (see below) and post-processing the
26 output. For example:
27
28
29 exinext piglet@milne.fict.book
30 kanga.milne.fict.book:100.100.8.1 error 146: Connection refused
31 first failed: 21-Feb-1996 14:57:34
32 last tried: 21-Feb-1996 14:57:34
33 next try at: 21-Feb-1996 15:02:34
34 roo.milne.fict.book:100.100.8.3 error 146: Connection refused
35 first failed: 20-Jan-1996 13:12:08
36 last tried: 21-Feb-1996 11:42:03
37 next try at: 21-Feb-1996 19:42:03
38 past final cutoff time
39 You can also give exinext a local local_part, without a domain, and it will give any retry information for it. Exinext is not particularly efficient, but then it isn't expected to be run very often.
40 !!SEE ALSO
41
42
43 There is extensive documentation available in
44 ''/usr/share/doc/exim'' and in the info system regarding
45 exim. Please be sure to have the __exim-doc__ package
46 installed.
47 !!AUTHOR
48
49
50 This manual page was stitched together by Christoph Lameter
51 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.