Category:Email
Appearance
(Redirected from Email)
Users that have logged into the IMAP server today
grep "imap-login: Login: user=<" /var/log/maillog |grep "`date +%b' '%d`" |awk '{ print $8 }' |sort |uniq -c
Messages blocked by SPF today
grep spf /var/log/maillog |grep reject |grep "`date +%b' '%d`" |wc -l
- Users who have logged into imap in the last 15 minuets
echo "select user, last_login, last_IP from user_meta where last_login > DATE_SUB(NOW(), INTERVAL 15 minute);" |mysql postfix -t
Subcategories
This category has the following 4 subcategories, out of 4 total.
Pages in category "Email"
The following 49 pages are in this category, out of 49 total.
E
I
O
S
Media in category "Email"
The following 4 files are in this category, out of 4 total.
-
LDAP Address Book.pdf ; 384 KB
-
Mini sendmail-1.3.6.tar.gz ; 7 KB
-
Postfix.spec ; 16 KB