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.
- Host: GitHub
- URL: https://github.com/serverfarmer/sf-imap-manager
- Owner: serverfarmer
- License: mit
- Created: 2016-05-30T07:39:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-24T15:47:53.000Z (almost 6 years ago)
- Last Synced: 2025-03-16T04:41:26.082Z (11 months ago)
- Topics: imap, imap-server, imap4, mailserver, security, security-automation, security-tools, storage, user-management, user-manager
- Language: Shell
- Homepage: http://serverfarmer.org/
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.