On 2017-02-12 Maurizio Caloro wrote: > i will that following e-mail Adresses (public) goes to one recipent > address (local) > > [email protected] = myname > [email protected] = myname > > i need to open differents accounts?, or i configure this with the > Virtual maps?
Virtual maps would work (although it's recommended to use the full target address, including the domain), but it might be easier to just define an alias. Add the following 2 lines to /etc/aliases (adjust the path if your distribution places the file in a different location): name: myname shortname: myname save and run `newaliases`. Regards Ansgar Wiechers -- "Abstractions save us time working, but they don't save us time learning." --Joel Spolsky
