diff options
-rw-r--r-- | modules/postfix/templates/main.cf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/postfix/templates/main.cf b/modules/postfix/templates/main.cf index 50992528..d9cdb366 100644 --- a/modules/postfix/templates/main.cf +++ b/modules/postfix/templates/main.cf @@ -11,7 +11,11 @@ sendmail_path = /usr/sbin/sendmail.postfix setgid_group = postdrop command_directory = /usr/sbin manpage_directory = /usr/share/man +<% if @hostname == 'neru' then %> +daemon_directory = /usr/libexec/postfix +<% else %> daemon_directory = <%= lib_dir %>/postfix/ +<% end %> data_directory = /var/lib/postfix newaliases_path = /usr/bin/newaliases mailq_path = /usr/bin/mailq |