[email protected]:
> On 12/11/2009 12:49 PM, Wietse Venema wrote:
> > [email protected]:
> >> Dec 11 12:03:19 server postfix/smtp[16589]: 762D67046F:
> >> to=<[email protected]>, relay=none, delay=0.11,
> >> delays=0.02/0.01/0.07/0, dsn=5.4.4, status=bounced (Host or domain name
> >> not found. Name service error for name=localhost.localdomain type=A:
> >> Host not found)
> >
> > localhost.localdomain really does not exist.
> >
> > If this should not be localhost.localdomain, then you need to
> > update whatever is sending mail as localhost.localdomain.
> >
> > If this should be delivered on the server, then you need to append
> > localhost.localdomain to the server's main.cf mydestination setting.
> >
> > Wietse
>
>
> Thanks for the response.
>
> What I don't understand is why the sender isn't sending it out as
> kmaclub.com instead of localhost.localdomain.
>
> Isn't that what this should do on the client?
Postfix is only the messenger. If some mail software sends mail
as localhost.localdomain, then Postfix will not change it.
Wietse