On Tue, Jul 07, 2009 at 11:44:17AM -0400, Victor Duchovni wrote: > On Tue, Jul 07, 2009 at 03:24:37PM +0000, R.P. Aditya wrote: > > > I'm trying to do this on a second smtpd process running on a non-standard > > port: > > > > master.cf > > 2025 inet n - n - - smtpd -o > > virtual_alias_maps=static:[email protected] -o > > virtual_alias_domains=, > > > > but that doesn't seem sufficient -- what am I missing? > > The virtual_alias_domains feature is implemented in trivial-rewrite(8) > not smtpd(8). > > The virtual_alias_maps feature is implemented jointly by smtpd(8) > (validation) and cleanup(8) (rewriting).
ah, okay, so I can't think of another way to send all mail recieved on a different smtp port to a catch-all address without running another instance of postfix...right? Thanks, Adi
