Drop server_realm from heimdal_gssapi
[exim.git] / test / stderr / 0021
CommitLineData
54c5ebb1
PH
1Exim version x.yz ....
2configuration file is TESTSUITE/test-config
3trusted user
4admin user
5host in hosts_connection_nolog? no (option unset)
6LOG: smtp_connection MAIN
7 SMTP connection from CALLER
8host in host_lookup? no (option unset)
9host in host_reject_connection? no (option unset)
10host in sender_unqualified_hosts? no (option unset)
11host in recipient_unqualified_hosts? no (option unset)
12host in helo_verify_hosts? no (option unset)
13host in helo_try_verify_hosts? no (option unset)
14host in helo_accept_junk_hosts? no (option unset)
15using ACL "connect"
16processing "deny"
17check hosts = : 10.9.8.7
18host in ": 10.9.8.7"? no (end of list)
19deny: condition test failed
20processing "drop"
21check hosts = 10.9.8.9
22host in "10.9.8.9"? no (end of list)
23drop: condition test failed
24processing "accept"
25check logwrite = $sender_host_address accepted by connect ACL
26 = 10.9.8.8 accepted by connect ACL
27LOG: MAIN
28 10.9.8.8 accepted by connect ACL
29accept: condition test succeeded
30using ACL "mail"
31processing "warn"
32check senders = ok@test3
33address match: subject=bad@test1 pattern=ok@test3
34bad@test1 in "ok@test3"? no (end of list)
35warn: condition test failed
36processing "accept"
37check senders = ok@test1 : ok@test3
38address match: subject=bad@test1 pattern=ok@test1
39address match: subject=bad@test1 pattern=ok@test3
40bad@test1 in "ok@test1 : ok@test3"? no (end of list)
41accept: condition test failed
42end of ACL "mail": implicit DENY
43LOG: MAIN REJECT
44 H=[10.9.8.8] U=CALLER rejected MAIL <bad@test1>
45using ACL "mail"
46processing "warn"
47check senders = ok@test3
48address match: subject=ok@test1 pattern=ok@test3
49test1 in "test3"? no (end of list)
50ok@test1 in "ok@test3"? no (end of list)
51warn: condition test failed
52processing "accept"
53check senders = ok@test1 : ok@test3
54address match: subject=ok@test1 pattern=ok@test1
55test1 in "test1"? yes (matched "test1")
56ok@test1 in "ok@test1 : ok@test3"? yes (matched "ok@test1")
57check verify = sender
58ok in "!bad"? yes (end of list)
59----------- end verify ------------
60sender ok@test1 verified ok
ca86f471
PH
61check logwrite = :main,reject: mail accepted "$smtp_command" "$smtp_command_argument"
62 = :main,reject: mail accepted "mail from:<ok@test1>" "<ok@test1>"
54c5ebb1 63LOG: MAIN REJECT
ca86f471 64 mail accepted "mail from:<ok@test1>" "<ok@test1>"
54c5ebb1
PH
65accept: condition test succeeded
66using ACL "rcpt"
67processing "accept"
68check senders = +ok_senders
69address match: subject=ok@test1 pattern=ok@somewhere
70test1 in "somewhere"? no (end of list)
71address match: subject=ok@test1 pattern=ok@test1
72test1 in "test1"? yes (matched "test1")
73ok@test1 in "ok@somewhere : ok@test1 : ok@test3"? yes (matched "ok@test1")
74ok@test1 in "+ok_senders"? yes (matched "+ok_senders")
75check sender_domains = +ok_sender_domains
76test1 in "somewhere : test1 : test3"? yes (matched "test1")
77test1 in "+ok_sender_domains"? yes (matched "+ok_sender_domains")
78check logwrite = :panic: rcpt accepted
79LOG: PANIC
80 rcpt accepted
81accept: condition test succeeded
82using ACL "rcpt"
83processing "accept"
84check senders = +ok_senders
85cached yes match for +ok_senders
86cached lookup data = NULL
87ok@test1 in "+ok_senders"? yes (matched "+ok_senders" - cached)
88check sender_domains = +ok_sender_domains
89cached yes match for +ok_sender_domains
90test1 in "+ok_sender_domains"? yes (matched "+ok_sender_domains" - cached)
91check logwrite = :panic: rcpt accepted
92LOG: PANIC
93 rcpt accepted
94accept: condition test succeeded
95LOG: smtp_connection MAIN
96 SMTP connection from CALLER closed by QUIT
97>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
981999-03-02 09:44:33 ACL "warn" with "message" setting found in a non-message (EHLO or HELO) ACL: cannot specify header lines here: message ignored
99Exim version x.yz ....
100configuration file is TESTSUITE/test-config
101trusted user
102admin user
103host in hosts_connection_nolog? no (option unset)
104LOG: smtp_connection MAIN
105 SMTP connection from CALLER
106host in host_lookup? no (option unset)
107host in host_reject_connection? no (option unset)
108host in sender_unqualified_hosts? no (option unset)
109host in recipient_unqualified_hosts? no (option unset)
110host in helo_verify_hosts? no (option unset)
111host in helo_try_verify_hosts? no (option unset)
112host in helo_accept_junk_hosts? no (option unset)
113using ACL "connect"
114processing "deny"
115check hosts = : 10.9.8.7
116host in ": 10.9.8.7"? no (end of list)
117deny: condition test failed
118processing "drop"
119check hosts = 10.9.8.9
120host in "10.9.8.9"? no (end of list)
121drop: condition test failed
122processing "accept"
123check logwrite = $sender_host_address accepted by connect ACL
124 = 10.9.8.8 accepted by connect ACL
125LOG: MAIN
126 10.9.8.8 accepted by connect ACL
127accept: condition test succeeded
128using ACL "mail"
129processing "warn"
130check senders = ok@test3
131address match: subject=ok@test3 pattern=ok@test3
132test3 in "test3"? yes (matched "test3")
133ok@test3 in "ok@test3"? yes (matched "ok@test3")
134warn: condition test succeeded
135processing "accept"
136check senders = ok@test1 : ok@test3
137address match: subject=ok@test3 pattern=ok@test1
138test3 in "test1"? no (end of list)
139address match: subject=ok@test3 pattern=ok@test3
140test3 in "test3"? yes (matched "test3")
141ok@test3 in "ok@test1 : ok@test3"? yes (matched "ok@test3")
142check verify = sender
143ok in "!bad"? yes (end of list)
144----------- end verify ------------
145sender ok@test3 verified ok
ca86f471
PH
146check logwrite = :main,reject: mail accepted "$smtp_command" "$smtp_command_argument"
147 = :main,reject: mail accepted "mail from:<ok@test3>" "<ok@test3>"
54c5ebb1 148LOG: MAIN REJECT
ca86f471 149 mail accepted "mail from:<ok@test3>" "<ok@test3>"
54c5ebb1
PH
150accept: condition test succeeded
151using ACL "rcpt"
152processing "accept"
153check senders = +ok_senders
154address match: subject=ok@test3 pattern=ok@somewhere
155test3 in "somewhere"? no (end of list)
156address match: subject=ok@test3 pattern=ok@test1
157test3 in "test1"? no (end of list)
158address match: subject=ok@test3 pattern=ok@test3
159test3 in "test3"? yes (matched "test3")
160ok@test3 in "ok@somewhere : ok@test1 : ok@test3"? yes (matched "ok@test3")
161ok@test3 in "+ok_senders"? yes (matched "+ok_senders")
162check sender_domains = +ok_sender_domains
163test3 in "somewhere : test1 : test3"? yes (matched "test3")
164test3 in "+ok_sender_domains"? yes (matched "+ok_sender_domains")
165check logwrite = :panic: rcpt accepted
166LOG: PANIC
167 rcpt accepted
168accept: condition test succeeded
169host in ignore_fromline_hosts? no (option unset)
170>>Headers added by MAIL or RCPT ACL:
171 X-ACL-Warn: added header line
172>>
173LOG: MAIN
174 <= ok@test3 H=[10.9.8.8] U=CALLER P=smtp S=sss
175Exim version x.yz ....
176configuration file is TESTSUITE/test-config
177trusted user
178admin user
179skipping ACL configuration - not needed
180x in "!bad"? yes (end of list)
181LOG: MAIN
182 => x <x@y> R=accept T=appendfile
183LOG: MAIN
184 Completed
185>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
186LOG: smtp_connection MAIN
187 SMTP connection from CALLER closed by QUIT
188>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
ca86f471
PH
1891999-03-02 09:44:33 ACL "warn" with "message" setting found in a non-message (EHLO or HELO) ACL: cannot specify header lines here: message ignored
1901999-03-02 09:44:33 rcpt accepted