CVS commit dovecot
Mike Tremaine <[email protected]>
| Newsgroups | gmane.comp.log.logwatch.devel |
|---|---|
| Message-ID | <[email protected]> |
> [mgt@dwarfstar services]$ cvs diff dovecot
> Index: dovecot
> ===================================================================
> RCS file: /var/cvs/logwatch/scripts/services/dovecot,v
> retrieving revision 1.8
> diff -r1.8 dovecot
> 70a71
>> $LoginPOP3{$User}++;
> 76a78
>> $LoginIMAP{$User}++;
> 84a87
>> $LoginPOP3{$User}++;
> 90a94
>> $LoginIMAP{$User}++;
> 188a193,199
>> if ($LoginPOP3{$User} > 0 || $LoginIMAP{$User} > 0) {
>> print " (";
>> if ($LoginPOP3{$User} > 0) { print "$LoginPOP3{$User} POP3"; };
>> if ($LoginPOP3{$User} > 0 && $LoginIMAP{$User} > 0) { print "/"; };
>> if ($LoginIMAP{$User} > 0) { print "$LoginIMAP{$User} IMAP"; };
>> print ")";
>> }
A Patch from Gilles Detillieux summarize pop3/imap -mgt