]> git.ipfire.org Git - thirdparty/postfix.git/commit
postfix-2.8-20100617
authorWietse Venema <wietse@porcupine.org>
Thu, 17 Jun 2010 05:00:00 +0000 (00:00 -0500)
committerViktor Dukhovni <viktor@dukhovni.org>
Tue, 5 Feb 2013 06:36:18 +0000 (06:36 +0000)
commitfef3bc167b2e9f22011f874a61bac7f89cf857bd
tree046615ea37b40ad8f1c2ac8d6265e78cdb110245
parentc34a4323f40bcd3fbded28f5bc776854b5e9670c
postfix-2.8-20100617
51 files changed:
postfix/.indent.pro
postfix/HISTORY
postfix/README_FILES/AAAREADME
postfix/README_FILES/DATABASE_README
postfix/README_FILES/INSTALL
postfix/README_FILES/SQLITE_README [new file with mode: 0644]
postfix/conf/postfix-files
postfix/html/DATABASE_README.html
postfix/html/INSTALL.html
postfix/html/Makefile.in
postfix/html/SQLITE_README.html [new file with mode: 0644]
postfix/html/index.html
postfix/html/ldap_table.5.html
postfix/html/mysql_table.5.html
postfix/html/pgsql_table.5.html
postfix/html/postconf.1.html
postfix/html/postconf.5.html
postfix/html/postfix-manuals.html
postfix/html/postfix.1.html
postfix/html/sqlite_table.5.html [new file with mode: 0644]
postfix/man/Makefile.in
postfix/man/man1/postconf.1
postfix/man/man1/postfix.1
postfix/man/man5/ldap_table.5
postfix/man/man5/mysql_table.5
postfix/man/man5/pgsql_table.5
postfix/man/man5/postconf.5
postfix/man/man5/sqlite_table.5 [new file with mode: 0644]
postfix/mantools/postlink
postfix/proto/DATABASE_README.html
postfix/proto/INSTALL.html
postfix/proto/Makefile.in
postfix/proto/SQLITE_README.html [new file with mode: 0644]
postfix/proto/ldap_table
postfix/proto/mysql_table
postfix/proto/pgsql_table
postfix/proto/postconf.proto
postfix/proto/sqlite_table [new file with mode: 0644]
postfix/src/global/Makefile.in
postfix/src/global/db_common.c
postfix/src/global/dict_mysql.c
postfix/src/global/dict_pgsql.c
postfix/src/global/dict_sqlite.c [new file with mode: 0644]
postfix/src/global/dict_sqlite.h [new file with mode: 0644]
postfix/src/global/mail_dict.c
postfix/src/global/mail_version.h
postfix/src/master/master.h
postfix/src/master/master_spawn.c
postfix/src/postconf/postconf.c
postfix/src/postfix/postfix.c
postfix/src/util/vstring.c