[exim] Rejects in eximstats

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Steve Campbell
Ημερομηνία:  
Προς: David Cannings
Υ/ο: exim-users@exim.org
Αντικείμενο: [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