summaryrefslogtreecommitdiff
path: root/test/scripts/4620-SRS/4620
blob: 4a126b8b905f9ec6f48552efdc4d0d2833ece0ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SRS native implementation
#
exim -bd -DSERVER=server -oX 127.0.0.1:PORT_S
****
# Inject a message; will be passed on to remote and queued there
exim -odi redirect@test.ex
Message body
****
# Run the queue for the remote, will generate bounce which is queued
exim -q
****
# Run the queue for the remote, will send bounce to origin
exim -q
****
#
killdaemon