Leo, > One change in initializing Net::SMTP since pre3 breaks amavisd on my > system (using Net::SMTP 2.26). This version doesn't accept the hostname > as a named parameter. It expects the hostname as the first argument. > (As amavisd did it in previous versions.) > - Host => $relayhost, Port => $relayhost_port, > + $relayhost, Port => $relayhost_port,
Thanks. I didn't realize this option was such a recent addition. 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 [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/
