• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Changing Mailserver IP

B

biggsy

Guest
Hi there,

One of my clients used a program called pommo to send mass mails out to his customers without my consent, now I beleive my mailserver IP has been blacklisted.

He has since been kicked off the server but I am still stuck with the problem.

Does anyone know how to change the IP address of the outgoing mail server please?

I am a bit of a noob so I really could use lamens terms.

Thanks so much!

Andy
 
I'm absolutely not sure that it will work in Plesk behaviour, but you can try at least.

Append/add following line to /etc/xinetd.d/smtp_psa:
bind = your IP

and restart xinetd with

/etc/init.d/xinetd restart
 
Back
Top