-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,5 @@ require ( | |
github.com/spf13/cobra v0.0.3 | ||
github.com/spf13/pflag v1.0.3 // indirect | ||
) | ||
|
||
go 1.13 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
2020-01-30T06:26:05.404714+09:00 mail postfix/smtpd[1830]: connect from example.com[127.0.0.1] | ||
2020-01-30T06:26:05.404714+09:00 mail postfix/smtpd[1830]: C6E0DDB74006: client=example.com[127.0.0.1] | ||
2020-01-30T06:26:05.404714+09:00 mail postfix/cleanup[1894]: C6E0DDB74006: message-id=<[email protected]> | ||
2020-01-30T06:26:05.404714+09:00 mail postfix/qmgr[18719]: C6E0DDB74006: from=<[email protected]>, size=309891, nrcpt=1 (queue active) | ||
2020-01-30T06:26:05.404714+09:00 mail postfix/smtpd[1830]: disconnect from example.com[127.0.0.1] | ||
2020-01-30T06:26:06.404714+09:00 mail postfix/smtpd[1827]: connect from example.com[127.0.0.1] | ||
2020-01-30T06:26:06.404714+09:00 mail postfix/smtpd[1827]: 3D74ADB7400B: client=example.com[127.0.0.1] | ||
2020-01-30T06:26:06.404714+09:00 mail postfix/cleanup[1695]: 3D74ADB7400B: message-id=<[email protected]> | ||
2020-01-30T06:26:06.404714+09:00 mail postfix/smtpd[1827]: disconnect from example.com[127.0.0.1] | ||
2020-01-30T06:26:06.404714+09:00 mail postfix/qmgr[18719]: 3D74ADB7400B: from=<[email protected]>, size=2140, nrcpt=1 (queue active) | ||
2020-01-30T06:26:07.404714+09:00 mail postfix/smtp[1810]: 3D74ADB7400B: to=<[email protected]>, relay=example.to[192.168.0.20]:25, delay=1.7, delays=0.02/0/1.7/0.06, dsn=2.0.0, status=sent (250 [Sniper] OK 1539154772 snipe-queue 10549) | ||
2020-01-30T06:26:07.404714+09:00 mail postfix/smtp[1810]: 3D74ADB7400B: to=<[email protected]>, relay=example.to[192.168.0.20]:25, delay=1.7, delays=0.02/0/1.7/0.06, dsn=2.0.0, status=sent (250 [Sniper] OK 1539154772 snipe-queue 10549) | ||
2020-01-30T06:26:07.404714+09:00 mail postfix/qmgr[18719]: 3D74ADB7400B: removed | ||
2020-01-30T06:26:08.404714+09:00 mail postfix/smtpd[1830]: connect from example.com[127.0.0.1] | ||
2020-01-30T06:26:08.404714+09:00 mail postfix/smtpd[1830]: 6526CDB7400B: client=example.com[127.0.0.1] | ||
2020-01-30T06:26:08.404714+09:00 mail postfix/cleanup[1894]: 6526CDB7400B: message-id=<[email protected]> | ||
2020-01-30T06:26:08.404714+09:00 mail postfix/smtpd[1830]: disconnect from example.com[127.0.0.1] | ||
2020-01-30T06:26:08.404714+09:00 mail postfix/qmgr[18719]: 6526CDB7400B: from=<[email protected]>, size=4118, nrcpt=1 (queue active) | ||
2020-01-30T06:26:08.404714+09:00 mail postfix/smtp[1417]: 6526CDB7400B: to=<[email protected]>, relay=example.ccc[192.168.0.10]:25, delay=0.1, delays=0.02/0/0.03/0.05, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 71111424269E) | ||
2020-01-30T06:26:08.404714+09:00 mail postfix/qmgr[18719]: 6526CDB7400B: removed | ||
2020-01-30T06:26:09.404714+09:00 mail postfix/smtp[1874]: C6E0DDB74006: to=<[email protected]>, relay=example.ddd[192.168.0.30]:25, delay=3.4, delays=0.11/0/0.38/2.9, dsn=2.0.0, status=sent (250 2.0.0 OK 1539154772 az9-v6si5976496plb.190 - gsmtp) | ||
2020-01-30T06:26:09.404714+09:00 mail postfix/qmgr[18719]: C6E0DDB74006: removed |