Tomasz, > This is what I added to amavisd.conf to enable fingerprinting analysis: > $os_fingerprint_method = 'p0f:192.168.14.1:2345';
When you specify your ethernet IP address (instead of a loopback address), it is likely the p0f-analyzer will see a packet coming from such address and not from 127.0.0.1 (you can check with tcpdump), so you will need to adjust @inet_acl in p0f-analyzer.pl (or specify 127.0.0.1 in $os_fingerprint_method, if p0f-analyzer and MTA are on the same host as amavisd). RELEASE_NOTES: ...only queries from allowed IP addresses are accepted and responded to, other queries are silently ignored - configure @inet_acl accordingly, defaults to 127.0.0.1; Mark ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/