• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Mail not functioning properly after IP address move.

S

seanstephens

Guest
Greetings All.

Here is the background info. We took 2 plesk 8 machines off of our existing network and moved them to another data center. In doing this we had (obviously) to change the ip addresses assocaited with the machines.

Now we were able to get the websites up and running fairly quickly however now it seems like email is not working correctly. If I telnet into the machine locally (telnet localhost 25) then I get a 220 code right away (Service ready code). Now if I try to telnet into the other machine it takes about a minute to get the 220 code, and sometimes it times out.

Now this doesnt happen on our other network and I'm going to assume it has something to do with the IP move. We've disabled the firewalls on the machines etc, so its not that.


Anybody got any ideas.
 
hmmm,

I just read somewhere that an SMTP connection does a reverse DNS lookup before it allows the connection (or something to that effect). Anyways,is there a way I can disable it.

Thanks again.
 
BUMP

I have the exact same problem, after getting new IP-address do to a new backbone.

I've contacted the plesk support, but they don't care :( Just another reason to consider changing the CP from PLesk to ex.hspare
 
Hello,

There are few things that can be checked.

1) dns servers from resolv.conf should answer fast.(this is the most common)
2) -Rt0 switch in etc/xinet.d/smtp_psa
3) the hostname is set up properly:
hostname -f should returna a good value.
4) If al of these do not have effect I would force reinstall qmail .
 
The -Rt0 thing is something we always have to configure to stop mail sending being extremely slow.

I'm not sure this is your problem, but if you have changed IP make sure you have told your ISP or whoever handles your IP addresses to setup reverse DNS on your new IPs. You'll have massive problems sending mail if you haven't got:

host -> IP (A name record)
IP -> host (rDNS)
 
Originally posted by blank_page
Hello,

There are few things that can be checked.

1) dns servers from resolv.conf should answer fast.(this is the most common)
2) -Rt0 switch in etc/xinet.d/smtp_psa
3) the hostname is set up properly:
hostname -f should returna a good value.
4) If al of these do not have effect I would force reinstall qmail .

The right locations on FreeBSD as I use:

1) dns servers from resolv.conf should answer fast.(this is the most common) (what is considered as fsat?)
2) -Rt0 switch in etc/inetd.conf (Done, but not the right way to do things)
3) the hostname is set up properly:
hostname -f should returna a good value.(FreeBSD - use hostname, and working percetly)
4) If al of these do not have effect I would force reinstall qmail . (FreeBSD - Not posibel)
 
Back
Top