Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
I dont think is any standard procedure for the query have mentioned, It has to be done manually and there are some pre-configurations that needs to be done before the migration.
Hello, junaida786!
We`ve published update for Plesk Migrator(2.2.2) which contains feature that allows to migrate mail content between Windows and Linux servers. All you need is form file with hosting description and run copy-mail-content. See details in Migration Guide, chapter Migrating from Custom Hosting on https://docs.plesk.com/en-US/17.0/
Example of file with description in yaml format:
Code:
# This example describes how to perform mail migration by IMAP
subscriptions:
-
# Mail will be migrated to specified subscription. If it does not exist - it will be created.
name: mail.tld
mail_service:
# Here we describe mail users as usual:
mail_users:
# Simple example, when you migrate mail account that has the same e-mail and password
# both on source and target servers.
-
# Specify IP address of the source mail server.
mail_ip: 192.168.1.1
# Account name - everything before '@' in e-mail address.
# If account does not exist - it will be created.
name: sales
# Password of the mail account on both source and target server.
# It will be used to:
# - create mail account on the target server
# - connect by IMAP to the source server
# If you need different passwords for source and target servers - check the next mail
# account example below.
# Correct password is required to perform mail migration by IMAP.
password: qweqwe
# Example, when you migrate mail account that has different e-mail or password on source
# and target servers.
-
# Specify IP address of the source mail server.
mail_ip: 192.168.1.2
# Target account name - everything before '@' in e-mail address.
# If account does not exist - it will be created.
name: admin
# Password of the mail account on the target server.
password: qweqwe
# Here we specify that we want to migrate mail
# from "user@another-domain.tld" to "admin@mail.tld"
# (if that option is not specified, migration
# from "admin@mail.tld" to "admin@mail.tld" is performed).
source_full_name: user@another-domain.tld
# Password of mail account on the source server.
# Correct password is required to perform mail migration by IMAP.
source_password: 123qwe