• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue Problem to resolve hostnames by Postfix

Edward Dekker

Basic Pleskian
Hi,
I do have a problem to resolve hostnames by Postfix.

Beneath here i have some code to show to sove the problem.
And for now i have some difficulties to solve it.
Code:
okt 14 08:28:07 edwarddekker postfix/smtpd[14072]: warning: hostname pei-186-0-xc-lii.une.net.co does not resolve to address 186.0.90.52: Name or service not known
okt 14 08:29:26 edwarddekker postfix/smtpd[14072]: warning: hostname static-187-44-106-11.optitel.net.br does not resolve to address 187.44.106.11: Name or service not known
okt 14 08:30:22 edwarddekker postfix/smtpd[14195]: warning: hostname hosted-by.rainbownetworks.net does not resolve to address 93.174.93.228
okt 14 08:33:29 edwarddekker postfix/smtpd[14207]: warning: hostname wimax-cpe-189-208-163-224.tijbcn.static.axtel.net does not resolve to address 189.208.163.224
okt 14 08:37:04 edwarddekker postfix/smtpd[14239]: warning: hostname 179-228-162-193.user.vivozap.com.br does not resolve to address 179.228.162.193: Name or service not known
okt 14 08:41:53 edwarddekker postfix/smtpd[15968]: warning: hostname dsl-90-242.bl27.telepac.pt does not resolve to address 176.79.90.242: Name or service not known
okt 14 08:54:40 edwarddekker postfix/smtpd[16994]: warning: hostname 189-112-185-186.static.ctbctelecom.com.br does not resolve to address 189.112.185.186: Name or service not known
okt 14 09:00:52 edwarddekker postfix/smtpd[17491]: warning: hostname hosted-by.rainbownetworks.net does not resolve to address 93.174.93.228
okt 14 09:03:44 edwarddekker postfix/smtpd[17684]: warning: hostname b39af9b3.virtua.com.br does not resolve to address 179.154.249.179: Name or service not known
okt 14 09:08:48 edwarddekker postfix/smtpd[18095]: warning: hostname 179-111-207-156.dsl.telesp.net.br does not resolve to address 179.111.207.156: Name or service not known
I try to solve with this with (/etc/host.conf):
Code:
# We have machines with multiple IP addresses.
multi on
And also with (/etc/postfix/main.cf):
Code:
import_environment = MAIL_CONFIG MAIL_DEBUG MAIL_LOGTAG TZ XAUTHORITY DISPLAY LANG=C RESOLV_MULTI=on
And for now no results to solve it.
Are there someone who knows to master this situation?
 
Last edited:
I'm having the same issue. I've seen that, for non Plesk servers, they recommend things like the ones shown here:


None of the config parameters stated on those answers exist at my /etc/postfix/main.cf, so I don't want to just start testing things out in my production server since there are hundreds of people constantly using it.

How should I stop postfix from trying to resolve the hostname of a user that's trying to connect to it?
 
Back
Top