hi,
we run:
(becouse we don't use date then get values of TODAY, true?
from How to Mass suspend or unsuspend mailboxes of a domain we get
and 1 hour after:
and 10 minutes after:
how we can STOP output of email for domain complet?
Thanks
we run:
Code:
grep usercPanel /var/log/exim_mainlog | grep -E '<=' | wc -l
3475
from How to Mass suspend or unsuspend mailboxes of a domain we get
then we runIf you wish to suspend the entire domain, you can use
whmapi1 unsuspend_outgoing_email user=example
Code:
whmapi1 suspend_outgoing_email user=usercPanel
Code:
grep usercPanel /var/log/exim_mainlog | grep -E '<=' | wc -l
5286
Code:
grep usercPanel /var/log/exim_mainlog | grep -E '<=' | wc -l
5311
Thanks