Displaying 3 results from an estimated 3 matches for "bkw1a".
Did you mean:
bkw
2007 Jul 05
2
Permission errors when creating/reading files in users' mail directories
...ng INDEX in
mail_location, and pointing it to a directory with more
open permissions, but then I run into the next problem:
Jul 5 09:25:49 imap dovecot: IMAP(uid): open() failed with mbox file
/var/spool/mail/uid: Permission denied
In this case, the permissions are set as follows:
-rw------- 1 bkw1a mail 1267 Jul 5 08:47 /var/spool/mail/uid
How should the permissions be set on the spool files?
Thanks in advance,
Bryan
--
========================================================================
Bryan Wright...
2015 Feb 20
4
Making systemd start a service after sshd?
Hi folks,
For complicated reasons, I'd like to have a service (lightdm) start
after sshd starts. (This is on CentOS 7.) I've tried adding "sshd.service"
to the lists of "Active=" and "Require=" items in
/etc/systemd/system/lightdm.service (which started as a copy of
/usr/lib/systemd/system/lightdm.service), but these changes don't seem to
have
2015 Feb 20
0
Making systemd start a service after sshd?
Hi again,
I'm starting to get to the bottom of it. It looks like the file in
/etc/systemd/system is being ignored. I noticed this when I did a:
systemctl show -p "After" lightdm.service
and saw that it didn't show sshd.service as a depencency. After editing the
original copy of lightdm.service in /usr/lib/systemd/system and adding
sshd.service there, things work as