mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
6 lines
188 B
Text
6 lines
188 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 = 100
|
|
}
|
|
|