Benu, > I have encountered the above error I have used amavis debug but can not > find the source of the error.
> Dec 14 16:12:14 mail.foo.com /usr/sbin/amavisd[5296]: Net::Server: > 2005/12/14-16:12:14 Unsecure host "\177\000\000\001"\n at line 340 in > file /usr/lib/perl5/site_perl/5.8.6/Net/Server.pm Something funny in your 'host' parameter to Net::Server. It's value comes from amavisd-new variable $inet_socket_bind. > $inet_socket_bind = 127.0.0.1; Aha, there you are. The value should be a string '127.0.0.1', not a binary "\177\000\000\001" as Net::Server interprets it. You forgot the quotes. This is also a default value, so you may just as well leave out this assignment. Mark ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
