From: root Date: Tue, 6 Nov 2018 18:23:03 +0000 (+0100) Subject: committing changes in /etc after apt run X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=923b4d64e260829a9f0192ca17f57018bcbac113;p=vserver committing changes in /etc after apt run Package changes: +postfix-mysql 3.3.0-1ubuntu0.1 amd64 --- diff --git a/.etckeeper b/.etckeeper index 9e33cded8..205032a94 100755 --- a/.etckeeper +++ b/.etckeeper @@ -29,7 +29,6 @@ mkdir -p './opt' mkdir -p './perl/CPAN' mkdir -p './phpmyadmin/conf.d' mkdir -p './postfix/dynamicmaps.cf.d' -mkdir -p './postfix/postfix-files.d' mkdir -p './security/limits.d' mkdir -p './security/namespace.d' mkdir -p './spamassassin/sa-update-keys/private-keys-v1.d' @@ -1223,6 +1222,7 @@ maybe chmod 0644 'postfix/master.cf.save' maybe chmod 0755 'postfix/post-install' maybe chmod 0644 'postfix/postfix-files' maybe chmod 0755 'postfix/postfix-files.d' +maybe chmod 0644 'postfix/postfix-files.d/mysql.files' maybe chmod 0755 'postfix/postfix-script' maybe chmod 0644 'postfix/postscreen_access' maybe chmod 0660 'postfix/sql' diff --git a/postfix/dynamicmaps.cf b/postfix/dynamicmaps.cf index 1b6c95a7b..0d84a913a 100644 --- a/postfix/dynamicmaps.cf +++ b/postfix/dynamicmaps.cf @@ -1 +1,2 @@ # dict-type so-name (pathname) dict-function mkmap-function +mysql postfix-mysql.so dict_mysql_open diff --git a/postfix/postfix-files.d/mysql.files b/postfix/postfix-files.d/mysql.files new file mode 100644 index 000000000..41437c6bf --- /dev/null +++ b/postfix/postfix-files.d/mysql.files @@ -0,0 +1,2 @@ +$shlib_directory/postfix-mysql.so:f:root:-:755 +$manpage_directory/man5/mysql_table.5.gz:f:root:-:644