Laura Smith via Postfix-users:
> 
> 
> 
> > $ postqueue; echo $?
> > postqueue: fatal: usage: postqueue -f | postqueue -i queueid | postqueue -j 
> > | postqueue -p | postqueue -s site
> > 69
> > 
> > With an empty mail queue:
> > 
> > $ postqueue -p; echo $?
> > Mail queue is empty
> > 0
> > 
> > $ postqueue -j; echo $?
> > 0
> > 
> > $ postqueue -f; echo $?
> > 0
> > 
> > And so on.
> > 
> 
> Fair enough. Although the problem with no output is I've not no
> "schema" to go by when coding the JSON parser ?
> 
> I guess I could RTFS (Read The Fabulous Source) but my C skills
> are non-existent.  Reading C code is a bit like hieroglyphics to
> me.

It's documented in the postqueue manpage, secion "JSON OBJECT FORMAT".
There is no on-line video for this, sorry to disappoint some people.

        Wietse
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to