hi I have  a question on this upgrade:
this is my mysql since I store info into mysql:

+-----------------+-----------+------+-----+---------+-------+
| Field           | Type      | Null | Key | Default | Extra |
+-----------------+-----------+------+-----+---------+-------+
| pw_name         | char(32)  |      | PRI |         |       |
| pw_domain       | char(96)  |      | PRI |         |       |
| pw_passwd       | char(96)  |      |     |         |       |

but the upgrade tells:
ALTER TABLE `vpopmail` CHANGE domain domain CHAR(96) NOT NULL;

which will not work if you have the above so I have changed it to pw_domain and pw_passwd..

Remo

Rick Widmer wrote:


Remo Mattei wrote:

Try it now.  The release process seems a little different this time...


It should be just a matter of ./configure; make; make install and all the old stuff should still work, unless you use MySQL.  MySQL users will have to make some structural changes to existing tables.  See UPGRADE.


There are a lot of new options available:

o Support for SpamAssassin and maildrop added to vdelivermail.

o MySQL can use a socket instead of tcp/ip to connect to server.

o Extend maximum domain name length to 96 chars.

o Onchange script can be called when users or domains are added, modified or deleted.

o Numerous changes within vpopmaild.

See ChangeLog for the complete list.

!DSPAM:46528efb235681532817716!

Reply via email to