en 25/10/2006 07:36 teo ha escrito:
> is it right the local_recipient_maps = [void] if i want to forward all
> mail to another host ?
[void] means 'any address is valid'.
http://www.postfix.org/LOCAL_RECIPIENT_README.html
If you don't need "local", then it's even better to avoid it at once:
local_recipient_maps = hash:$dir/empty
Where empty is an empty hash file, and use virtual aliases and/or
transports for example to implement the few "local" tasks that you need.
For forwarding/relaying all mail to a another mailserver you don't need
"local".