Changes

Jump to navigation Jump to search
5,293 bytes added ,  23:12, 13 July 2022
Created page with "{{Languages}} <!-- here we define the contrib name variable --> <!-- we get the page title, remove suffix for translated version; if needed you can define there with the value..."
{{Languages}}
<!-- here we define the contrib name variable -->
<!-- we get the page title, remove suffix for translated version; if needed you can define there with the value you want-->
{{#vardefine:contribname| {{lc: {{#titleparts: {{BASEPAGENAME}} |1}} }} }}
{{#vardefine:smecontribname| smeserver-{{lc: {{#titleparts: {{BASEPAGENAME}} |1}} }} }}
<!-- we define the language -->
{{#vardefine:lang| {{lc: {{#titleparts: {{PAGENAME}} | | -1}} }} |en }}
{{Infobox contribs
|name={{#var:contribname}}
|image={{#var:contribname}}.jpg
|description_image= {{#var:contribname}} logo
|maintainer= Unnilennium
|licence= GPL
|url= https://wiki.koozali.org/Autodiscover
|category= Mail
|tags=autodiscover,Email,POP3,POP3S,IMAP,IMAPS,SMTP,autoconfig,config-v1.1.xml
}}

===Maintainer===
<!-- here you need to file your username and name -->
[[User:Unnilennium|Jean-Philippe Pialasse]]

=== Version ===
<!-- keep this first element as is, you can add some if needed -->
{{#smeversion: {{#var:smecontribname}} }}
{{#smeversion: {{#var:contribname}} }}

=== Description ===
This contribs will deploy Microsoft Autodiscover and Mozilla autoconfig to configure your IMAP POP and SMTP accoutn to your mails clients.
Plan is to also support creation of apple configuration file in the future.


=== Installation ===
<tabs container><tab name="For SME 10">
yum --enablerepo=smecontribs install {{#var:smecontribname}}
</tab><tab name="For SME 9">
yum --enablerepo=smecontribs install {{#var:smecontribname}}
signal-event post-upgrade
signal-event reboot
</tab><tab name="For SME 8">
yum --enablerepo=smecontribs install {{#var:smecontribname}}
signal-event post-upgrade
signal-event reboot
</tab></tabs>

=== Configuration ===

====Client Side ====
===== Mozilla compatible products =====
Thunderbird, Evolution and any software compatible with the Mozilla Thunderbird .well-known/autoconfig/mail/config-v1.1.xml config file will work by just filling your email and password.

===== Outlook before 2016 =====
Will also work out of the box by just filling your email and password.


===== Outlook 2016 =====
Out of the box, it does not support IMAP POP3 and SMTP autodiscover, but only exchange type server. There are two methods you can use to workaround that.
First is using the old style outlook profile configurator
C:\Program Files (x86)\Microsoft Office\root\Office16\OLCFG.EXE
then button email accounts
or
C:\Program Files\Microsoft Office\root\Office16\OLCFG.EXE
then button email accounts

Second would be to force Outlook to use old detection configuration by manipulating Registry, as a priviledged user run in a windows shell:
reg add HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Office\16.0\Outlook\setup /T REG_DWORD /F /V DisableOffice365SimplifiedAccountCreation /D 1"

===== Outlook 2019 =====
Out of the box, it does not support IMAP POP3 and SMTP autodiscover, but only exchange type server.
You will need to enable old Outlook 2016 accounts.
see : https://wiki.contribs.org/Email#Outlook_365_.2F_Outlook_2019_IMAP_Configuration

alternatively the Outlook 2016 should work
C:\Program Files (x86)\Microsoft Office\root\Office19\OLCFG.EXE
then button email accounts
or
C:\Program Files\Microsoft Office\root\Office19\OLCFG.EXE
then button email accounts

Second would be to force Outlook to use old detection configuration by manipulating Registry, as a priviledged user run in a windows shell:
reg add HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Office\19.0\Outlook\setup /T REG_DWORD /F /V DisableOffice365SimplifiedAccountCreation /D 1"

===== Outlook 365 =====
Need testing,, does not support IMAP POP3 and SMTP autodiscover. Only exchange type server.

===== Outlook for Android =====
Need testing, but mostly work as Outlook 365.

===== Apple products =====
see bug https://bugs.koozali.org/show_bug.cgi?id=12100

====Server Side ====
you can list the available configuration with the following command :
config show {{#var:contribname}}

Some of the properties are not shown, but are defaulted in a template or a script. Here a more comprehensive list with default and expected values :
{| class="wikitable"
!property
!default
!values
!
|-
|DocURL
|
|string
|url on your server without the domain, to point to your local documentation about your mail service for Thunderbird like configurations.
|-
|access
|private
|private, public
|
|-
|status
|enabled
|enabled,disabled
|}



=== Uninstall ===
yum remove {{#var:smecontribname}} {{#var:contribname}}

=== Bugs ===
Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title= bugzilla}}
and select the {{#var:smecontribname}} component or use {{BugzillaFileBug|product=SME%20Contribs|component={{#var:smecontribname}}|title=this link}}

Below is an overview of the current issues for this contrib:{{#bugzilla:columns=id,product,version,status,summary|sort=id|order=desc|component={{#var:smecontribname}} |noresultsmessage=No open bugs found.}}

===Changelog===
Only released version in smecontrib are listed here.

{{ #smechangelog: {{#var:smecontribname}} }}


<!-- list of category you want to see this page in -->
[[Category: Contrib]]

<!-- Please keep there the template revision number as is -->
[[contribtemplate::2| ]]
[[contriblang:: {{#var:lang}} | ]]
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,250

edits

Navigation menu