Displaying 5 results from an estimated 5 matches for "mail_dir".
2007 Sep 04
9
exec creates and subscribe
I have the following test case:
file { sendmail-conf:
path => "/etc/mail/${fqdn}.mc",
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],
create...
2011 Jul 04
0
Windows 7 + Samba domain issues
...r/lib/samba/scripts/machineadd.sh "%u"
where /var/lib/samba/scripts/machineadd.sh is:
#!/bin/bash
#
# Join a machine to the domain
#
machine=`echo $1 | tr '[[:lower:]]' '[[:upper:]]'`
/usr/sbin/useradd -n -g machines -c Machine -d /dev/null -s /bin/false -K
MAIL_DIR=/dev/null "$machine"
The '-K MAIL_DIR' thing stops a mailbox being created in /var/spool/mail.
It works on RHEL/CentOS, but perhaps not all Unixes have that option. For
SELinux systems, the script's security context needs to have type
samba_unconfined_script_exec_t.
B...
2005 May 31
2
Maildir
I've spent most of the morning looking through the archives. Great
information, however, I'm still unable to get my issues figured out. I
believe I am missing something quite simple. From what I have read, I
want to use maildir, mainly because it will allow the use of subfolders
for my clients. My clients are running Mail.app (mostly) on 10.3
clients. I'm planning on using imap
2012 Apr 18
1
[PATCH RFC] sysprep: remove user accounts
Hi Rich,
This patch attends to remove the user accounts in the guest,
I send this out to request your comments, if the concept
is correct and you can point out some syntax error for me.
Thanks a lot,
Wanlong Gao
Remove user accounts except the root user.
Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com>
---
sysprep/Makefile.am | 2 +
2006 Jun 22
2
2nd Question on v1.0 setup and maildir
_____
From: Patrick Carney [mailto:patrick at castandcrew.com]
Sent: Thursday, June 22, 2006 8:55 AM
To: 'dovecot at dovecot.org'
Subject: Question on v1.0 setup and maildir
Hello all.
I appreciate the responses to my problem on v0.99.14. Thank you all.
We have built a new server running version 1.0-0_15.beta9.el4. The mail
delivery agent is sendmail. We seem to have