| Summary: | при включенном режим debug создается файл /var/run/dovecot/journald | ||
|---|---|---|---|
| Product: | Branch p10 | Reporter: | Generic <postofstate> |
| Component: | dovecot | Assignee: | qa-team <qa-team> |
| Status: | CLOSED WORKSFORME | QA Contact: | qa-p10 <qa-p10> |
| Severity: | normal | ||
| Priority: | P5 | CC: | amakeenk |
| Version: | не указана | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
|
Description
Generic
2023-03-02 08:24:37 MSK
Debug я включил добавлением в /etc/dovecot/dovecot.conf следующих строк: # For debug mail_debug = yes auth_verbose = yes auth_debug = yes auth_debug_passwords = yes auth_verbose_passwords = plain Не удаётся воспроизвести: # rpm -q dovecot dovecot-2.3.19.1-alt2.x86_64 # grep -E "_debug|_verbose" /etc/dovecot/dovecot.conf mail_debug = yes auth_verbose = yes auth_debug = yes auth_debug_passwords = yes auth_verbose_passwords = plain # ls /var/run/dovecot | grep -c journal 0 # l /var/run/dovecot/journald ls: невозможно получить доступ к '/var/run/dovecot/journald': Нет такого файла или каталога |