"Christian Vogel" <chris@???> wrote:
> Hi Peter,
>
> On Fri, Jun 25, 2004 at 10:37:36PM +0100, Peter Bowyer wrote:
>> Yes, I know it well, but the p0f daemon needs the IP address and port of
>> each end of the connection, which isn't available in Exim-land. Needs
>> some
>> smarter stuff.
>
> Of course it's available in exim-land:
>
> local side of the connection:
> $interface_address, $interface_port
>
> remote side of the connection:
> $sender_host_address, $sender_host_port
>
> what more do you need?
Nothing on the pure Exim side - just some perl or similar to integrate
with the p0f daemon. I'll be working on it...
Thanks
Peter