List Info

Thread: NOTICE: A release candidate of amavisd-new: 2.5.0-rc1




NOTICE: A release candidate of amavisd-new: 2.5.0-rc1
country flaguser name
Slovenia
2007-04-19 22:14:01
A release candidate for amavisd-new-2.5.0 is available at:

  http://www.ijs.si/software/amavisd/amavisd-new-2.
5.0-rc1.tar.gz


Main changes since 2.5.0-pre4:

- rewritten SMTP client code: get rid of the troublesome
module Net::SMTP;
  now supports pipelining, client-side LMTP, IPv6, Unix
sockets, more
  reliable error handling, is bare-CR-clean, tidier code (no
workarounds
  for rough corners in Net::SMTP), same speed or faster (up
to 30% speedup
  in forwarding large mail, fewer context switches /
handshake handovers
  due to pipelining if pipelining is offered by MTA (which
usually is) );

- makes available pedantically parsed addresses from a mail
header:
  From, Sender, To, Cc; potentially useful for custom code
and other
  future applications; get rid of sloppy parsing in module
Mail::Address;


I expect to do a final release of 2.5.0 this Sunday, and
would
appreciate final testing and last-minute feedback.
Especially the
new SMTP and LMTP client code (used in forwarding mail) is
worth
to be thoroughly tested especially the error
reporting/handling
in unusual circumstances, like failing downstream MTA and
similar.

Also this client code now uses a socket module
IO::Socket::INET6
if available (this module supports both IPv6 and IPv4)
instead of 
a traditional IO::Socket::INET when $forwarding_method (and
related
methods) specify IPv6 numerical address or a DNS name.
Forcing
amavisd to use the classical IO::Socket::INET can be done
by
specifying a numerical IPv4 address (dotted quad), or by
deinstalling
(or not installing) IO::Socket::INET6.

The $forwarding_method (and related methods) may now specify
'lmtp:'
as a protocol (when delivering to a lmtp server is needed)
instead
of a 'smtp:'. Not widely useful, but there was a good
opportunity
to add this support.

Ports/package maintainers, please note that a Perl module
Net::SMTP
(and Net::Cmd, both part of a libnet / p5-Net) are no longer
used.

  Mark

------------------------------------------------------------
-------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and
take
control of your XML. No limits. Just data. Click to get it
now.
http://sourcefor
ge.net/powerbar/db2/
_______________________________________________
AMaViS-user mailing list
AMaViS-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user

AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/

Re: NOTICE: A release candidate of amavisd-new: 2.5.0-rc1
country flaguser name
Germany
2007-04-20 16:58:06
Heute (20.04.2007/05:14 Uhr) schrieb Mark Martinec,

> A release candidate for amavisd-new-2.5.0 is available
at:

>   http://www.ijs.si/software/amavisd/amavisd-new-2.
5.0-rc1.tar.gz

....

>   Mark

good work. No trouble here. Thank you.

where can I find the modules: Image::Info Image::Info::GIF
Image::Info::JPEG Image::Info::PNG Image::Info::TIFF


-- 
Viele Gruesse, Kind regards,
 Jim Knuth
 jkjkart.de
 ICQ #277289867
----------
Zufalls-Zitat
----------
Eine Betriebsanalyse ist eine kostspielige Methode, durch 
betriebsfremde Fachleute das ermitteln zu lassen, was man 
im Betrieb seit 20 Jahren weiß. (Michael Schiff, dt. 
Schriftsteller, 1925-)
----------
Der Text hat nichts mit dem Empfaenger der Mail zu tun
----------
Virus free. Checked by NOD32 Version 2207 Build 9623 
20.04.2007


------------------------------------------------------------
-------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and
take
control of your XML. No limits. Just data. Click to get it
now.
http://sourcefor
ge.net/powerbar/db2/
_______________________________________________
AMaViS-user mailing list
AMaViS-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user

AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/

Re: NOTICE: A release candidate of amavisd-new: 2.5.0-rc1
country flaguser name
Germany
2007-04-20 18:18:08
Gestern (20.04.2007/23:58 Uhr) schrieb Jim Knuth,

> Heute (20.04.2007/05:14 Uhr) schrieb Mark Martinec,

>> A release candidate for amavisd-new-2.5.0 is
available at:

>>   http://www.ijs.si/software/amavisd/amavisd-new-2.
5.0-rc1.tar.gz

> ....

>>   Mark

> good work. No trouble here. Thank you.

> where can I find the modules: Image::Info
Image::Info::GIF
> Image::Info::JPEG Image::Info::PNG Image::Info::TIFF


ok. I`ve found the perl modules with CPAN. Sorry for my
stupid
question. ;)


-- 
Viele Gruesse, Kind regards,
 Jim Knuth
 jkjkart.de
 ICQ #277289867
----------
Zufalls-Zitat
----------
Nenne dich nicht arm, weil Deine Träume nicht in Erfüllung 
gegangen sind, wirklich arm ist nur der, wer nie geträumt 
hat!
----------
Der Text hat nichts mit dem Empfaenger der Mail zu tun
----------
Virus free. Checked by NOD32 Version 2208 Build 9626 
21.04.2007


------------------------------------------------------------
-------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and
take
control of your XML. No limits. Just data. Click to get it
now.
http://sourcefor
ge.net/powerbar/db2/
_______________________________________________
AMaViS-user mailing list
AMaViS-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user

AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/

Re: NOTICE: A release candidate of amavisd-new: 2.5.0-rc1
country flaguser name
Germany
2007-04-20 18:45:54
Gestern (20.04.2007/05:14 Uhr) schrieb Mark Martinec,

> A release candidate for amavisd-new-2.5.0 is available
at:

>   http://www.ijs.si/software/amavisd/amavisd-new-2.
5.0-rc1.tar.gz


>   Mark



I`ve now seen in my log the following error. And only by
restarting amavis.

What`s wrong?

---
amavis[7027]: Creating db in /var/lib/amavis/db/; BerkeleyDB
0.310, libdb 4.4

amavis[7027]: (!)_DIE: Can't locate
Mail/SpamAssassin/CompiledRegexps/body_0.pm in INC (INC
contains: /var/lib/spamassassin/compiled /3.002000
/var/lib/spamassassin/compiled/3.002000/auto ..
/etc/mail/spamassassin lib /etc/perl
/usr/local/lib/perl/5.8.8
/usr/local/share/perl/5.8.8 /usr/lib/ perl5
/usr/share/perl5
/usr/lib/perl/5.8 /usr/share/perl/5.8
/usr/local/lib/site_perl
/usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4) at
(eval
1172) li ne 1.n
---


-- 
Viele Gruesse, Kind regards,
 Jim Knuth
 jkjkart.de
 ICQ #277289867
----------
Zufalls-Zitat
----------
Alle Männer sind gleich - mir jedenfalls.
----------
Der Text hat nichts mit dem Empfaenger der Mail zu tun
----------
Virus free. Checked by NOD32 Version 2208 Build 9626 
21.04.2007


------------------------------------------------------------
-------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and
take
control of your XML. No limits. Just data. Click to get it
now.
http://sourcefor
ge.net/powerbar/db2/
_______________________________________________
AMaViS-user mailing list
AMaViS-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user

AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/

Re: NOTICE: A release candidate of amavisd-new: 2.5.0-rc1
country flaguser name
Slovenia
2007-04-20 19:35:15
> I`ve now seen in my log the following error. And only
by
> restarting amavis.
>
> What`s wrong?

> amavis[7027]: (!)_DIE: Can't locate
> Mail/SpamAssassin/CompiledRegexps/body_0.pm in INC (INC
> contains: /var/lib/spamassassin/compiled /3.002000
> /var/lib/spamassassin/compiled/3.002000/auto ..
> /etc/mail/spamassassin lib /etc/perl
/usr/local/lib/perl/5.8.8
> /usr/local/share/perl/5.8.8 /usr/lib/ perl5
/usr/share/perl5
> /usr/lib/perl/5.8 /usr/share/perl/5.8
/usr/local/lib/site_perl
> /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4)
at (eval
> 1172) li ne 1.n
> ---

You have loaded a Rule2XSBody plugin in some *.pre file:
  loadplugin Mail::SpamAssassin::Plugin::Rule2XSBody
without meeting its pre-requisites:


man Mail::SpamAssassin::Plugin::Rule2XSBody

  This plugin will use native-code object files representing
the ruleset,
  in order to provide significant speedups in rule
evaluation.

  Note that "sa-compile" must be run in advance,
in order to compile the
  ruleset using "re2c" and the C compiler.  See
the "sa-compile" documen-
  tation for more details.


Mark

------------------------------------------------------------
-------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and
take
control of your XML. No limits. Just data. Click to get it
now.
http://sourcefor
ge.net/powerbar/db2/
_______________________________________________
AMaViS-user mailing list
AMaViS-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user

AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/

Re: NOTICE: A release candidate of amavisd-new: 2.5.0-rc1
country flaguser name
Germany
2007-04-20 20:05:25
Heute (21.04.2007/02:35 Uhr) schrieb Mark Martinec,

>> I`ve now seen in my log the following error. And
only by
>> restarting amavis.
>>
>> What`s wrong?

>> amavis[7027]: (!)_DIE: Can't locate
>> Mail/SpamAssassin/CompiledRegexps/body_0.pm in INC (INC
>> contains: /var/lib/spamassassin/compiled /3.002000
>> /var/lib/spamassassin/compiled/3.002000/auto ..
>> /etc/mail/spamassassin lib /etc/perl
/usr/local/lib/perl/5.8.8
>> /usr/local/share/perl/5.8.8 /usr/lib/ perl5
/usr/share/perl5
>> /usr/lib/perl/5.8 /usr/share/perl/5.8
/usr/local/lib/site_perl
>> /usr/local/lib/perl/5.8.4
/usr/local/share/perl/5.8.4) at (eval
>> 1172) li ne 1.n
>> ---

> You have loaded a Rule2XSBody plugin in some *.pre
file:
>   loadplugin Mail::SpamAssassin::Plugin::Rule2XSBody
> without meeting its pre-requisites:


> man Mail::SpamAssassin::Plugin::Rule2XSBody

>   This plugin will use native-code object files
representing the ruleset,
>   in order to provide significant speedups in rule
evaluation.

>   Note that "sa-compile" must be run in
advance, in order to compile the
>   ruleset using "re2c" and the C compiler. 
See the "sa-compile" documen-
>   tation for more details.


> Mark



aah, I see. A good thing.Thank you. I`ve now compiled and
evrything is ok.


-- 
Viele Gruesse, Kind regards,
 Jim Knuth
 jkjkart.de
 ICQ #277289867
----------
Zufalls-Zitat
----------
Auf dem Weg nach oben fängt man am besten unten an.
----------
Der Text hat nichts mit dem Empfaenger der Mail zu tun
----------
Virus free. Checked by NOD32 Version 2208 Build 9626 
21.04.2007


------------------------------------------------------------
-------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and
take
control of your XML. No limits. Just data. Click to get it
now.
http://sourcefor
ge.net/powerbar/db2/
_______________________________________________
AMaViS-user mailing list
AMaViS-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user

AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/

[1-6]

about | contact  Other archives ( Real Estate discussion Medical topics )