diff options
Diffstat (limited to 'modules/postfix')
-rw-r--r-- | modules/postfix/templates/main.cf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/postfix/templates/main.cf b/modules/postfix/templates/main.cf index d9cdb366..2d40c90e 100644 --- a/modules/postfix/templates/main.cf +++ b/modules/postfix/templates/main.cf @@ -13,6 +13,9 @@ command_directory = /usr/sbin manpage_directory = /usr/share/man <% if @hostname == 'neru' then %> daemon_directory = /usr/libexec/postfix +meta_directory = /etc/postfix +shlib_directory = /usr/lib64 +compatibility_level = 2 <% else %> daemon_directory = <%= lib_dir %>/postfix/ <% end %> |