Skip to content

Commit 714405f

Browse files
committed
Revert "sample: remove logs"
This reverts commit 1ebf6b5.
1 parent 39d2d74 commit 714405f

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Sample log file
2+
!sample/sample.log
3+
14
# Nix
25
result
36
result-*

sample/sample.log

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Feb 17 06:01:45 hostname postfix/smtp[17553]: DE82B40611: to=<[email protected]>, relay=mx.domain.com[123.123.12.123]:25, delay=30, delays=29/0/0.12/0.27, dsn=2.6.0, status=sent (250 2.6.0 <[email protected]> Queued mail for delivery)
2+
Feb 17 06:01:44 hostname postfix/qmgr[1544]: DE82B40611: from=<[email protected]>, size=288, nrcpt=1 (queue active)
3+
4+
Jul 26 04:18:34 mx12 postfix/pickup[20280]: 3mfHGL1r9gzyQP: uid=1208 from=<[email protected]>
5+
Jul 26 04:18:34 mx12 postfix/cleanup[20659]: 3mfHGL1r9gzyQP: message-id=<[email protected]>
6+
Jul 26 04:18:34 mx12 postfix/qmgr[28761]: 3mfHGL1r9gzyQP: from=<[email protected]>, size=813, nrcpt=1 (queue active)
7+
Jul 26 04:18:34 mx12 postfix/smtp[20662]: 3mfHGL1r9gzyQP: to=<[email protected]>, relay=127.0.0.2[127.0.0.2]:25, delay=0.53, delays=0.13/0/0.23/0.16, dsn=2.0.0, status=sent (250 Queued! (#2.0.0))
8+
Jul 26 04:18:34 mx12 postfix/qmgr[28761]: 3mfHGL1r9gzyQP: removed

0 commit comments

Comments
 (0)