This file is indexed.

/etc/octopussy/conf/services/Postfix.xml is in octopussy 1.0.6-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
<?xml version='1.0' encoding='UTF-8'?>
<octopussy_service description="Postfix Service"
                   icon="software/logo_postfix"
                   name="Postfix"
                   nb_messages="084"
                   version="201002100004"
                   website="http://www.postfix.org/">
  <message loglevel="Critical"
           msg_id="Postfix:postalias_error_file_parameter"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/postalias[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;fatal: file .+: parameter .+&quot;):msg@&gt;"
           rank="028"
           table="Message"
           taxonomy="Config.Errors" />
  <message loglevel="Critical"
           msg_id="Postfix:postalias_hash_failed"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;: &lt;@REGEXP(&quot;postalias hash:.+ failed&quot;):msg@&gt;"
           rank="002"
           table="Message"
           taxonomy="Config.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:not_owned_by_group"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/postfix-script: &lt;@REGEXP(&quot;warning: not owned by group \S+: .+&quot;):msg@&gt;"
           rank="003"
           table="Message"
           taxonomy="Config.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:not_setgid_executable"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/postfix-script: &lt;@REGEXP(&quot;warning: not set-gid or not owner\+group\+world executable: .+&quot;):msg@&gt;"
           rank="004"
           table="Message"
           taxonomy="Config.Errors" />
  <message loglevel="Information"
           msg_id="Postfix:starting_postfix_mail_system"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/postfix-script: &lt;@REGEXP(&quot;starting the Postfix mail system&quot;):msg@&gt;"
           rank="005"
           table="Message"
           taxonomy="System" />
  <message loglevel="Warning"
           msg_id="Postfix:conf_problem"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/smtp[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;warning: .+ configuration problem&quot;):msg@&gt; "
           rank="007"
           table="Message"
           taxonomy="Config.Errors" />
  <message loglevel="Information"
           msg_id="Postfix:succeeded"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix:\s+succeeded&quot;):msg@&gt;"
           rank="008"
           table="Message"
           taxonomy="System" />
  <message loglevel="Warning"
           msg_id="Postfix:stopping_postfix_mail_system"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/postfix-script: &lt;@REGEXP(&quot;stopping the Postfix mail system&quot;):msg@&gt; "
           rank="009"
           table="Message"
           taxonomy="System" />
  <message loglevel="Warning"
           msg_id="Postfix:cannot_flush_mailq"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/postqueue[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;fatal: Cannot flush mail queue - mail system is down&quot;):msg@&gt; "
           rank="010"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:terminating_on_signal"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/master[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;terminating on signal \d+&quot;):msg@&gt;"
           rank="011"
           table="Message"
           taxonomy="System" />
  <message loglevel="Critical"
           msg_id="Postfix:config_variable_error"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;fatal: config variable .+&quot;):msg@&gt;"
           rank="012"
           table="Message"
           taxonomy="Config.Errors" />
  <message loglevel="Information"
           msg_id="Postfix:deleted_message"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/postsuper[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;Deleted: \d+ message.*&quot;):msg@&gt; "
           rank="013"
           table="Message"
           taxonomy="System" />
  <message loglevel="Information"
           msg_id="Postfix:traffic_from"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/qmgr[&lt;@NUMBER:NULL@&gt;]: &lt;@WORD:mail_id@&gt;: from=&lt;&lt;@EMAIL:sender@&gt;&gt;, size=&lt;@NUMBER:size@&gt;, nrcpt=&lt;@NUMBER:nrcpt@&gt; &lt;@STRING:NULL@&gt; "
           rank="014"
           table="Mail_Traffic"
           taxonomy="Email.Traffic" />
  <message loglevel="Information"
           msg_id="Postfix:traffic_to"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/&lt;@WORD:NULL@&gt;[&lt;@NUMBER:NULL@&gt;]: &lt;@WORD:mail_id@&gt;: to=&lt;&lt;@EMAIL:recipient@&gt;&gt;, relay=&lt;@WORD:relay@&gt;, delay=&lt;@FLOAT_NUMBER:delay@&gt;, status=&lt;@STRING:status@&gt; "
           rank="015"
           table="Mail_Traffic"
           taxonomy="Email.Traffic" />
  <message loglevel="Information"
           msg_id="Postfix:traffic_messageid"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/cleanup[&lt;@NUMBER:NULL@&gt;]: &lt;@WORD:mail_id@&gt;: message-id=&lt;@WORD:msg_id@&gt;"
           rank="006"
           table="Mail_Traffic"
           taxonomy="Email.Traffic" />
  <message loglevel="Information"
           msg_id="Postfix:traffic_removed"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/&lt;@WORD:NULL@&gt;[&lt;@NUMBER:NULL@&gt;]: &lt;@WORD:mail_id@&gt;: &lt;@REGEXP(&quot;removed&quot;):status@&gt; "
           rank="016"
           table="Mail_Traffic"
           taxonomy="Email.Traffic" />
  <message loglevel="Information"
           msg_id="Postfix:anvil_statistics"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/anvil[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;statistics: .+&quot;):msg@&gt;"
           rank="017"
           table="Message"
           taxonomy="System" />
  <message loglevel="Information"
           msg_id="Postfix:traffic_client"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/smtpd[&lt;@NUMBER:NULL@&gt;]: &lt;@WORD:mail_id@&gt;: client=&lt;@WORD:client@&gt;"
           rank="018"
           table="Mail_Traffic"
           taxonomy="Email.Traffic" />
  <message loglevel="Notice"
           msg_id="Postfix:connect_disconnect_from"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/smtpd[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;.+onnect from .+&quot;):msg@&gt;"
           rank="001"
           table="Message"
           taxonomy="Network" />
  <message loglevel="Critical"
           msg_id="Postfix:fatal_parameter_error"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix.*&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;fatal: parameter \S+: .+&quot;):msg@&gt;"
           rank="019"
           table="Message"
           taxonomy="Config.Errors" />
  <message loglevel="Information"
           msg_id="Postfix:scache_statistics"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/scache[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;statistics: .+&quot;):msg@&gt;"
           rank="020"
           table="Message"
           taxonomy="System" />
  <message loglevel="Warning"
           msg_id="Postfix:failed"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix:  failed&quot;):msg@&gt; "
           rank="021"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Critical"
           msg_id="Postfix:fatal_error_usage"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/postqueue[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;fatal: usage: .+&quot;):msg@&gt;"
           rank="022"
           table="Message"
           taxonomy="Config.Errors" />
  <message loglevel="Information"
           msg_id="Postfix:cleanup_resent_messageid"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/cleanup[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;\S+: resent-message-id=.+&quot;):msg@&gt;"
           rank="023"
           table="Message"
           taxonomy="System" />
  <message loglevel="Notice"
           msg_id="Postfix:timeout_after_eom"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/smtpd[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;timeout after END-OF-MESSAGE from .+&quot;):msg@&gt;"
           rank="024"
           table="Message"
           taxonomy="System" />
  <message loglevel="Warning"
           msg_id="Postfix:relay_access_denied"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/smtpd[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;NOQUEUE: reject: RCPT from .+: Relay access denied;.+&quot;):msg@&gt;"
           rank="025"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:lost_connection_after_cmd"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/smtpd[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;lost connection after \S+ from .+&quot;):msg@&gt;"
           rank="026"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:illegal_address_syntax"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/smtpd[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;warning: Illegal address syntax from .+ in \S+ command: .+&quot;):msg@&gt;"
           rank="027"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Notice"
           msg_id="Postfix:daemon_started"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/master[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;daemon started -- version \S+, configuration .+&quot;):msg@&gt;"
           rank="029"
           table="Message"
           taxonomy="System" />
  <message loglevel="Warning"
           msg_id="Postfix:mail_system_running"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/postfix-script: &lt;@REGEXP(&quot;fatal: the Postfix mail system is \S+ running&quot;):msg@&gt; "
           rank="030"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:no_space_left_device"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/postdrop[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;warning:.+: No space left on device&quot;):msg@&gt; "
           rank="031"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:error_writing_message"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/sendmail[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;fatal:.+: Error writing message file&quot;):msg@&gt; "
           rank="032"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:address_not_listed"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/smtpd[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;warning: .+ address not listed for hostname .+&quot;):msg@&gt;"
           rank="033"
           table="Message"
           taxonomy="System" />
  <message loglevel="Warning"
           msg_id="Postfix:premature_end_of_input"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/smtpd[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;warning: premature end-of-input on private/rewrite socket while reading input attribute name&quot;):msg@&gt; "
           rank="034"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:problem_talking_service_rewrite"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/smtpd[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;warning: problem talking to service rewrite: .+&quot;):msg@&gt;"
           rank="035"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:table_lookup_problem"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/trivial-rewrite[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;fatal: .+ table lookup problem&quot;):msg@&gt; "
           rank="036"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:process_exit_status"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/master[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;warning: process .+ exit status .+&quot;):msg@&gt; "
           rank="037"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:unable_bind_ldap_server"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/trivial-rewrite[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;warning: dict_ldap_connect: Unable to bind to server.+&quot;):msg@&gt; "
           rank="038"
           table="Message"
           taxonomy="Network.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:bad_command"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/master[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;warning: .+ bad command .+&quot;):msg@&gt;"
           rank="039"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:connection_concurrency_limit_exceeded"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/smtpd[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;warning: Connection concurrency limit exceeded: .+&quot;):msg@&gt; "
           rank="040"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:watchdog_timeout"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/smtpd[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;fatal: watchdog timeout&quot;):msg@&gt; "
           rank="041"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:timeout_socket"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/smtpd[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;warning: timeout on private/rewrite socket while reading input attribute name&quot;):msg@&gt; "
           rank="042"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:dict_ldap_lookup_error"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/trivial-rewrite[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;warning: dict_ldap_lookup: .+&quot;):msg@&gt;"
           rank="043"
           table="Message"
           taxonomy="Network.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:reply_broken_pipe"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/trivial-rewrite[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;warning: write rewrite reply: Broken pipe&quot;):msg@&gt; "
           rank="044"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:reload_configuration"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/master[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;reload .*configuration .+&quot;):msg@&gt;"
           rank="045"
           table="Message"
           taxonomy="Config.Changes" />
  <message loglevel="Information"
           msg_id="Postfix:traffic_to2"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/&lt;@WORD:NULL@&gt;[&lt;@NUMBER:NULL@&gt;]: &lt;@WORD:mail_id@&gt;: to=&lt;&lt;@EMAIL:recipient@&gt;&gt;, relay=&lt;@WORD:relay@&gt;, delay=&lt;@FLOAT_NUMBER:delay@&gt;, &lt;@STRING:NULL@&gt;, dsn=&lt;@WORD:NULL@&gt;, status=&lt;@STRING:status@&gt; "
           rank="046"
           table="Mail_Traffic"
           taxonomy="Email.Traffic" />
  <message loglevel="Warning"
           msg_id="Postfix:support_will_be_removed"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/smtpd[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;warning: support for restriction .+ will be removed from Postfix; use .+ instead&quot;):msg@&gt; "
           rank="047"
           table="Message"
           taxonomy="Config.Errors" />
  <message loglevel="Information"
           msg_id="Postfix:traffic_from2"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/pickup[&lt;@NUMBER:NULL@&gt;]: &lt;@WORD:mail_id@&gt;: uid=&lt;@NUMBER:NULL@&gt; from=&lt;&lt;@EMAIL:sender@&gt;&gt; "
           rank="048"
           table="Mail_Traffic"
           taxonomy="Email.Traffic" />
  <message loglevel="Information"
           msg_id="Postfix:traffic_to3"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/smtp[&lt;@NUMBER:NULL@&gt;]: &lt;@WORD:mail_id@&gt;: to=&lt;&lt;@EMAIL:recipient@&gt;&gt;, relay=&lt;@WORD:relay@&gt;, conn_use=&lt;@NUMBER:NULL@&gt;, delay=&lt;@FLOAT_NUMBER:delay@&gt;, &lt;@STRING:NULL@&gt;, status=&lt;@STRING:status@&gt; "
           rank="049"
           table="Mail_Traffic"
           taxonomy="Email.Traffic" />
  <message loglevel="Information"
           msg_id="Postfix:traffic_orig_to"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/&lt;@WORD:NULL@&gt;[&lt;@NUMBER:NULL@&gt;]: &lt;@WORD:mail_id@&gt;: to=&lt;&lt;@EMAIL:recipient@&gt;&gt;, orig_to=&lt;@WORD:NULL@&gt;, relay=&lt;@WORD:relay@&gt;, delay=&lt;@FLOAT_NUMBER:delay@&gt;, &lt;@STRING:NULL@&gt;, status=&lt;@STRING:status@&gt;"
           rank="050"
           table="Mail_Traffic"
           taxonomy="Email.Traffic" />
  <message loglevel="Critical"
           msg_id="Postfix:fatal_open_file_directory"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/sendmail[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;fatal: open /etc/postfix/.+: No such file or directory&quot;):msg@&gt; "
           rank="051"
           table="Message"
           taxonomy="Config.Errors" />
  <message loglevel="Critical"
           msg_id="Postfix:postmap_fatal_open_file"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/postmap[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;fatal: .+ No such file or directory&quot;):msg@&gt;"
           rank="052"
           table="Message"
           taxonomy="Config.Errors" />
  <message loglevel="Critical"
           msg_id="Postfix:database_older_source_file"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/local[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;warning: database .+ is older than source file .+&quot;):msg@&gt;"
           rank="053"
           table="Message"
           taxonomy="Config.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:etc_aliases"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/postmap[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;warning: .+aliases.+&quot;):msg@&gt;"
           rank="054"
           table="Message"
           taxonomy="Config.Errors" />
  <message loglevel="Information"
           msg_id="Postfix:traffic_to4"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/&lt;@WORD:NULL@&gt;[&lt;@NUMBER:NULL@&gt;]: &lt;@WORD:mail_id@&gt;: to=&lt;&lt;@EMAIL:recipient@&gt;&gt;, relay=&lt;@WORD:relay@&gt;, delay=&lt;@NUMBER:delay@&gt;, &lt;@STRING:NULL@&gt;, dsn=&lt;@WORD:NULL@&gt;, status=&lt;@STRING:status@&gt; "
           rank="055"
           table="Mail_Traffic"
           taxonomy="Email.Traffic" />
  <message loglevel="Information"
           msg_id="Postfix:traffic_to5"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/smtp[&lt;@NUMBER:NULL@&gt;]: &lt;@WORD:mail_id@&gt;: to=&lt;&lt;@EMAIL:recipient@&gt;&gt;, relay=&lt;@WORD:relay@&gt;, conn_use=&lt;@NUMBER:NULL@&gt;, delay=&lt;@NUMBER:delay@&gt;, &lt;@STRING:NULL@&gt;, status=&lt;@STRING:status@&gt; "
           rank="056"
           table="Mail_Traffic"
           taxonomy="Email.Traffic" />
  <message loglevel="Information"
           msg_id="Postfix:traffic_orig_to3"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/&lt;@WORD:NULL@&gt;[&lt;@NUMBER:NULL@&gt;]: &lt;@WORD:mail_id@&gt;: to=&lt;&lt;@EMAIL:recipient@&gt;&gt;, orig_to=&lt;@WORD:NULL@&gt;, relay=&lt;@WORD:relay@&gt;, delay=&lt;@NUMBER:delay@&gt;, &lt;@STRING:NULL@&gt;, status=&lt;@STRING:status@&gt; "
           rank="057"
           table="Mail_Traffic"
           taxonomy="Email.Traffic" />
  <message loglevel="Warning"
           msg_id="Postfix:message_queued_n_days"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/pickup[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;warning: .+ message has been queued for \d+ days&quot;):msg@&gt;"
           rank="058"
           table="Message"
           taxonomy="Application.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:no_route_to_host"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/smtp[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;connect to .+: No route to host.*&quot;):msg@&gt;"
           rank="059"
           table="Message"
           taxonomy="Network.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:connection_timed_out"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/smtp[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;connect to .+: Connection timed out.*&quot;):msg@&gt;"
           rank="060"
           table="Message"
           taxonomy="Network.Errors" />
  <message loglevel="Notice"
           msg_id="Postfix:recipient_address_rejected"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/smtpd[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;\S+: reject: RCPT from .+: Recipient address rejected:.+&quot;):msg@&gt;"
           rank="061"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:connection_refused"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/smtp[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;connect to .+: Connection refused.*&quot;):msg@&gt;"
           rank="062"
           table="Message"
           taxonomy="Network.Errors" />
  <message loglevel="Critical"
           msg_id="Postfix:open_permission_denied"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/sendmail[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;fatal: open .+: Permission denied&quot;):msg@&gt;"
           rank="063"
           table="Message"
           taxonomy="Config.Errors" />
  <message loglevel="Information"
           msg_id="Postfix:from_no_email"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/pickup[&lt;@NUMBER:NULL@&gt;]: &lt;@WORD:mail_id@&gt;: uid=&lt;@NUMBER:NULL@&gt; from=&lt;&lt;@WORD:sender@&gt;&gt;  "
           rank="064"
           table="Mail_Traffic"
           taxonomy="Email.Traffic" />
  <message loglevel="Critical"
           msg_id="Postfix:fatal_open_database"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/&lt;@WORD:module@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;fatal: open database .+&quot;):msg@&gt;"
           rank="065"
           table="Message"
           taxonomy="Config.Errors" />
  <message loglevel="Critical"
           msg_id="Postfix:fatal_wtachdog_timeout"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/&lt;@WORD:module@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;fatal: watchdog timeout&quot;):msg@&gt;"
           rank="066"
           table="Message"
           taxonomy="Application.Errors" />
  <message loglevel="Critical"
           msg_id="Postfix:sasl_unknown_password_verifier"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/&lt;@WORD:module@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;warning: SASL authentication problem: unknown password verifier&quot;):msg@&gt;"
           rank="067"
           table="Message"
           taxonomy="Config.Errors" />
  <message loglevel="Debug"
           msg_id="Postfix:dict_eval"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;dict_eval: .+&quot;):msg@&gt;"
           rank="068"
           table="Message"
           taxonomy="Application" />
  <message loglevel="Critical"
           msg_id="Postfix:no_sasl_authentication_mechanisms"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/&lt;@WORD:module@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;fatal: no SASL authentication mechanisms&quot;):msg@&gt;"
           rank="069"
           table="Message"
           taxonomy="Config.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:sasl_no_mechanism_available"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/&lt;@WORD:module@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;warning: .+: SASL \w+ authentication failed: no mechanism available&quot;):msg@&gt;"
           rank="070"
           table="Message"
           taxonomy="Config.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:sasl_generic_failure"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/&lt;@WORD:module@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;warning: .+: SASL \w+ authentication failed: generic failure&quot;):msg@&gt;"
           rank="071"
           table="Message"
           taxonomy="Config.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:sasl_another_step_needed"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/&lt;@WORD:module@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;warning: .+: SASL \w+ authentication failed: another step is needed in authentication&quot;):msg@&gt;"
           rank="072"
           table="Message"
           taxonomy="Config.Errors" />
  <message loglevel="Notice"
           msg_id="Postfix:timeout_after"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/&lt;@WORD:module@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;timeout after \w+ from .+&quot;):msg@&gt;"
           rank="073"
           table="Message"
           taxonomy="Application.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:sasl_authentication_failed"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/&lt;@WORD:module@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;warning: .+: SASL \w+ authentication failed: .+&quot;):msg@&gt;"
           rank="074"
           table="Message"
           taxonomy="Auth.Failure" />
  <message loglevel="Warning"
           msg_id="Postfix:sasl_authentication_failure"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/&lt;@WORD:module@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;warning: SASL authentication failure: .+&quot;):msg@&gt;"
           rank="075"
           table="Message"
           taxonomy="Auth.Failure" />
  <message loglevel="Notice"
           msg_id="Postfix:refreshing_postfix_mail_system"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/&lt;@WORD:module@&gt;: &lt;@REGEXP(&quot;refreshing the Postfix mail system&quot;):msg@&gt;"
           rank="076"
           table="Message"
           taxonomy="Application" />
  <message loglevel="Critical"
           msg_id="Postfix:no_applicable_sasl_mechanisms"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/&lt;@WORD:module@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;warning: \w+: no applicable SASL mechanisms&quot;):msg@&gt;"
           rank="077"
           table="Message"
           taxonomy="Config.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:network_is_unreachable"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/smtp[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;connect to .+: Network is unreachable.*&quot;):msg@&gt;"
           rank="078"
           table="Message"
           taxonomy="Network.Errors" />
  <message loglevel="Critical"
           msg_id="Postfix:not_enough_free_space"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/smtpd[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;warning: not enough free space in mail queue:.+&quot;):msg@&gt;"
           rank="079"
           table="Message"
           taxonomy="Application.Errors" />
  <message loglevel="Critical"
           msg_id="Postfix:no_space_left"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/cleanup[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;warning: .+: write queue file: No space left on device&quot;):msg@&gt;"
           rank="080"
           table="Message"
           taxonomy="Application.Errors" />
  <message loglevel="Critical"
           msg_id="Postfix:insufficient_system_storage"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/smtpd[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;NOQUEUE: reject: MAIL from .+ Insufficient system storage.+&quot;):msg@&gt;"
           rank="081"
           table="Message"
           taxonomy="Application.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:lost_connection_server_greeting"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/smtp[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;\S+: lost connection with .+ while receiving the initial server greeting&quot;):msg@&gt;"
           rank="082"
           table="Message"
           taxonomy="Network.Errors" />
  <message loglevel="Information"
           msg_id="Postfix:traffic_orig_to2"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/&lt;@WORD:NULL@&gt;[&lt;@NUMBER:NULL@&gt;]: &lt;@WORD:mail_id@&gt;: to=&lt;&lt;@WORD:recipient@&gt;&gt;, orig_to=&lt;@WORD:NULL@&gt;, relay=&lt;@WORD:relay@&gt;, delay=&lt;@FLOAT_NUMBER:delay@&gt;, &lt;@STRING:NULL@&gt;, status=&lt;@STRING:status@&gt;"
           rank="083"
           table="Mail_Traffic"
           taxonomy="Email.Traffic" />
  <message loglevel="Warning"
           msg_id="Postfix:fatal_scan_dir_push"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix/qmgr&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;fatal: scan_dir_push: .+&quot;):msg@&gt;"
           rank="084"
           table="Message"
           taxonomy="Application.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:timeout_initial_server_greeting"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix\/smtp&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;\S+: conversation with .+ timed out while receiving the initial server greeting&quot;):msg@&gt;"
           rank="085"
           table="Message"
           taxonomy="Network.Errors" />
  <message loglevel="Notice"
           msg_id="Postfix:non_smtp_command_from"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix\/smtpd&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;warning: non-SMTP command from .+&quot;):msg@&gt;"
           rank="086"
           table="Message"
           taxonomy="Application.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:out_of_disk_space"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix.*&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;.* Unable to accept message because the server is out of disk space.*&quot;):msg@&gt;"
           rank="087"
           table="Message"
           taxonomy="Application.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:insufficient_system_storage2"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix.*&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;.* Insufficient system storage.*&quot;):msg@&gt;"
           rank="088"
           table="Message"
           taxonomy="Application.Errors" />
  <message loglevel="Critical"
           msg_id="Postfix:no_buffer_space_available"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/&lt;@WORD:module@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;.*No buffer space available&quot;):msg@&gt;"
           rank="089"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:fatal_config_variable"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/&lt;@WORD:module@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;fatal: config variable .+&quot;):msg@&gt;"
           rank="090"
           table="Message"
           taxonomy="Config.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:warning_malformed_response"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/&lt;@WORD:module@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;warning: .*malformed response&quot;):msg@&gt;"
           rank="091"
           table="Message"
           taxonomy="Application.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:transport_failure"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/&lt;@WORD:module@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;warning: transport (?:relay|smtp) failure.*&quot;):msg@&gt;"
           rank="092"
           table="Message"
           taxonomy="Application.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:filesystem_clock_behind_local"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/&lt;@WORD:module@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;warning: file system clock is \d+ seconds behind local clock&quot;):msg@&gt;"
           rank="093"
           table="Message"
           taxonomy="Application.Errors" />
  <message loglevel="Critical"
           msg_id="Postfix:fork_cannot_allocate_memory"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/&lt;@WORD:module@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;warning: .+: fork: Cannot allocate memory.*&quot;):msg@&gt;"
           rank="094"
           table="Message"
           taxonomy="System.Errors" />
  <message loglevel="Warning"
           msg_id="Postfix:timeout_end_of_data"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix\/smtp&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;\S+: conversation with .+ timed out while sending end of data -- message may be sent more than once&quot;):msg@&gt;"
           rank="095"
           table="Message"
           taxonomy="Application.Errors" />
  <message loglevel="Information"
           msg_id="Postfix:from_sender_empty"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/qmgr[&lt;@NUMBER:NULL@&gt;]: &lt;@WORD:mail_id@&gt;: from=&lt;@REGEXP(&quot;&lt;&gt;&quot;):sender@&gt;, size=&lt;@NUMBER:size@&gt;, nrcpt=&lt;@NUMBER:nrcpt@&gt; &lt;@STRING:NULL@&gt;"
           rank="096"
           table="Mail_Traffic"
           taxonomy="Email.Traffic" />
  <message loglevel="Information"
           msg_id="Postfix:sender_nondelivery_notification"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/bounce[&lt;@NUMBER:NULL@&gt;]: &lt;@WORD:mail_id@&gt;: &lt;@REGEXP(&quot;sender non-delivery notification: .+&quot;):status@&gt;"
           rank="097"
           table="Mail_Traffic"
           taxonomy="Email.Traffic" />
  <message loglevel="Information"
           msg_id="Postfix:expired_returned_to_sender"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/&lt;@WORD:NULL@&gt;[&lt;@NUMBER:NULL@&gt;]: &lt;@WORD:mail_id@&gt;: from=&lt;&lt;@EMAIL:sender@&gt;&gt;, status=&lt;@REGEXP(&quot;expired, returned to sender&quot;):status@&gt;"
           rank="098"
           table="Mail_Traffic"
           taxonomy="Email.Traffic" />
  <message loglevel="Information"
           msg_id="Postfix:expired_returned_to_sender2"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix&quot;):daemon@&gt;/&lt;@WORD:NULL@&gt;[&lt;@NUMBER:NULL@&gt;]: &lt;@WORD:mail_id@&gt;: from=&lt;@REGEXP(&quot;&lt;&gt;&quot;):sender@&gt;, status=&lt;@REGEXP(&quot;expired, returned to sender&quot;):status@&gt;"
           rank="099"
           table="Mail_Traffic"
           taxonomy="Email.Traffic" />
  <message loglevel="Notice"
           msg_id="Postfix:starting_postfix_mail_system2"
           pattern="&lt;@DATE_TIME_ISO:datetime@&gt; &lt;@WORD:device@&gt; &lt;@REGEXP(&quot;postfix.+&quot;):daemon@&gt;[&lt;@PID:pid@&gt;]: &lt;@REGEXP(&quot;starting the Postfix mail system&quot;):msg@&gt;"
           rank="100"
           table="Message"
           taxonomy="Application.Start" />
</octopussy_service>