exit(yield);
}
-/* All the modes below here require the remaining configuration sections
-to be read, except that we can skip over the ACL setting when delivering
-specific messages, or doing a queue run. (For various testing cases we could
-skip too, but as they are rare, it doesn't really matter.) The argument is TRUE
-for skipping. */
+/* We used to set up here to skip reading the ACL section, on
+ (msg_action_arg > 0 || (queue_interval == 0 && !daemon_listen)
+Now, since the intro of the ${acl } expansion, ACL definitions may be
+needed in transports so we lost the optimisation. */
-readconf_rest(msg_action_arg > 0 || (queue_interval == 0 && !daemon_listen));
+readconf_rest();
/* The configuration data will have been read into POOL_PERM because we won't
ever want to reset back past it. Change the current pool to POOL_MAIN. In fact,
extern uschar *readconf_printtime(int);
extern uschar *readconf_readname(uschar *, int, uschar *);
extern int readconf_readtime(uschar *, int, BOOL);
-extern void readconf_rest(BOOL);
+extern void readconf_rest();
extern uschar *readconf_retry_error(uschar *, uschar *, int *, int *);
extern void read_message_body(BOOL);
extern void receive_bomb_out(uschar *, uschar *);
/* Now the main function:
-Arguments:
- skip TRUE when this Exim process is doing something that will
- not need the ACL data
-
+Arguments: none
Returns: nothing
*/
static void
-readconf_acl(BOOL skip)
+readconf_acl(void)
{
uschar *p;
-/* Not receiving messages, don't need to parse the ACL data */
-
-if (skip)
- {
- DEBUG(D_acl) debug_printf("skipping ACL configuration - not needed\n");
- while ((p = get_config_line()) != NULL);
- return;
- }
-
/* Read each ACL and add it into the tree. Macro (re)definitions are allowed
between ACLs. */
switch(mid)
{
- case 0: readconf_acl(skip_acl); break;
+ case 0: readconf_acl(); break;
case 1: auths_init(); break;
case 2: local_scan_init(); break;
case 3: readconf_retries(); break;
queue_only
+# ----- ACLs ----
+
+begin acl
+
+expand_check:
+ accept message = ACL
+
# ----- Routers -----
begin routers
data = :fail: just discard
retry_use_local_part
senders = :
+ debug_print = R: $router_name (${acl {expand_check}})
client:
driver = accept
retry_use_local_part
transport = send_to_server
+ debug_print = R: $router_name (${acl {expand_check}})
# ----- Transports -----
command_timeout = 1s
hosts = 127.0.0.1
port = PORT_S
+ debug_print = T: $transport_name (${acl {expand_check}})
# ----- Retry -----
configuration file is TESTSUITE/test-config
trusted user
admin user
-skipping ACL configuration - not needed
x in "!bad"? yes (end of list)
LOG: MAIN
=> x <x@y> R=accept T=appendfile
Start queue run: pid=pppp -qq
queue running combined directories
delivering 10HmaX-0005vi-00 (queue run pid ppppp)
+R: client (ACL)
+T: send_to_server (ACL)
delivering 10HmaY-0005vi-00 (queue run pid ppppp)
+R: client (ACL)
+T: send_to_server (ACL)
queue running combined directories
delivering 10HmaX-0005vi-00 (queue run pid ppppp)
+R: client (ACL)
+T: send_to_server (ACL)
Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected
SMTP<< 220 Server ready
SMTP>> EHLO myhost.test.ex
trusted user
admin user
delivering 10HmaY-0005vi-00 (queue run pid ppppp)
+R: client (ACL)
+T: send_to_server (ACL)
SMTP>> MAIL FROM:<CALLER@test.ex>
SMTP>> RCPT TO:<b@test.ex>
SMTP>> DATA
Start queue run: pid=pppp -qq
queue running combined directories
delivering 10HmaZ-0005vi-00 (queue run pid ppppp)
+R: client (ACL)
+T: send_to_server (ACL)
delivering 10HmbA-0005vi-00 (queue run pid ppppp)
+R: client (ACL)
+T: send_to_server (ACL)
queue running combined directories
delivering 10HmaZ-0005vi-00 (queue run pid ppppp)
+R: client (ACL)
+T: send_to_server (ACL)
Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected
SMTP<< 220 Server ready
SMTP>> EHLO myhost.test.ex
LOG: MAIN
Completed
delivering 10HmbA-0005vi-00 (queue run pid ppppp)
+R: client (ACL)
+T: send_to_server (ACL)
Connecting to 127.0.0.1 [127.0.0.1]:1224 ... failed: Connection refused
LOG: MAIN
127.0.0.1 [127.0.0.1] Connection refused
LOG: queue_run MAIN
Start queue run: pid=pppp -qqf
delivering 10HmbA-0005vi-00 (queue run pid ppppp)
+R: client (ACL)
+T: send_to_server (ACL)
delivering 10HmbB-0005vi-00 (queue run pid ppppp)
+R: bounce (ACL)
LOG: MAIN
** CALLER@test.ex F=<> R=bounce: just discard
LOG: MAIN
LOG: MAIN
Completed
delivering 10HmbC-0005vi-00 (queue run pid ppppp)
+R: client (ACL)
+T: send_to_server (ACL)
delivering 10HmbA-0005vi-00 (queue run pid ppppp)
+R: client (ACL)
+T: send_to_server (ACL)
Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected
SMTP<< 220 Server ready
SMTP>> EHLO myhost.test.ex
trusted user
admin user
delivering 10HmbC-0005vi-00 (queue run pid ppppp)
+R: client (ACL)
+T: send_to_server (ACL)
SMTP>> MAIL FROM:<CALLER@test.ex>
SMTP>> RCPT TO:<c@test.ex>
SMTP>> DATA
configuration file is TESTSUITE/test-config
trusted user
admin user
-skipping ACL configuration - not needed
seeking password data for user "CALLER": cache not available
getpwnam() succeeded uid=CALLER_UID gid=CALLER_GID
set_process_info: pppp delivering specified messages
configuration file is TESTSUITE/test-config
trusted user
admin user
-skipping ACL configuration - not needed
>>>>>>>>>>>>>>>> Remote deliveries >>>>>>>>>>>>>>>>
--------> usery@domain.com <--------
smtp transport entered