summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0210
blob: ff6d03a9e97c340b5b13e43036ced10f6eb24816 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Unprivileged use of -f <>
need_ipv4
#
server PORT_S
220 ESMTP
EHLO
250-OK
250 HELP
MAIL FROM:
250 Sender OK
RCPT TO:
250 OK
DATA
345 Send it
.
250 OK
QUIT
250 OK
****
exim -odi -f '<>' file@test.ex pipe@test.ex smtp@test.ex
This is a test message.
****