-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Michael Kaufmann <[email protected]>
- Loading branch information
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ If enabled for an e-email address, all emails sent to unknown usernames of that | |
|
||
### 1.2 Options after adding | ||
|
||
After successfully creating the email-address you will automatically be redirected to the edit form for this address. Here you can additionally create an actual [account](#_2-accounts) for the address, toggle the catchall-flag and add [email-forwarders](#_3-forwarders). Creating accounts and forwarders require separate resources assigned to the user by the administrator/reseller. | ||
After successfully creating the email-address you will automatically be redirected to the edit form for this address. Here you can additionally create an actual [account](#_2-accounts) for the address, toggle the catchall-flag, adjust spam-levels (if enabled) and add [email-forwarders](#_3-forwarders). Creating accounts and forwarders require separate resources assigned to the user by the administrator/reseller. | ||
|
||
<UiBrowser :src="('/img/frx_ug_emails_edit.png')" alt="Edit email address"/> | ||
|
||
|
@@ -27,6 +27,18 @@ Set a password and optionally (if enabled) the desired maximum diskspace allowed | |
|
||
<UiBrowser :src="('/img/frx_ug_emails_createacc.png')" alt="Create email account"/> | ||
|
||
### 2.1 Adding your account to an email client | ||
|
||
::: tip NOTE | ||
These settings can vary widely, if in doubt, please ask your system administrator / hosting provider for details. | ||
::: | ||
|
||
The username required to log in to your account is the **complete email address** itself, e.g. _[email protected]_. | ||
|
||
The type of account usually is **IMAP**, alternatively, POP3 is also supported. The ports for incoming and outgoing servers are always the default ones (143 for IMAP and 110 for POP3). Depending on the setup, you may use secure connection using SSL (Port 993 for IMAPs and 995 for POP3s). | ||
|
||
By default, the incoming (IMAP/POP3) and outgoing (SMTP) server should be the **domain from the browser address** you are using to access froxlor (without http(s):// and without any path/file information), for example _demo.froxlor.org_. | ||
|
||
## 3. Forwarders | ||
|
||
To add an email forwarder, you first need to create an e-mail address or edit an existing one. From there (see [graph above](#_1-2-options-after-adding)) you can click on `Create forwarder`. | ||
|