summaryrefslogtreecommitdiff
path: root/test/scripts/4028-GnuTLS-socks/4028
blob: 1692beaa8c8a886bf35ded723cef4e4df8080685 (plain)
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
# socks5 proxy on smtp/starttls transport
#
munge loopback
gnutls
#
# a TLS-capable server to receive the mail
exim -DSERVER=server -bd -oX PORT_D
****
#
#
# THIS TEST ASSUMES we have a socks proxy
# running and listening on 1080
#
# a mail sender
exim -odi -bs -DOPT=
ehlo test.ex
mail from:<>
rcpt to:<userx@test.ex>
data
Date: Fri, 17 Dec 2004 14:35:01 +0100
Subject: message should be sent

via null-auth proxy
.
quit
****
#
#
killdaemon
no_msglog_check