/etc/cfengine/debian-edu/cf.exim is in debian-edu-config 1.702.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | directories:
debian.server::
# Make sure /var/lib/maildirs is owned by mail.mail and mode 0700
/var/lib/maildirs mode=700 owner=mail group=mail
links:
# Serverinstallation
debian.server.installation::
/etc/exim4/exim4.conf ->! /etc/exim4/exim-ldap-server-v4.conf
nofile=force
# Non-Serverinstallation
debian.!server.installation::
/etc/exim4/exim4.conf ->! /etc/exim4/exim-ldap-client-v4.conf
nofile=force
editfiles:
debian.server.installation::
{ /etc/default/exim4
AppendIfNoSuchLine 'KRB5_KTNAME=/etc/krb5.keytab.smtp; export KRB5_KTNAME'
}
shellcommands:
debian.installation::
"/usr/sbin/exim4 -qff"
|