Hi,

I painstakingly followed the changes from previous amavisd-new 
installations to amavisd-new-2.6.0 a while ago.

I couldn't find any list of changes between 2.6.0 and 2.6.1 except what 
was mentioned in the mails on this list. So I sat down and created a diff 
between the READMEs of 2.6.0 and 2.6.1.

The few changes I found were (listed as mysql commands):

ALTER table msgs CHANGE mail_id mail_id varbinary(12);
ALTER table msgs CHANGE secret_id secret_id varbinary(12);
ALTER table msgs CHANGE sid sid integer;
ALTER table msgs CHANGE content content binary(1);
ALTER table msgs CHANGE quar_type quar_type binary(1);
ALTER table msgs CHANGE quar_loc quar_loc binary(255);
ALTER table msgrcpt CHANGE mail_id mail_id varbinary(12);
ALTER table msgrcpt CHANGE rid rid integer;
ALTER table quarantine CHANGE mail_id mail_id varbinary(12);


If anyone has more experience with mysql, or anyone finds a mistake in 
the list above, please let me know.

I hope this is useful for more people than just me.

Thanks as always for a great piece of software,

.peter






-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
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/

Reply via email to