Robin Bowes wrote: > Any idea why remote_host and remote_ip are not making it through?
I banged on this for more than an hour today, and I cannot see what is going on. At one point, everything is set properly, and then by the time we get to the tls plugin, most of the connection settings are just gone. > Also, this shouldn't cause relaying to be denied if relay_client is set, > should it? That's another of the connection values that has gone missing. I'm going to scatter Data::Dumper->Dump()'s throughout the core to see where the connection information is going missing. My initial thought was that it had something to do with the forkserver implementation (e.g. the values vanish after the fork), but that doesn't seem to be the case... John
