klebersr
(usa Fedora)
Enviado em 13/11/2012 - 13:36h
É, parece que é algo relacionado com o path, veja um pedaço do retorno:
+ for i in '$QUEUES'
/usr/sbin/qshape $i | grep TOTAL | awk '{print $2}'
++ /usr/sbin/qshape incoming
++ grep TOTAL
++ awk '{print $2}'
/usr/sbin/qshape: Can't exec "postconf": No such file or directory at /usr/sbin/qshape line 172.
Usage: /usr/sbin/qshape [ -s ] [ -p ] [ -m <min_subdomains> ] [ -l ]
[ -b <bucket_count> ] [ -t <bucket_time> ] [ -w <terminal_width> ]
[ -N <batch_msg_count> ] [ -n <batch_top_domains> ]
[ -c <config_directory> ] [ <queue_name> ... ]
The 's' option shows sender domain counts.
The 'p' option shows address counts by for parent domains.
Parent domains are shown with a leading '.' before the domain name.
Parent domains are only shown if the the domain is not a TLD, and at
least <min_subdomains> (default 5) subdomains are shown in the output.
Parece que, primeiro, ele não encontrou o comando postconf, porém vi que ele está em /usr/sbin e este caminho está no PATH.