> Jevos, Peter wrote: > >>> Hi > >>> > >>> I'd like to ask you if it is possible to somehow manage active > queue > >>> > >>> For example from the qshape program I can see that there is some > >> mails > >>> in the active queue. > >>> > >>> How can I examine them or delete only special mails from the active > >>> queue > >>> > >>> I cannot examine logs, cause it's a lot of mega's and it comes from > >>> history. > >>> > >>> I only need to know what happened and who was sender and recipient, > >>> similar like a mailq report > >>> From the qshape I can see only sender or recipient domains > >>> > >>> > >> See: > >> http://www.postfix.org/postqueue.1.html > >> http://www.postfix.org/postcat.1.html > >> http://www.postfix.org/postsuper.1.html > > > > Thanks for your reply > > > > I know about this tools but unfortunately if i use postqueue -p I'm > > expecting about 150 mails in the active queue ( which should be > signed > > by "*" ) > > > > But the output is the same like mailq, so there's only deferred mails > > > > How can I examine those emails in the active queue ? > > > > Thnaks > > > > Br > > > > pet > > "postqueue -p" and "mailq" show all mail in the queue, > including all deferred and all active. > > If "postqueue -p" doesn't show anything in the active queue > it's probably because there isn't anything in the active queue. > > For general queue management, you might look at the "pfqueue" > add-on program: > http://pfqueue.sourceforge.net/ > > -- > Noel Jones
Dear Noel Thanks for your advice, it helped It's funny cause pfqueue shows me mails in the active queue while "postqueue -p" doesn't show this mails ( the same mailq) Thanks Have a nice day Br pet