Am 02.03.2016 um 21:52 schrieb Tom Robinson: > On 03/03/16 06:33, wilfried.es...@essignetz.de wrote: >> Am 02.03.2016 um 06:32 schrieb Tom Robinson: >>> Hi, >>> >>> I'm trying to map users to first.last in canonical but I get >>> an error when sending email to the canonicalized address >>> first.last@domain: >> ... >>> My Error: Mar 2 15:47:36 camber policyd-spf[17984]: None; >>> identity=helo; client-ip=10.0.6.3; helo=motec.com.au; >>> envelope-from=r...@motec.com.au; >>> receiver=tom.robin...@motec.com.au Mar 2 15:47:36 camber >>> policyd-spf[17984]: None; identity=mailfrom; >>> client-ip=10.0.6.3; helo=motec.com.au; >>> envelope-from=r...@motec.com.au; >>> receiver=tom.robin...@motec.com.au Mar 2 15:47:36 camber >>> postfix/smtpd[17974]: NOQUEUE: reject: RCPT from >>> caster.motec.com.au[10.0.6.3]: 550 5.1.1 >>> <tom.robin...@motec.com.au>: Recipient address rejected: User >>> unknown in local recipient table; from=<r...@motec.com.au> >>> to=<tom.robin...@motec.com.au> proto=SMTP helo= <motec.com.au> >> >> Hi, >> >> can you show the according entries from /etc/aliases and >> /etc/postfix/canonical? >> >> What name has the target mailbox for tom.robin...@motec.com.au? > > Hi Willi, > > Thanks for taking a look. > > I don't have an entry in aliases and maybe that's the problem. From > /etc/postfix/canonical: > > tom tom.robinson > > The real user is tom.
OK. I think you'll need entries like tom.robinson: tom in your /etc/aliases. (Don't forget newaliases) Willi > > Kind regards, Tom >