Disable inbound emails for locked out users
Use the glide.pop3.process_locked_out property to control inbound email actions for locked out, active users.
Set this property to false to disable inbound emails for locked out users.
注:
Consider the security implications of allowing users from untrusted domains, and why
they were locked out, before allowing emails from them to trigger inbound email
actions.
More information
| Attribute | Description |
|---|---|
| Property name | glide.pop3.process_locked_out |
| Configuration type | System Properties (/sys_properties_list.do) |
| Category | Access control |
| Purpose | This property controls inbound email actions for locked out users. |
| Data type | Boolean |
| Recommended value | false |
| Default value | false |
| Security risk | (High) When you set this property to true, there may be an information disclosure as inbound emails would be received by users with locked accounts. |
| Security risk rating | 7.5 |
To learn more about adding or creating a system property, see Add a system property.