View Single Post

  #4 (permalink)  
Old 10-26-2006
Bas S.Th. Verdult
 
Posts: n/a
Default Re: postfix-2.2.10 strange problem

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".
Reply With Quote