ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. non_j
    N
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 0

    non_j

    @non_j

    2
    Reputation
    3
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    non_j Unfollow Follow

    Best posts made by non_j

    • RE: Get Active User Login Count from Dovecot

      Variation for Debian 10 + Dovecot 2.3.4.1:

      cat /var/log/dovecot/dovecot.log | grep imap-login:\ Info:\ Login | sed -e 's/.*Login: user=<\(.*\)>, m
      ethod=.*/\1/g' | sort | uniq | wc -l
      
      posted in IT Discussion
      N
      non_j

    Latest posts made by non_j

    • RE: Get Active User Login Count from Dovecot

      Variation for Debian 10 + Dovecot 2.3.4.1:

      cat /var/log/dovecot/dovecot.log | grep imap-login:\ Info:\ Login | sed -e 's/.*Login: user=<\(.*\)>, m
      ethod=.*/\1/g' | sort | uniq | wc -l
      
      posted in IT Discussion
      N
      non_j