Steve Fox wrote: > [root@tp drfickle]# mailq > bash: mailq: command not found > [root@tp drfickle]# locate mailq > /usr/bin/mailq > /usr/share/doc/postfix-20010228/html/mailq.1.html > /usr/share/man/man1/mailq.1.bz2 > [root@tp drfickle]# /usr/bin/mailq > bash: /usr/bin/mailq: No such file or directory > [root@tp drfickle]# mailq.postfix > > the last command seems to just hang >
# ls -l /usr/bin/mailq lrwxrwxrwx 1 root root 27 mai 13 23:22 /usr/bin/mailq -> /etc/alternatives/mta-mailq* # ls -l /etc/alternatives/mta-mailq lrwxrwxrwx 1 root root 22 mai 13 23:22 /etc/alternatives/mta-mailq -> /usr/bin/mailq.postfix mailq.postfix hangs here too, but when running it trought the symlink /usr/bin/mailq it works fine. Did you, as told in yves' mail, make a fresh install ? It just worked fine for me (while an update had made the situation worse).
