git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix error codes in ACL-time quota checking
[exim.git]
/
test
/
confs
/
0622
diff --git
a/test/confs/0622
b/test/confs/0622
index 5dc3e0f94d785fe3a3e2a779d002a01d49575b3d..8f9d71980022f297afd2a4decdc7a192f79c375e 100644
(file)
--- a/
test/confs/0622
+++ b/
test/confs/0622
@@
-1,24
+1,20
@@
# Exim test configuration 0622
SERVER=
# Exim test configuration 0622
SERVER=
+HAP=
.include DIR/aux-var/std_conf_prefix
primary_hostname = myhost.test.ex
.include DIR/aux-var/std_conf_prefix
primary_hostname = myhost.test.ex
-log_selector = +pipelining +received_recipients
+log_selector = +pipelining +received_recipients
+smtp_connection
# ----- Main settings -----
# ----- Main settings -----
-acl_smtp_connect = check_connect
acl_smtp_rcpt = check_rcpt
begin acl
acl_smtp_rcpt = check_rcpt
begin acl
-check_connect:
- accept
- logwrite = :main:New connection
-
check_rcpt:
defer
condition = ${if eq {$acl_m0}{1}}
check_rcpt:
defer
condition = ${if eq {$acl_m0}{1}}
@@
-67,6
+63,7
@@
send_to_server:
hosts = 127.0.0.1
port = PORT_D
max_rcpt = 0
hosts = 127.0.0.1
port = PORT_D
max_rcpt = 0
+ HAP
# ----- Retry -----
# ----- Retry -----