mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-14 10:53:30 +02:00
7 lines
258 B
Plaintext
7 lines
258 B
Plaintext
worker {
|
|
bind_socket = "*: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"
|
|
}
|