Hello,
I am no postfix expert, I am just using it in a small home network.
I have a central mail server that acts as a relay for a few clients.
Everything was running Fedora 11 and working fine.
I recently upgraded one of the clients to Fedora 12. The client is
configured as a null client with this configuration.
postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
html_directory = no
inet_interfaces = localhost
inet_protocols = all
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
mydestination = $myhostname, localhost.$mydomain, localhost
mydomain = kmaclub.com
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.6.5/README_FILES
relayhost = mail.blandford.net
sample_directory = /usr/share/doc/postfix-2.6.5/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
unknown_local_recipient_reject_code = 550
This is the same configuration as used on Fedora 11 previously.
However, now when that client tries to send mail, I see this on the server:
Dec 11 12:03:19 server postfix/smtpd[16515]: connect from
client.kmaclub.com[192.168.1.3]
Dec 11 12:03:19 server postfix/smtpd[16515]: 762D67046F:
client=client.kmaclub.com[192.168.1.3]
Dec 11 12:03:19 server postfix/cleanup[16587]: 762D67046F:
message-id=<200912111903.nbbj3j5n020...@localhost.localdomain>
Dec 11 12:03:19 server postfix/qmgr[982]: 762D67046F:
from=<mich...@localhost.localdomain>, size=906, nrcpt=1 (queue active)
Dec 11 12:03:19 server postfix/smtpd[16515]: disconnect from
client.kmaclub.com[192.168.1.3]
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)
Dec 11 12:03:19 server postfix/cleanup[16587]: 94ACF7049C:
message-id=<20091211190319.94acf70...@mail.kmaclub.com>
Dec 11 12:03:19 server postfix/qmgr[982]: 94ACF7049C: from=<>,
size=2875, nrcpt=1 (queue active)
Dec 11 12:03:19 server postfix/bounce[16591]: 762D67046F: sender
non-delivery notification: 94ACF7049C
Dec 11 12:03:19 server postfix/qmgr[982]: 762D67046F: removed
Dec 11 12:03:19 server postfix/smtp[16589]: 94ACF7049C:
to=<mich...@localhost.localdomain>, relay=none, delay=0.02,
delays=0/0.02/0/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)
Dec 11 12:03:19 server postfix/qmgr[982]: 94ACF7049C: removed
The Fedora 11 boxes are running postfix-2.5.6-3.fc11.x86_64 and the
Fedora 12 null client is running. postfix-2.6.5-2.fc12.x86_64.
Is there something obvious that I am missing?
Michael