In article <1168992251.379046.30900@38g2000cwa.googlegroups.c om>
"jmaimon@ttec.com" <jmaimon@ttec.com> writes:
>
>Foxbird wrote:
>> Folks,
>>
>> I've seen plenty of posts on suggestions for making this work,
>
>Let me repost my recap here.
[snip]
> Use access db with undocumented feature
>
>define(`_RELAY_FULL_ADDR_', `1')
>
>And put all your users in there
>
>To:u...@example.com RELAY
This is exactly what is needed to match the setup the OP already has, of
course - it is also becoming an "official", documented feature as of
8.14 - from the Beta4 RELEASE_NOTES:
CONFIG: New option `relaytofulladdress' for FEATURE(`access_db')
to allow entries in the access map to be of the form
To:user@example.com RELAY
- and from its cf/feature/access_db.m4:
ifelse(lower(_ARG2_),`relaytofulladdress',`define( `_RELAY_FULL_ADDR_', `1')')
--Per Hedeland
per@hedeland.org