You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/email/README.md
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,7 @@ To enable Imunify Email on account/key level you have to follow almost the same
210
210
### **Beta**: Incoming Emails Filtration
211
211
212
212
:::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.
214
214
This feature is currently in beta mode and is free to use.
215
215
:::
216
216
@@ -221,20 +221,25 @@ To enable the incoming filtration feature, the server administrator needs to run
221
221
ie-config enable-incoming
222
222
```
223
223
224
-
To disable, run the following command:
224
+
To disablethe feature, run:
225
225
```
226
226
ie-config disable-incoming
227
227
```
228
228
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:
230
236
231
-
-**Quarantine Tab**: A new column will be added to show the email direction (whether the email is outgoing or incoming).
232
237
-**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.
236
241
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.
0 commit comments