• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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