On Thu, Sep 09, 2010 at 01:02:16PM -0400, Steve Huston wrote: > 20000 inet n - n - - smtpd > -o cleanup_service_name=cleanup_submission > -o smtpd_proxy_filter=127.0.0.1:10026
This message is handed off a proxy filter, not cleanup, so the cleanup_service_name has no effect. > Received: from xanadu.astro.princeton.edu (xanadu.astro.Princeton.EDU > [128.112.24.13]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 > bits)) (No client certificate requested) (Authenticated sender: > huston) > by mail.astro.princeton.edu (Postfix) with ESMTP for > <hus...@srhuston.net>; Thu, 9 Sep 2010 12:37:31 -0400 (EDT) This header has no "id <queue-id>" clause, further evidence that cleanup is not involved. You need to check for this header further downstream, in the smtpd/cleanup pair that come after the pre-queue filter. -- Viktor.