On Tue, Oct 28, 2014 at 08:23:15PM -0500, Chad M Stewart wrote: > I'm trying to get postfix --smtp--> amavisd --lmtp--> dovecot all setup > and working nicely together. I've configured amavisd as a before_queue > filter in Postfix.
That's fine, but address rewriting happens in cleanup(8) which writes the queue-file, so no rewriting happens in before-queue SMTP servers. > Can I get Postfix to do the alias lookup and substitution before sending to > the content filter? No, because you're not using a (post-queue) content filter, you're using a pre-queue proxy filter. -- Viktor.