hello
i have this already done, with "Aliases", but here i don't have success!
[email protected] exist all ready but i will that [email protected] are
available
from public, but here i become the message "User unknown in local
recipient table".
# /etc/aliases
maurizio: [email protected],[email protected],maurizio
# /var/log/mail.log
postfix/smtpd[12798]: NOQUEUE: reject: RCPT from [IP]: 550 5.1.1
<[email protected]>: Recipient address rejected: User unknown in local
recipient table; from=<[email protected]> to=<[email protected]> proto=ESMTP
helo=<mout.gmx.net>
# newaliases
regards
mauri
Am 12.02.2017 um 21:56 schrieb Ansgar Wiechers:
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