]> git.netwichtig.de Git - user/henk/code/exim.git/blob - 0000-Basic/0417
ac3da7d32d8411c14ec6aa363e901af20140fd4c
[user/henk/code/exim.git] / 0000-Basic / 0417
1 # smtp_return_error_details and sender verify defer
2 need_ipv4
3 #
4 exim -bs
5 mail from:<x@host.test.again.dns>
6 rcpt to:<x@y>
7 rcpt to:<a@b>
8 quit
9 ****
10 exim -DRETURN_ERROR_DETAILS=true -bs
11 mail from:<x@host.test.again.dns>
12 rcpt to:<x@y>
13 rcpt to:<a@b>
14 quit
15 ****