ph10 2006/04/20 16:43:50 BST
Added files:
exim-test/confs 9903
exim-test/log 9903
exim-test/scripts/9900-testing 9903
exim-test/stdout 9903
Log:
Special test.
Revision Changes Path
1.1 +42 -0 exim/exim-test/confs/9903 (new)
1.1 +2 -0 exim/exim-test/log/9903 (new)
1.1 +19 -0 exim/exim-test/scripts/9900-testing/9903 (new)
1.1 +18 -0 exim/exim-test/stdout/9903 (new)
Index: 9903
====================================================================
# Exim test configuration 9903
exim_path = EXIM_PATH
host_lookup_order = bydns
rfc1413_query_timeout = 0s
spool_directory = DIR/spool
log_file_path = DIR/spool/log/%slog
gecos_pattern = ""
gecos_name = CALLER_NAME
# ----- Main settings -----
primary_hostname = myhost.text.ex
qualify_domain = test.ex
# ----- Routers -----
begin routers
r1:
driver = accept
transport = smtp
# ----- Transports -----
begin transports
smtp:
driver = smtp
port = PORT_S
hosts = 127.0.0.1
allow_localhost
# ----- Retry -----
begin retry
* * F,1s,1s
# End
Index: 9903
====================================================================
1999-03-02 09:44:33 10HmaX-0005vi-00 <= CALLER@??? U=CALLER P=local S=sss
1999-03-02 09:44:33 10HmaX-0005vi-00 == userx@??? R=r1 T=smtp defer (-44): SMTP error from remote mail server after RCPT TO:<userx@???>: host 127.0.0.1 [127.0.0.1]: 451 Recipient not OK
Index: 9903
====================================================================
# failure to lock retry database
need_ipv4
#
server PORT_S
220 ESMTP
EHLO
250-OK
250 HELP
MAIL FROM:
250 Sender OK
RCPT TO:
451 Recipient not OK
QUIT
250 OK
****
exim -odi userx@???
****
dump retry
no_msglog_check
Index: 9903
====================================================================
+++++++++++++++++++++++++++
R:userx@??? -44 13121 SMTP error from remote mail server after RCPT TO:<userx@???>: host 127.0.0.1 [127.0.0.1]: 451 Recipient not OK
first failed = time last try = time2 next try = time2 + 1
******** SERVER ********
Listening on port 1224 ...
Connection request from [127.0.0.1]
220 ESMTP
EHLO myhost.text.ex
250-OK
250 HELP
MAIL FROM:<CALLER@???>
250 Sender OK
RCPT TO:<userx@???>
451 Recipient not OK
QUIT
250 OK
End of script