search for: d_cf_dir_

Displaying 2 results from an estimated 2 matches for "d_cf_dir_".

2007 Sep 04
9
exec creates and subscribe
..., owner => "root", group => "wheel", mode => 0644, links => follow, source => "puppet:///sendmail/${hostname}.mc" } $mail_dir = "/etc/mail" $cf_dir = "/usr/share/sendmail/cf/" exec { build-conf: command => "/usr/bin/m4 -D_CF_DIR_=${cf_dir} ${cf_dir}/m4/cf.m4 ${fqdn}.mc > sendmail.cf", cwd => "$mail_dir", logoutput => true, subscribe => File[sendmail-conf], creates => "${maildir}/sendmail.cf" } This does exactly what the documentation says it will; it will only run when the file...
2008 Aug 19
1
TECRA-A9 -- devcot LDA/sendmail
...'plugins' and/or the plugin directory was not found during two (2) attempts of starting and restarting sendmail. On the third attempt the directory and its files were magically found; the plugin directory and its files were always there. - WORKSTATION# make install restart /usr/bin/m4 -D_CF_DIR_=/usr/share/sendmail/cf/ /usr/share/sendmail/cf/m4/cf.m4 /etc/mail/WORKSTATION.mc > /etc/mail/WORKSTATION.cf install -m 444 /etc/mail/WORKSTATION.cf /etc/mail/sendmail.cf install -m 444 /etc/mail/WORKSTATION.submit.cf /etc/mail/submit.cf Restarting: sendmail sendmail-clientmqueue. WORKSTATION...