- Fixed indentation

This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-21 15:40:14 +02:00
parent bf5a1eb930
commit 10f50acce8
1 changed files with 17 additions and 14 deletions

View File

@ -270,15 +270,15 @@ set
{
known-users
{
minimum-reputation-score 24;
sasl-bypass yes;
}
minimum-reputation-score 24;
sasl-bypass yes;
}
disabled-when
{
reputation-gathering 1w;
start-delay 3m;
}
reputation-gathering 1w;
start-delay 3m;
}
}
}
```
@ -297,16 +297,19 @@ I don't know if this can be common config, there was a reason I kept it
drpass
{
restart "restart";
die "die";
restart "restart";
die "die";
}
log {
source {
all;
!debug;
}
destination { syslog; }
log
{
source
{
all;
!debug;
}
destination { syslog; }
}
```