mirror of
https://github.com/Mailu/Mailu.git
synced 2025-02-21 19:19:39 +02:00
7 lines
264 B
Plaintext
7 lines
264 B
Plaintext
worker {
|
|
bind_socket = "0.0.0.0:11333";
|
|
.include "$CONFDIR/worker-normal.inc"
|
|
.include(try=true; priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/worker-normal.inc"
|
|
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/worker-normal.inc"
|
|
}
|