[exim] Rejects in eximstats

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Steve Campbell
Date:  
À: David Cannings
CC: exim-users@exim.org
Sujet: [exim] Rejects in eximstats
David,

eximstats doesn't natively look for rejects, but you can get it to count
them by using the -pattern flag.

Eg: eximstats -pattern 'rejected HELO' '/rejected HELO from/' \
              -pattern 'rejected recipient' '/unqualified recipient 
rejected/' mainlog


Steve