I think a better question that I should have asked, is I need all email for a domain to go to a single address on that box. We are running Cyrus on the backend is virtual domain mode so the destination account is bmana...@bounces.domain.tld. This is a dedicated box just for this email. It is not connect directly to the net but rather is receives email from a relay.
So, given that it's a dedicated box for this domain, and that any email for this domain should go to a single account, what should I add to main.cf from stock to config to make this work. Gary ________________________________________ From: owner-postfix-us...@postfix.org [owner-postfix-us...@postfix.org] On Behalf Of Gary Smith [g...@primeexalia.com] Sent: Thursday, June 11, 2009 9:07 AM To: postfix-users@postfix.org Subject: Catchall not working /etc/postfix/custom/virtual @bounces.domain.tld bmana...@bounces.domain.tld Executed: postmap virtual postmap -q 'c...@bounces.domain.tld' hash:/etc/postfix/custom/virtual postmap -q '@bounces.domain.tld' hash:/etc/postfix/custom/virtual bmana...@bounces.domain.tld Test with c...@bounces.domain.tld returned nothing. I would have expected it to return bmana...@bounces.domain.tld. Postfix version is 2.5.5 under CentOS 5.3. I have yet to add these to the /etc/postfix/main as I can even get the test query to work. Purpose of this is that we send out a lot of email to subscribers and set a return address like bounce-emailaddress=theirdomain....@bounces.domain.tld. We had this working some time ago and migrated it to a new server about 10 months ago and didn't realize that this one wasn't working. Any ideas?