fsl.dovecot 495 B

1234567891011121314151617181920212223242526272829
  1. ##
  2. ## fsl.dovecot -- OSSP fsl configuration
  3. ##
  4. ident (dovecot.*)/.+ q{
  5. prefix(
  6. prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
  7. )
  8. -> {
  9. debug: file(
  10. path="@l_prefix@/var/dovecot/log/dovecot.log",
  11. perm=0600
  12. )
  13. }
  14. };
  15. ident (deliver(.*))/.+ q{
  16. prefix(
  17. prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
  18. )
  19. -> {
  20. debug: file(
  21. path="@l_prefix@/var/dovecot/log/deliver.log",
  22. perm=0600
  23. )
  24. }
  25. };