ML
    • Register
    • Login
    • Search
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. dovecot
    Log in to post
    • All categories
    • scottalanmiller

      Using Mutt to Check POP or IMAP Email
      IT Discussion • mutt email imap dovecot pop pop3 imap4 linux unix bsd freebsd command line • • scottalanmiller

      4
      3
      Votes
      4
      Posts
      146
      Views

      J

      @scottalanmiller No example output? 🙂

    • scottalanmiller

      The MailDir Email Storage Format: Understanding New, Cur, & Tmp
      IT Discussion • postfix courier dovecot maildir email cpanel • • scottalanmiller

      1
      1
      Votes
      1
      Posts
      189
      Views

      No one has replied

    • scottalanmiller

      Dovecot error:140760FC
      IT Discussion • dovecot email tls ssl pop3 starttls • • scottalanmiller

      4
      0
      Votes
      4
      Posts
      199
      Views

      wrx7m

      Date/Time issue?

    • scottalanmiller

      Get Active User Login Count from Dovecot
      IT Discussion • imap imap4 pop3 pop email linux dovecot fedora centos rhel • • scottalanmiller

      2
      0
      Votes
      2
      Posts
      480
      Views

      scottalanmiller

      @scottalanmiller said in Get Active User Login Count from Dovecot:

      cat /var/log/maillog | grep pop3-login:\ Login | sed -e 's/.Login: user=<(.)>, method=.*/\1/g' | sort | uniq | wc -l

      This tiny variation will get you all logins from all logs that you have stored.

      cat /var/log/maillog* | grep pop3-login:\ Login | sed -e 's/.*Login: user=<\(.*\)>, method=.*/\1/g' | sort | uniq | wc -l
    • scottalanmiller

      Get User Count from Dovecot
      IT Discussion • dovecot email pop imap imap4 linux centos rhel unix fedora • • scottalanmiller

      1
      2
      Votes
      1
      Posts
      175
      Views

      No one has replied