Okay let's see we can do, Tutorial on how to Delete the Quera Email Spam Indicated Spam from CLI:
1. First, open your Command Line Interface, To check the email queue the type command :
root@mailblogtembem:/home/admmail# /opt/zimbra/libexec/zmqstatresult is ... :
hold=02. Second, To find out which user is doing an indication of spam, we can do by entering the following command. but first we have to log in as a email zimbra user that is with the command :
corrupt=0
deferred=100
active=0
incoming=0
and then we enter the following command to see the details of all e-mails being processed :root@mailblogtembem:/home/admmail# su - zimbra
zimbra@blogtembem:~$ mailq
3. To see log being process
zimbra@blogtembem:~$ tail -f /var/log/zimbra.log
4. After knowing the user is indicated as spam, enter the following command using zimbra user to clear the email queue :
Okay easy right, this How to Remove Queues Email Zimbra from CLI ( Command Line Interface ) thanks for visiting and see u next read guys.... ^_^root@mailblogtembem:/home/admmail# /opt/zimbra/postfix/sbin/postqueue -p | egrep -v '^ *\(|-Queue ID-' | awk 'BEGIN { RS = "" } { if ($7 == "user1@zimbra.com") print $1} ' | tr -d '*!' | /opt/zimbra/postfix/sbin/postsuper -d -
source: masterganteng@ldp
Tidak ada komentar:
Posting Komentar