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.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
I am currently working on getting autodiscover and autoconfig to work.
After numerous hours with Cloudflare, ISP and Plesk I am now at the point:
Webserver without NGINX/Htaccess rules work on the /mail/config....
I tested this with:
curl...
I want to advertise the submission port (SMTP with STARTTLS and authentication, port 587) instead of SMTP via SSL (port 465). Reason: port 587 is the standard, port 465 is not RFC compliant.
in /usr/local/psa/admin/conf/panel.ini I put this
[mail]
clientConfig.incomingServer="mail.<domain>"...
Hi,
I have multiple domains on the same plesk server, I need help with 2 issues:
1. When the user send an email from their laptop outlook application, the public IP "From" will be exposed, is there a way to hide the sender IP?
As example:
Hop
Delay
From
By
With
Time (UTC)
Blacklist...
Hello,
I am using plesk obsidian and when we enter the srv autodiscover record on the exchange server that works outside the domain, when we check it via mxtoolbox, domain not found information is returned.
I am sure that we have opened the srv record correctly because when we direct the domain...
Hi
dose anyone know how to force autodiscover/auto config to use port 587 instead of 465? I have changed the settings for clientConfig.smtpPortEncrypted in panel.ini to 587 but it's still using 465.
I am loving this autodiscover feature in Obsidian! Only one thing missing or maybe just missing from my own know-how. The root folder path is not being set in outlook. This makes all the mail folders be subfolders of Inbox. If there was a way to push thru the root folder path = inbox, that...
Hello,
using nginx and following additional lines for redirecting (wordpress permalink stucture....)
if (!-e $request_filename) {
rewrite ^/(.*)$ /index.php?q=$1 last;
}
if i use this snippet for a website, autodiscover doesn't load the right information.
delete this snippet...
I have the AutoDiscover turned on for my server and domains, but I need to customize it a bit.
I need to know where the files are located on the server that are used when it is served to clients?
ie: Some HTTP or PHP or XML file is used when the output of this is served...
Hi
I am updating our server as now obdidian is GA. When I active the autodiscover in Mail server item, this not active it automatically in each subscription!!!! so usage is very limited if we had to go to each subsription and active it!
Hey guys,
I was wondering whether some of you, maybe even the staff, are open to assist me in writing up a full tutorial on how setup autodiscover, autoconfig and a mobileconfig profile for all domains on any given Plesk server. I already did so successfully on my server which is running on...
Greetings!
Environment:
RHEL 6.6
Plesk 12.0.18 RedHat el6 1200151014.14
Background: We've recently switched to a Microsoft Exchange based email service. As a part of the email client configurations, Microsoft uses a utility called AutoDiscover. AutoDiscover has a predefined set of URLs that...