blob: a89c4b86a5e2ececcf21ed1511fa9421dabce10f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
LOG: smtp_connection MAIN
SMTP connection from CALLER
LOG: MAIN
<= x@y U=CALLER P=local-smtp S=sss
delivering 10HmaX-0005vi-00
LOG: MAIN
=> one <one@z> R=r1 T=t1
LOG: MAIN
Completed
LOG: MAIN
<= x@y U=CALLER P=local-smtp S=sss
LOG: delay_delivery MAIN
no immediate delivery: more than 1 messages received in one connection
LOG: MAIN REJECT
rejected MAIL command U=CALLER: too many messages in one connection
LOG: smtp_connection MAIN
SMTP connection from CALLER closed by QUIT
LOG: smtp_connection MAIN
SMTP connection from CALLER
LOG: MAIN REJECT
rejected MAIL command U=CALLER: too many messages in one connection
LOG: smtp_connection MAIN
SMTP connection from CALLER closed by QUIT
|