En Fri, Sep 07, 2001 at 11:22:47PM +0800, Rino Mardo escribio:
#_ now that i have postfix as my mta, how do you manage it's queue?
#_ with exim i have "exim -Mrm <id>" to remove a message but i couldn't find its
#_ equivalent in postfix.
Depends on the version of your postfix. The newer ones have the
postsuper -d <id> command. Use mailq to find the <id>.
If your version of postfix does not have the postsuper -d option you'll
have to use the longcut method.
find /var/spool/postfix -name "<id>" -print | sed 1q | xargs rm
For more information check out the postfix docs in
/usr/share/doc/postfix-<version>/html/faq.html and also
/usr/share/doc/postfix-<version>/html/index.html
HTH
--
Juan Miguel Cacho [EMAIL PROTECTED]
Philippines
GnuPG Public Key Key ID F373D0BA
http://www.philonline.com/~jmcacho/lecheflan.gpg
...the poor count their blessings, the affluent count their calories.
_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]
To subscribe to the Linux Newbies' List: send "subscribe" in the body to
[EMAIL PROTECTED]