mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-18 02:54:24 +08:00
Added alias description and new screenshot for domain config
parent
5c94f161ec
commit
ebb31f464a
1 changed files with 10 additions and 3 deletions
|
@ -46,8 +46,7 @@ After opening this menu you will see a list of already configured domains and al
|
|||
If you don't have any domain configured yet, you can click on `+ Add Domain` to create a new domain configuration.
|
||||
|
||||
### Add Domain
|
||||
**TODO: insert updated image of settings dialog here**
|
||||

|
||||

|
||||
|
||||
In this dialog you first need to insert into the `Name` input box the domain-part of the mail addresses you're going to use for logging in at SnappyMail. Inserting `example.com` here will allow every user with a mail address at `example.com` to check his mails (you can limit the list of allowed users afterwards).
|
||||
|
||||
|
@ -94,7 +93,15 @@ Your server has to support the "ManageSieve" protocol and must offer a service t
|
|||
| Timeout | Time to wait for a response from your SIEVE server |
|
||||
|
||||
### Add Alias
|
||||
**TODO: Add image and description**
|
||||
After creating a domain you can add aliases for this domain configuration. This enables the users of SnappyMail to login with multiple mail addresses (the "main domain" and the alias). If you own two domains that share the same IMAP and SMTP configuration you don't need to reinsert the whole information twice.
|
||||
The button `add alias` opens the following dialog:
|
||||
|
||||

|
||||
|
||||
| Name of setting | Description |
|
||||
|--- |--- |
|
||||
| Alias | the domain you would like to use with the same settings as an already configured domain |
|
||||
| Domain | A drop down with all already configured domains. Here you choose the domain the alias should be connected to |
|
||||
|
||||
### Testing your configuration
|
||||
Underneath the list of configured domains you find a textbox that can be used to test your configuration. If you insert a username here, SnappyMail will simulate what would happen if this user will try to login. Afterwards it will show you a message box with the domain that SnappyMail identified to be connected with that username.\
|
||||
|
|
Loading…
Add table
Reference in a new issue