# acl condition and variables # # The 127.0.0.1 source addr seems to be a builtin in the spf library; no dns lookup is done. # HOSTIPV4 does get a series of lookups (see server debug output to verify that). # exim -bd -DSERVER=server -oX PORT_D:PORT_S:PORT_N **** client 127.0.0.1 PORT_S ??? 220 helo testclient ??? 250 mail from: ??? 250 rcpt to: ??? 250 quit **** client HOSTIPV4 PORT_S ??? 220 helo testclient ??? 250 mail from: ??? 250 rcpt to: ??? 250 quit **** client 127.0.0.1 PORT_D ??? 220 helo testclient ??? 250 mail from: ??? 250 rcpt to: ??? 250 quit **** client HOSTIPV4 PORT_D ??? 220 helo testclient ??? 250 mail from: ??? 250 rcpt to: ??? 550 quit **** client 127.0.0.1 PORT_N ??? 220 helo testclient ??? 250 mail from: ??? 250 rcpt to: ??? 550 quit **** # killdaemon