Hi. I want all mail addressed to any host under my local domain (richw.org) to be delivered locally on my mail server.
That is, I want to process mail for someu...@richw.org, someu...@blah.richw.org, someu...@foo.richw.org, etc., for local delivery. I'm not really picky about validating subdomains, btw -- I'm willing to accept someu...@xyz.richw.org regardless of whether or not I actually have a host named "xyz" in my network. Is it sufficient for me to include $mydomain in my mydestination value, in order to match all subdomains? Or do I need to list the name of each and every individual host in mydestination? And if I do need to list each individual host in mydestination, can I use some sort of table with a wildcard to match any and all possible subdomains? I've read the description for mydestination in postconf(5), but if the answer to my question is there, I'm afraid I'm misunderstanding the documentation and am missing the answer. Rich Wales ri...@richw.org