• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Dedicated IP for Email

Frank.P

Regular Pleskian
The VPS have a main domain with IP for example : 127.0.0.1 and all other domain have the same ip.
Then I create a new domain, but with dedicated IP, for example : 127.0.02

When main domain or others domain send and email, he header is something like this :

Code:
Delivered-To: [B][email protected][/B]
Received: by 10.68.89.69 with SMTP id bm5csp111327pbb;
        Mon, 10 Mar 2014 11:35:28 -0700 (PDT)
X-Received: by 10.194.82.35 with SMTP id f3mr33039278wjy.36.1394476527733;
        Mon, 10 Mar 2014 11:35:27 -0700 (PDT)
Return-Path: <[B][email protected][/B]>
Received: from mail.mi-hosting.es ([B]main-domain.com[/B]. [[B]127.0.0.1[/B]])
        by mx.google.com with ESMTP id l2si13151594wjx.145.2014.03.10.11.35.26
        for <[email protected]>;
        Mon, 10 Mar 2014 11:35:26 -0700 (PDT)

When the domain with dedicated IP send and email, the header is the same, but I need the header change the ip, for example this :


Code:
Delivered-To: [B][email protected][/B]
Received: by 10.68.89.69 with SMTP id bm5csp111327pbb;
        Mon, 10 Mar 2014 11:35:28 -0700 (PDT)
X-Received: by 10.194.82.35 with SMTP id f3mr33039278wjy.36.1394476527733;
        Mon, 10 Mar 2014 11:35:27 -0700 (PDT)
Return-Path: <[B][email protected][/B]>
Received: from mail.mi-hosting.es ([B]dedicated-domain.com[/B]. [[B]127.0.0.2[/B]])
        by mx.google.com with ESMTP id l2si13151594wjx.145.2014.03.10.11.35.26
        for <[email protected]>;
        Mon, 10 Mar 2014 11:35:26 -0700 (PDT)


I hope all know my question. Why all domain whit shared or dedicated ip get (main-domain.com 127.0.0.1)
 
If I go to MailEnable Management > Servers > localhost > Connectors. Right-click on SMTP and choose Properties.
Switch to Outbound tab and select desired outbound IP address to one IP .... all domains use this IP , and if I select Default the smtp get the first IP.

And I want the default ip for all shared domainsand dedicated ip for selected hosting.
I don't know how do that, but I think this is simple.
 
Back
Top