Gerardo,

> > Make sure you are not hit by a Net::SMTP / libnet bug.
> > See: http://marc.info/?l=amavis-user&m=117095734709511

> Im  not a  perl programmer, so im not shure if the result is OK:
>   mail:/etc/postfix # perl -Mutf8 -le 'print $]; utf8::encode("hello");'
>   5.008008   Modification of a read-only value attempted
> This means the perl library is OK?

The Perl itself is alright, the question was about the version
of module Net::SMTP (or actually the Net::Cmd) (both come with
the libnet package).

Versions of the more important Perl modules are logged by amavisd
during its startup, check the log:

  amavis[16738]: starting.  /usr/local/sbin/amavisd at mail.ijs.si
    amavisd-new-2.5.0-pre3 (20070312), Unicode aware
  amavis[16738]: Perl version               5.008008
  amavis[16743]: Module Amavis::Conf        2.083
  ...
  amavis[16743]: Module Mail::SpamAssassin  3.002000
  amavis[16743]: Module Net::Cmd            2.270

The version of Net::Cmd is an issue here.

It is the Net::Cmd version 2.27 (which comes with libnet 1.20)
that is broken. Either apply the patch as indicated in the posting,
or downgrade libnet to 1.19.

Note that this does not apply to FreeBSD port net/p5-Net,
which already contains a patch and is safe to use.

  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/

Reply via email to