An open API service indexing awesome lists of open source software.

https://github.com/serverfarmer/sf-imap-manager

sf-imap-manager extension provides scripts for IMAP servers management, that can be used with sf-imap-server and/or sf-imap-storage extensions.
https://github.com/serverfarmer/sf-imap-manager

imap imap-server imap4 mailserver security security-automation security-tools storage user-management user-manager

Last synced: 8 months ago
JSON representation

sf-imap-manager extension provides scripts for IMAP servers management, that can be used with sf-imap-server and/or sf-imap-storage extensions.

Awesome Lists containing this project

README

          

sf-imap-manager extension provides scripts for IMAP servers management,
that can be used with sf-imap-server and/or sf-imap-storage extensions.

add-imap-user.sh script can be used in 2 different modes:

```
add-imap-user.sh username mailserver.office storageserver.dc1
```

This mode assumes, that current server (on which you execute this script)
is the farm manager (and possibly backup collector), but IMAP accounts
storage (for at least this account) is delegated to some other server.

```
add-imap-user.sh username mailserver.office
```

This mode assumes, that current server is the farm manager and is also
responsible for IMAP accounts storage. Just like before, you can have
many IMAP storage servers in the farm.