X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=test%2Fconfs%2F0480;h=d10d12bdd5ac87deb80394081f8ca1cd1929bacd;hb=9555de77d7a57e65fff45a686f2430f46dbd38f5;hp=3308c0663bff6a39c06337188a8a705745affdf4;hpb=afda344b580b54a4513569720aec3260cd5ba546;p=exim.git diff --git a/test/confs/0480 b/test/confs/0480 index 3308c0663..d10d12bdd 100644 --- a/test/confs/0480 +++ b/test/confs/0480 @@ -6,25 +6,20 @@ IP3=V4NET.0.0.3 SERVER= -exim_path = EXIM_PATH -host_lookup_order = bydns -rfc1413_query_timeout = 0s -spool_directory = DIR/spool -log_file_path = DIR/spool/log/SERVER%slog -gecos_pattern = "" -gecos_name = CALLER_NAME +.include DIR/aux-var/std_conf_prefix + # ----- Main settings ----- acl_smtp_rcpt = accept -smtp_active_hostname = ${if eq{$interface_address}{IP1}\ +smtp_active_hostname = ${if eq{$received_ip_address}{IP1}\ {host.IP1}\ {\ - ${if eq{$interface_address}{IP2}\ + ${if eq{$received_ip_address}{IP2}\ {}\ {\ - ${if eq{$interface_address}{IP3}\ + ${if eq{$received_ip_address}{IP3}\ {${lookup{x}lsearch{/non/exist}}}\ fail}\ }}\ @@ -47,7 +42,7 @@ begin transports t1: driver = appendfile - file = DIR/test-mail/$local_part + file = DIR/test-mail/${bless:$local_part} user = CALLER