[8.161][BUG][FIXED] Repeated "No such IPv4 domain" in system logs

Hi, I have a smtp smart host that got auto converted to the new 8.2 style. However I have repeated error messages in my system logs every 6 minutes or so. The interesting part is that I have created a new definition for my smarthost to use with my regular mail and notifier and am not using the autocreated definition. Only thing is that I haven't deleted the auto created definition.
gatekeeper:/var/log # cat system.log |grep "No such"
2011:03:24-00:03:33 gatekeeper dns-resolver[13775]: No such IPv4 domain: smtpauth.centurytel.net  (REF_aXsSbHliPf)
2011:03:24-00:03:33 gatekeeper dns-resolver[13775]: No such IPv6 domain: smtpauth.centurytel.net  (REF_aXsSbHliPf)
2011:03:24-00:09:35 gatekeeper dns-resolver[13775]: No such IPv4 domain: smtpauth.centurytel.net  (REF_aXsSbHliPf)
2011:03:24-00:09:35 gatekeeper dns-resolver[13775]: No such IPv6 domain: smtpauth.centurytel.net  (REF_aXsSbHliPf)
2011:03:24-00:15:37 gatekeeper dns-resolver[13775]: No such IPv4 domain: smtpauth.centurytel.net  (REF_aXsSbHliPf)
2011:03:24-00:15:37 gatekeeper dns-resolver[13775]: No such IPv6 domain: smtpauth.centurytel.net  (REF_aXsSbHliPf)

smtpauth.centurytel.net is my smarthost and I can resolve it just fine 
gatekeeper:/var/log # dig  smtpauth.centurytel.net

; <>> DiG 9.5.0-P2 <>> smtpauth.centurytel.net
;; global options:  printcmd
;; Got answer:
;; ->>HEADER

I have no error messages in named logs. The mail and my daily reports are flowing without any problems.

Regards
Bill.
Parents
  • Hi Billybob,

    thank you for the backup file. The old smarthost_host field indeed contains the smarthost name with a trailing space. This did not matter because spaces are ignored in the exim configuration, so there was no problem in the past. But the now used dns_host object needs the spaces to be removed. We will fix that for future upgrade users in Mantis #17376.

    Regards,
    mlenk
Reply
  • Hi Billybob,

    thank you for the backup file. The old smarthost_host field indeed contains the smarthost name with a trailing space. This did not matter because spaces are ignored in the exim configuration, so there was no problem in the past. But the now used dns_host object needs the spaces to be removed. We will fix that for future upgrade users in Mantis #17376.

    Regards,
    mlenk
Children
No Data