.\" Copyright (c) 2005 Sendmail, Inc. and its suppliers. .\" All rights reserved. .\" .\" $Id: mailq.8,v 1.4 2006/10/04 04:08:40 ca Exp $ .\" .TH MAILQ 8 "$Date: 2006/10/04 04:08:40 $" .SH NAME mailq \- show content of meta1 mail queues .SH SYNOPSIS .B mailq .RB [ \-diV ] .RB [ \-B .IR dir ] .RB [ \-D .IR dir ] .RB [ \-I .IR dir ] .RB [ \-M .IR regex ] .RB [ \-R .IR regex ] .SH DESCRIPTION .B mailq shows the content of the two meta1 mail queues IBDB and DEFEDB. Note: by default, .B mailq expects both queues to be in the current directory, i.e., .B mailq should be executed in the mail queue directory. .SS Flags .TP .BI "\-B " dir Specify base directory for defedb and ibdb. .TP .BI "\-D " dir Specify defedb base directory. .TP .B \-d Do not read defedb. .TP .BI "\-I " dir Specify ibdb base directory. .TP .B \-i Do not read ibdb. .TP .BI "\-M " regex Print only entries whose ID match regex. .TP .BI "\-R " regex Print only entries whose address match regex. .TP .B \-V Increase verbosity (can be used multiple times). .SH SEE ALSO meta1(8), qmgr(8). .SH NOTES This program does not run as root.