|
1 $ swaks -f hans@example.com -t foo@schlittermann.de --pipe 'exim -bhc 8.8.4.4' -q rcpt |
|
2 === Trying pipe to exim -bhc 8.8.4.4... |
|
3 <- **** SMTP testing session as if from host 8.8.4.4 |
|
4 <- **** This is not for real! |
|
5 <- 220 hs12.schlittermann.de ESMTP Exim 4.85_RC1-53-a466d09-XX Fri, 20 Mar 2015 12:37:17 +0100 |
|
6 … |
|
7 -> RCPT TO:<foobar@schlittermann.de> |
|
8 >>> using ACL "acl_check_rcpt" |
|
9 >>> check !verify = recipient/callout=use_sender,defer_ok |
|
10 >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> |
|
11 >>> routing foobar@schlittermann.de |
|
12 >>> schlittermann.de in "! +local_domains"? yes (end of list) |
|
13 >>> calling dnslookup router |
|
14 … |
|
15 >>> routed by dnslookup router |
|
16 >>> Attempting full verification using callout |
|
17 >>> Connecting to ssl.schlittermann.de [212.80.235.130]:25 ... connected |
|
18 >>> SMTP<< 220 ssl.schlittermann.de ESMTP Exim (mx) 4.80 Fri, 20 Mar 2015 12:37:20 +0100 |
|
19 >>> SMTP>> STARTTLS |
|
20 >>> SMTP<< 220 TLS go ahead |
|
21 >>> SMTP>> MAIL FROM:<hans@example.com> |
|
22 >>> SMTP<< 250 OK |
|
23 >>> SMTP>> RCPT TO:<foobar@schlittermann.de> |
|
24 >>> SMTP<< 550-recipient verify failed |
|
25 >>> 550 Server time: Fri, 20 Mar 2015 12:37:20 +0100 |
|
26 >>> SMTP>> QUIT |
|
27 >>> ----------- end verify ------------ |
|
28 <** 550-Callout verification failed: |
|
29 <** 550-550-recipient verify failed |
|
30 <** 550 550 Server time: Fri, 20 Mar 2015 12:37:20 +0100 |
|
31 -> QUIT |