Skip to content

Commit 383de02

Browse files
authored
Merge pull request #154 from ibossioli/doc-update
Update README.md
2 parents cc1b7e0 + 8648528 commit 383de02

1 file changed

Lines changed: 13 additions & 8 deletions

File tree

docs/email/README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ To enable Imunify Email on account/key level you have to follow almost the same
210210
### **Beta**: Incoming Emails Filtration
211211

212212
:::tip Highlights
213-
ImunifyEmail now includes a **beta** feature for incoming email filtration, aimed at protecting server users from spam emails.
213+
ImunifyEmail now includes a **beta** feature for incoming email filtration, designed to protect server users from spam emails.
214214
This feature is currently in beta mode and is free to use.
215215
:::
216216

@@ -221,20 +221,25 @@ To enable the incoming filtration feature, the server administrator needs to run
221221
ie-config enable-incoming
222222
```
223223

224-
To disable, run the following command:
224+
To disable the feature, run:
225225
```
226226
ie-config disable-incoming
227227
```
228228

229-
Once you enable the feature, ImunifyEmail will start filtering incoming emails. Additionally, the UI in cPanel will be updated with the following changes:
229+
Once enabled, ImunifyEmail will start filtering incoming emails.
230+
231+
:::warning
232+
Incoming emails identified as spam are **no longer quarantined** — instead, they are delivered to the recipient’s spam/junk mailbox.
233+
:::
234+
235+
After enabling the feature, the cPanel UI will include the following changes:
230236

231-
- **Quarantine Tab**: A new column will be added to show the email direction (whether the email is outgoing or incoming).
232237
- **Settings Tab**:
233-
- A toggle will be available to disable the incoming filtration feature for specific cPanel accounts.
234-
- A table will be added to display statistics of incoming emails, showing the number of spam and ham emails by day.
235-
- **Statistics Tab**: A new section will be added to display detailed statistics of incoming emails, including the number of spam and ham emails over time.
238+
- A toggle allows disabling the incoming filtration feature for specific cPanel accounts.
239+
- A table displays daily incoming email statistics, including counts of spam and ham (non-spam) emails.
240+
- **Statistics Tab**: A new section shows detailed incoming email statistics over time, including spam and ham counts.
236241

237-
The ie-cli utility reflects the same API as the UI, allowing customers to retrieve quarantine and statistics information via the command line interface.
242+
The `ie-cli` utility mirrors the same API used by the UI, allowing administrators to retrieve quarantine and statistics information via the command line interface.
238243
Use `--help` to get more info.
239244

240245
### User interface access

0 commit comments

Comments
 (0)