opnsense-ports/mail/dbmail22/files/pkg-message.in
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

29 lines
1 KiB
Text

IMPORTANT NOTE FOR ADMINS UPGRADING FROM 1.X->2.X!!!
*) Don't forget to update the database using a script from
%%DATADIR%%/
*) Many programs have been renamed and their arguments changed.
*) Read the upgrading notes.
*) Don't be careless with this upgrade or mail will be lost!
*) dbmail can be controled by setting dbmail_imapd_enable,
dbmail_lmtpd_enable, and/or dbmail_pop3d_enable in
/etc/rc.conf.
NOTE FOR ADMINS UPGRADING FROM 2.0.X -> 2.2.X :
*) Update database using a script
%%DATADIR%%/mysql/migrate_from_2.0_to_2.2.mysql or
%%DATADIR%%/postgresql/migrate_from_2.0_to_2.2.pgsql
*) Run `dbmail-util -by'
*) Edit configuration file
`[DBMAIL]' section must have `driver=mysql/pgsql' and
`authdriver=sql/ldap'.
NOTE FOR ADMINS UPGRADING FROM 2.1.X -> 2.2 :
*) Update database using a script
%%DATADIR%%/mysql/2_1_7-2_2_0.mysql (if you're using MySQL)
%%DATADIR%%/postgresql/2_1_7-2_2_0.pgsql (PostgreSQL)
%%DATADIR%%/sqlite/2_1_7-2_2_0.sqlite (SQLite3)
*) Run `dbmail-util -by'