Download the PHP package bennet0496/dovecot_impersonate without Composer

On this page you can find all versions of the php package bennet0496/dovecot_impersonate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package dovecot_impersonate

Dovecot Impersonation Mapper

_Fork of corbosman/dovecot_impersonate_

This plugin lets you impersonate another user when using the dovecot master user feature.

[!WARNING] please only use for user support or similar operational issues. I recommend you always get approval. Using this without consent may be illegal in some countries. For more information about this feature read: https://doc.dovecot.org/main/core/config/auth/master_users.html

The default separator character used is '*', but you can set a different one using the plugin config file.

To prevent abuse you also must specify a set of networks to allow impersonation from using dovecot_impersonate_allow_networks. The default is localhost. And you may not allow more than 4026531840 IPv4 Hosts, i.e. one /4 network and not more than 7.922816251×10²⁸ IPv6 Hosts, i.e. one /32 Prefix. You can allow more than one network, but the total number of hosts across all networks (without checking overlaps) may not surpass the numbers given.

How it works:

When you log in to Roundcube, you have to use your master user information:

Login user*master
Password password_of_master

The plugin then strips the master info from the form, so all preferences are correctly fetched for the user. (else it would try to find preferences for user*master). If you use any other plugins that use the authenticate hook, you might want to make this plugin the first plugin.

Additionally, the plugin initially hides the users mailboxes, messages and contacts (cosmetically), because chances are you are not interested in these (and shouldn't be) but you need to fix some settings that are messed up for the user.

[!NOTE] This plugin currently doesn't bypass any 2FA that might be required by other plugins

CONTACT

Report Bugs of this Fork through GitHub (https://github.com/bennet0496/dovecot_impersonate/issues)

LICENSE

This plugin was originally distributed under the GNU General Public License Version 2 and therefore continues to be distributed as such. Please read through the file LICENSE for more information about this license.


All versions of dovecot_impersonate with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
roundcube/plugin-installer Version ^0.3
mlocati/ip-lib Version ^1.18
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package bennet0496/dovecot_impersonate contains the following files

Loading the files please wait ....