fsl.dbmail 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. ##
  2. ## fsl.dbmail -- OSSP fsl configuration
  3. ##
  4. ident (dbmail/imap4d)/.+ q{
  5. prefix(
  6. prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
  7. )
  8. -> {
  9. debug: file(
  10. path="@l_prefix@/var/dbmail/log/dbmail-imapd.log",
  11. perm=0600
  12. )
  13. }
  14. };
  15. ident (dbmail/lmtpd)/.+ q{
  16. prefix(
  17. prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
  18. )
  19. -> {
  20. debug: file(
  21. path="@l_prefix@/var/dbmail/log/dbmail-lmtpd.log",
  22. perm=0600
  23. )
  24. }
  25. };
  26. ident (dbmail/pop3d)/.+ q{
  27. prefix(
  28. prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
  29. )
  30. -> {
  31. debug: file(
  32. path="@l_prefix@/var/dbmail/log/dbmail-pop3d.log",
  33. perm=0600
  34. )
  35. }
  36. };
  37. ident (dbmail/timsieved)/.+ q{
  38. prefix(
  39. prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
  40. )
  41. -> {
  42. debug: file(
  43. path="@l_prefix@/var/dbmail/log/dbmail-timsieved.log",
  44. perm=0600
  45. )
  46. }
  47. };
  48. ident (dbmail/smtp)/.+ q{
  49. prefix(
  50. prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
  51. )
  52. -> {
  53. debug: file(
  54. path="@l_prefix@/var/dbmail/log/dbmail-smtp.log",
  55. perm=0600
  56. )
  57. }
  58. };
  59. ident (dbmail/sievecmd)/.+ q{
  60. prefix(
  61. prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
  62. )
  63. -> {
  64. debug: file(
  65. path="@l_prefix@/var/dbmail/log/dbmail-sievecmd.log",
  66. perm=0600
  67. )
  68. }
  69. };
  70. ident (dbmail/adduser)/.+ q{
  71. prefix(
  72. prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
  73. )
  74. -> {
  75. debug: file(
  76. path="@l_prefix@/var/dbmail/log/dbmail-adduser.log",
  77. perm=0600
  78. )
  79. }
  80. };
  81. ident (dbmail/maintenance)/.+ q{
  82. prefix(
  83. prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
  84. )
  85. -> {
  86. debug: file(
  87. path="@l_prefix@/var/dbmail/log/dbmail-maint.log",
  88. perm=0600
  89. )
  90. }
  91. };
  92. ident (dbmail/.+)/.+ q{
  93. prefix(
  94. prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
  95. )
  96. -> {
  97. debug: file(
  98. path="@l_prefix@/var/dbmail/log/dbmail-misc.log",
  99. perm=0600
  100. )
  101. }
  102. };