Page 1 of 1

Internet Mail Gateway

Posted: Tue Dec 30, 2008 3:41 am
by arjun
Hi i am Arjun new to Scalix Community Forums

i have scalix server it was running since from long back still last week but since from last 3 days Internet Mail Gateway Queue is around 49,000 i am trying to delete from SAC but unable to fetch mails so i am not able to clear the mail queue.

Please can anybody help me to clear this queue brcause of this queue mail server not able send the mails to other domain.

regard's

Arjun

Posted: Tue Dec 30, 2008 5:29 am
by ls-al
please modify as needed to delete messages that you dont want to submit:

Code: Select all

omstat -q UNIX | grep "some useless message" | cut -d" " -f 1 | while read msgid
do
    omstat -q UNIX -j -R -m $msgid
done