On Thu, Dec 03, 2009 at 11:00:42AM -0600, Vernon A. Fort wrote: > I'm trying to find a way to configure a local cyrus catchall account
Cyrus? I'm only going to answer the Postfix side of this. For Cyrus IMAP, you are on your own. > with the relay_recipients_maps. Basically, i'm moving 2k+ users > from the aliases file to using the relay_recipients_maps build from > an ldap query from exchange. All i need is a way to catch all > non-existent users (temporally) until I'm satisfied we completed the > conversion correctly. > > I've googled, read and testing for hours but cannot find anything to > make this work. Any advice? Yes. Next time don't Google, look in your own local copy of the Postfix documentation. http://www.postfix.org/ADDRESS_CLASS_README.html#relay_domain_class Either unset relay_recipient_maps or use the catchall syntax as documented in virtual.5.html . Take some action to prevent bounces from going out (maybe smtp_header_checks with HOLD action or sender_dependent_relayhost_maps with "<> defer:") because you could become a significant backscatter spammer even in a short time. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header