Parameter:
POP3ConfigUpdateIntervalShort description: Interval in minutes at which the POP3 task re-reads its configuration.
Profile
Parameter | POP3ConfigUpdateInterval |
Category | Mail / Router |
Component | Server |
Available since | R5 |
Supported versions | 9.0.1, 10.0, 11.0, 12.0, 14.0, 14.5 |
GUI equivalent | notes.ini only (no GUI) |
Possible values | Integer in minutes, default 2 |
Description
Analogous to
IMAPConfigUpdateInterval, this parameter sets the interval at which the POP3 task re-reads its configuration documents. Changes (auth mode, ports, SSL) are then applied without a restart.Example configuration
POP3ConfigUpdateInterval=2
Notes & pitfalls
- Value in minutes.
- POP3 is often disabled entirely on modern servers – in that case the parameter has no effect.
- Very low values cause unnecessary load on the configuration database.
- Manual reload via
restart task pop3.
- The change only takes effect after a restart of the POP3 task.