On 13.02.25 20:40, Andreas Haerter via dovecot wrote:
On 11.02.25 13:26, Ken Wright via dovecot wrote:
I've searched the dovecot.conf file thoroughly and can't find any
unclosed brackets.  Should I post the whole thing (with appropriate
obfuscation, of course)?

A quick check would be if there is a different count { and }:
diff <(grep -E "}" -c -r /etc/dovecot) <(grep -E "}" -c -r /etc/dovecot)

This executes
   grep -E "}" -c -r /etc/dovecot
and
   grep -E "}" -c -r /etc/dovecot
and prints any differences via diff


Sorry, I switched { in the first calls. Correct is the following for sure:

A quick check would be if there is a different count of "{" and "}":
diff <(grep -E "{" -c -r /etc/dovecot) <(grep -E "}" -c -r /etc/dovecot)

This executes
  grep -E "{" -c -r /etc/dovecot
and
  grep -E "}" -c -r /etc/dovecot
and prints any differences via diff

--
Regards,
Andreas Haerter

foundata GmbH
Steinhäuserstr. 20
76135 Karlsruhe

Sitz der Gesellschaft: Karlsruhe
Registergericht: Amtsgericht Mannheim, HRB 714807
Geschäftsführung: Andreas Haerter
USt-IdNr.: DE284122682
_______________________________________________
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org

Reply via email to