• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Problems with mail rejected from an specific domain

M

milagros

Guest
I cannot receive messages from one domain: pcm.gob.pe
This is what I found in my log:
Feb 7 12:03:03 server1 relaylock: /var/qmail/bin/relaylock: mail from 200.31.118.195:9732 (mail.pcm.gob.pe)

This domain is not listed as spammer or blocked in any black list!!, any ideas why this is happening????

Thanks in advance!
 
It´s the same with me.
One of our Customers told me that they had a Problem since Juli 2006 to get Mails from one special Domain.
We are a german Webhoster and Desigagency and both the Customer and the sender of the Mail have german Domains.
I also looked at http://www.robtex.com if they are blacklisted but they don´t.

The interesting is, that we have changed our whole Server in Dezember last Jear.
Our old Server was with Suse 9.1 and Plesk 7.5 and our new Server has Suse 9.3 and Plesk 8.11

My Idea is that not only Plesk or Qmail are the reasons for that failure.
Maybe is something misconfigured with the Sender Server or something incompatible. I´ve seen at http://www.robtex.com that the Sender Server has an Lotus Server Running. Maybe thats the Problem.

I tell this all to get more facts into the discussion. Maybe someone has some new Thoughts about that ???
 
Originally posted by milagros
I cannot receive messages from one domain: pcm.gob.pe
This is what I found in my log:
Feb 7 12:03:03 server1 relaylock: /var/qmail/bin/relaylock: mail from 200.31.118.195:9732 (mail.pcm.gob.pe)
Make sure you have rDNS PTR records set for your IPs with your hostname, and your nameservers used for rDNS are working properly. If these are in place and work properly, edit the file /etc/xinetd.d/smtp_psa and look for

server_args = /var/qmail/bin/relaylock /var/qmail/bin/qmail-smtpd /var/qmail/bin/smtp_auth /var/qmail/bin/true /var/qmail/bin/cmd5checkpw /var/qmail/bin/true

change to:

server_args = -Rt0 /var/qmail/bin/relaylock /var/qmail/bin/qmail-smtpd /var/qmail/bin/smtp_auth /var/qmail/bin/true /var/qmail/bin/cmd5checkpw /var/qmail/bin/true

Save the file

Restart xinetd and qmail services:
/etc/init.d/xinetd restart
/etc/init.d/qmail restart

Hope this helps!
 
Back
Top