mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
7 lines
261 B
Text
7 lines
261 B
Text
|
|
protocol imap {
|
||
|
|
# Maximum number of IMAP connections allowed for a user from each IP address.
|
||
|
|
# NOTE: The username is compared case-sensitively.
|
||
|
|
mail_max_userip_connections = 30
|
||
|
|
}
|
||
|
|
|