Zimbra mail queue
View mail queue status
# /opt/zimbra/libexec/zmqstat
hold=0
corrupt=0
deferred=0
active=0
incoming=0
To Check current mail queue status
[root@mail lqs]# su zimbra
[zimbra@mail lqs]$ /opt/zimbra/postfix/sbin/postqueue -p
Mail queue is empty
To Flush Postfix Queue
[root@mail lqs]$ /opt/zimbra/postfix/sbin/postqueue -f
To Requeue Messages In Postfix
[root@mail lqs]$ /opt/zimbra/postfix/sbin/postsuper -r ALL
To Check current hold messages
[root@mail lqs]# /opt/zimbra/postfix/sbin/postsuper -h ALL
To Delete Single Message From Queue
[root@mail lqs]# /opt/zimbra/postfix/sbin/postsuper -d [MSGID From postqueue -p]
To Delete ALL Messages From Queue
[root@mail lqs]# /opt/zimbra/postfix/sbin/postsuper -d ALL
To Delete ALL Messages From The Deferred Queue
[root@mail lqs]# /opt/zimbra/postfix/sbin/postsuper -d ALL deferred
To Delete ALL Messages From The Hold Queue
[root@mail lqs]# /opt/zimbra/postfix/sbin/postsuper -d ALL hold
Export/import windows server DNS zones
You can use Export-DnsServerZone and Import-DnsServerZone . Export: Export-DnsServerZone -Name "test.com" -Filename "test...
Mais vistos
-
Find Users Who Have Never Logged On Use the following PowerShell Command; Get-ADUser -Filter { LastLogonDate -notlike "*" -and En...
-
Java Keytool Command These commands allow you to generate a new Java Keytool keystore file, create a CSR, and import certificates. A...
-
First you have to configure a wpad site in your IIS Open the proxypac.pac file you have previously created and save as wpad.dat. Copy wpa...