OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Wietse Venema (wietseporcupine.org)
Date: Thu Jan 04 2001 - 06:49:16 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    Cliff Sarginson:
    > > % postfix flush
    > > would flush all mail.

    sendmail -q

    > > % postfix flush domain.com
    > > flushes mail with the destination of domain.com

    sendmail -qRdomain.com

    > > % postfix flush .domain.com
    > > flushes mail with the destination of domain.com's subdomains

    Sorry. Neither does it implement regular expressions.

    > > % postfix flush !domain.com
    > > flushes all mail except for mail with the destination of domain.com

    Sorry.

    The sendmail -qRdomain.name feature is supported as of november
    2000; it works best for domains that are listed as eligible (default:
    all domains that Postfix is willing to relay mail to).

            Wietse