2017-09-23 23:54:48 +02:00
|
|
|
#!/bin/cat
|
2022-06-01 17:47:18 +02:00
|
|
|
$Id: FAQ.Admin_Authentication.txt,v 1.13 2022/04/06 10:27:52 gilles Exp gilles $
|
2017-09-23 23:54:48 +02:00
|
|
|
|
2019-07-03 01:17:46 +02:00
|
|
|
This documentation is also available online at
|
|
|
|
https://imapsync.lamiral.info/FAQ.d/
|
|
|
|
https://imapsync.lamiral.info/FAQ.d/FAQ.Admin_Authentication.txt
|
2017-09-23 23:54:48 +02:00
|
|
|
|
2019-07-03 01:17:46 +02:00
|
|
|
|
|
|
|
=======================================================================
|
|
|
|
Imapsync tips about imap admin authentication.
|
|
|
|
=======================================================================
|
2017-09-23 23:54:48 +02:00
|
|
|
|
|
|
|
It can be useful to authenticate without knowing each user password.
|
2019-07-03 01:25:47 +02:00
|
|
|
|
2017-09-23 23:54:48 +02:00
|
|
|
Using an admin account to authenticate is not a standard feature
|
2020-04-11 01:15:57 +02:00
|
|
|
supported by all imap servers. Sometimes it is implemented via the
|
|
|
|
--authuser1 option, sometimes not. It depends on the imap software
|
|
|
|
server and its configuration.
|
2019-07-03 01:25:47 +02:00
|
|
|
|
|
|
|
You have to follow this road:
|
|
|
|
* Determine what is the imap software server
|
2021-05-01 17:46:04 +02:00
|
|
|
* Find out whether it supports an admin account or not
|
2019-07-03 01:25:47 +02:00
|
|
|
* If no, leave this reading, take an handkerchief and cry
|
|
|
|
* If yes, search how the imap software server supports
|
|
|
|
an admin account (see below)
|
2021-05-01 17:46:04 +02:00
|
|
|
* Figure out whether an admin account is actually configured or not,
|
|
|
|
* If not then configure it. If you can't configure it: handkerchief.
|
2019-07-03 01:25:47 +02:00
|
|
|
* Finally, check an imapsync authentication via this admin account for
|
2021-05-01 17:46:04 +02:00
|
|
|
a standard user, the option --justlogin is nice for doing this.
|
2019-07-03 01:25:47 +02:00
|
|
|
* Use it for all users.
|
2021-05-01 17:46:04 +02:00
|
|
|
* Next, read their email messages, enter their personal life etc.
|
2019-07-03 01:25:47 +02:00
|
|
|
I'm kidding.
|
|
|
|
|
|
|
|
Good luck!
|
|
|
|
|
|
|
|
Known imap software servers supporting imap admin authentication:
|
|
|
|
|
|
|
|
* Exchange 2003/2007/2010/2013/2016. See the file FAQ.Exchange.txt
|
|
|
|
* Office365. See the file FAQ.Exchange.txt
|
|
|
|
* Gmail. See the file FAQ.XOAUTH2.txt
|
|
|
|
* Dovecot. See the file FAQ.Dovecot.txt
|
|
|
|
* Zimbra. See the file FAQ.Zimbra.txt
|
|
|
|
* Kerio See the file FAQ.Kerio.txt
|
2021-05-01 17:46:04 +02:00
|
|
|
* Cyrus-imap. See the file FAQ.Cyrus.txt
|
2022-06-01 17:47:18 +02:00
|
|
|
* James. See the file FAQ.James.txt
|
2019-07-03 01:25:47 +02:00
|
|
|
* UW-imap. See the file FAQ.General.txt
|
2017-09-23 23:54:48 +02:00
|
|
|
* Sun Java Enterprise System/SunOne/iPlanet. See the file FAQ.General.txt
|
|
|
|
|
2019-07-03 01:25:47 +02:00
|
|
|
Known imap software servers NOT supporting imap admin authentication:
|
2019-07-03 01:17:46 +02:00
|
|
|
|
2019-07-03 01:25:47 +02:00
|
|
|
* Domino Lotus Notes. See FAQ.Handkerchief.txt
|
|
|
|
* SmartCloud Notes. Same joke.
|
2019-07-03 01:17:46 +02:00
|
|
|
|
2017-09-23 23:54:48 +02:00
|
|
|
=======================================================================
|
|
|
|
=======================================================================
|