• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need a catchall for a mail server running on CentOS5

dalearyous

Senior member
i need to write a catchall for a domain hosted on my VPS. so any email going to anything@domain.com goes to a specific email address or addresses. help?

--------------
i added this to my /etc/postfix/virtual file
@domain.com catch@domain.com
(all email going to that domain that isn't a real address gets sent to catch@domain.com)

i then added this to my /etc/postfix/main.cf file:
virtual_alias_maps = hash:/etc/postfix/virtual

reloaded postfix and i ran postmap /etc/postfix/virtual

still not working.
ideas? if i email a made up name @mydomain.com i get Delivery to the following recipient failed permanently:
 
bump.

i also need help figuring out how to start a blacklist that blocks email from certain domains. even with spamassassin running it still needs help
 
That's the exact line I have in my virtual file, edited to be generic of course. Oh and I had to tell Postfix it's using regexps, with 'virtual_alias_maps = regexp:/etc/postfix/virtual'.
 
There's nothing special about the one I posted. The . character tells it to accept anything and * tells it to do that for an unlimited amount of characters.
 
i am not sure, i was talking to someone who installed admin tools and you can setup forwarding rules and other things from the squirrelmail interface.
 
Back
Top