Re: [exim] eximstats output

Inizio della pagina
Delete this message
Reply to this message
Autore: Graeme Fowler
Data:  
To: exim-users@exim.org
Oggetto: Re: [exim] eximstats output
On 13 Nov 2015, at 13:42, Sujit Acharyya-choudhury <s.choudhury@???> wrote:
> I am producing eximstats using eximstats -nr -t_remote_users -byemail -byhost
>
> And get the following result :

<snip>
> Any idea of the difference between Messages and Emails? What does the
> Addresses of 40892 mean in the Delivered Row?


"eximstats --help" might clue you in a bit :)

If it doesn't - it's the number of unique email addresses. The 'addresses' in the 'Delivered' row is just that - the number of separate (non-unique, IIRC) addresses that the messages were delivered to.

Graeme