On 12/11/2009 12:49 PM, Wietse Venema wrote:
mich...@kmaclub.com:
Dec 11 12:03:19 server postfix/smtp[16589]: 762D67046F:
to=<mich...@localhost.localdomain>, 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?
mydestination = $myhostname, localhost.$mydomain, localhost
mydomain = kmaclub.com
myorigin = $mydomain
As I mentioned, this configuration worked perfectly on fedora 11, but
isn't on fedora 12. The revision went from 2.5.6 to 2.6.5.
Literally, the only changes between the main.cf is:
119a120,122
> # Enable IPv4, and IPv6 if supported
> inet_protocols = all
>
672c675
< sample_directory = /usr/share/doc/postfix-2.5.6/samples
---
> sample_directory = /usr/share/doc/postfix-2.6.5/samples
676,678c679
< readme_directory = /usr/share/doc/postfix-2.5.6/README_FILES
< # Enable IPv4, and IPv6 if supported
< inet_protocols = all
---
> readme_directory = /usr/share/doc/postfix-2.6.5/README_FILES
So, I don't understand why the null client is sending it out as
localhost.localdomain instead of @kmaclub.com
Michael