mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
193dd3819e
This update fixes a security bug in the SMTP handling code and adds some indexes to the PostgreSQL table layout for speed improvements PR: 58470 Submitted by: maintainer Approved by: krion (implicit)
43 lines
1.6 KiB
Plaintext
43 lines
1.6 KiB
Plaintext
@comment $FreeBSD$
|
|
bin/dbmail-smtp
|
|
bin/dbmail-pop3d
|
|
bin/dbmail-imapd
|
|
bin/dbmail-maintenance
|
|
bin/dbmail-adduser
|
|
bin/dbmail-readvut
|
|
bin/raw-convertor
|
|
bin/dbmail-mini-injector
|
|
bin/install-dbmail.sh
|
|
etc/dbmail.conf-dist
|
|
%%MYSQL%%lib/libmysqldbmail.a
|
|
%%PGSQL%%lib/libpgsqldbmail.a
|
|
%%MYSQL%%%%DATADIR%%/sql/add-lastlogin.mysql
|
|
%%MYSQL%%%%DATADIR%%/sql/add_auto_notification.mysql
|
|
%%MYSQL%%%%DATADIR%%/sql/add_auto_reply.mysql
|
|
%%MYSQL%%%%DATADIR%%/sql/add_rfcsize.mysql
|
|
%%MYSQL%%%%DATADIR%%/sql/create_tables.mysql
|
|
%%MYSQL%%%%DATADIR%%/sql/create_tables_innoDB.mysql
|
|
%%MYSQL%%%%DATADIR%%/sql/newnames.mysql
|
|
%%MYSQL%%%%DATADIR%%/sql/pop_before_smtp.mysql
|
|
%%MYSQL%%%%DATADIR%%/sql/update_encryption.mysql
|
|
%%MYSQL%%%%DATADIR%%/sql/update_mailbox_subscribed_folders.mysql
|
|
%%MYSQL%%%%DATADIR%%/sql/update_mysql_tmptables.mysql
|
|
%%MYSQL%%%%DATADIR%%/sql/update_ownerid_aliases.mysql
|
|
%%PGSQL%%%%DATADIR%%/sql/add-constraints.pgsql
|
|
%%PGSQL%%%%DATADIR%%/sql/add-indexes-fkeys-to-1.2.pgsql
|
|
%%PGSQL%%%%DATADIR%%/sql/add-lastlogin.postgresql
|
|
%%PGSQL%%%%DATADIR%%/sql/add_auto_notification.pgsql
|
|
%%PGSQL%%%%DATADIR%%/sql/add_auto_reply.pgsql
|
|
%%PGSQL%%%%DATADIR%%/sql/add_rfcsize.postgresql
|
|
%%PGSQL%%%%DATADIR%%/sql/create_tables.pgsql
|
|
%%PGSQL%%%%DATADIR%%/sql/no-constraint-tables.pgsql
|
|
%%PGSQL%%%%DATADIR%%/sql/update_encryption.pgsql
|
|
%%PGSQL%%%%DATADIR%%/sql/md5_alter_users.7.3-pgsql
|
|
%%PGSQL%%%%DATADIR%%/sql/md5_alter_users.pre_7.3-pgsql
|
|
%%PGSQL%%%%DATADIR%%/sql/pop_before_smtp.pgsql
|
|
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
@dirrm %%DATADIR%%/sql
|
|
@dirrm %%DATADIR%%
|