Displaying 5 results from an estimated 5 matches for "dovecot_custom".
2010 Sep 08
3
Pigeonhole and Dovecot2 with custom config file
...quot; option so I
can run multiple instances. Been trying out 2.0.1 so I can upgrade my
boxes cleanly, but I require managesieve. So after installing the
latest sources of the Pigeonhole plugin, I'm getting this when trying
to start dovecot:
# /usr/local/sbin/dovecot -c /usr/local/etc/dovecot/dovecot_custom.conf
managesieve(root): Fatal: Error reading configuration:
net_connect_unix(/usr/local/etc/dovecot/dovecot.conf) failed: No such
file or directory
doveconf: Error: managesieve-login: dump-capability process returned 89
Running Dovecot 2.0.1 on FreeBSD 8.1.
Any help would be appreciated.
Thanks...
2020 Apr 11
2
Missing permissions
...gt;
<div>
grep dovecot /var/log/audit/audit.log | audit2allow -w
</div>
<div>
<br>
</div>
<div>
Create your new policy for Dovecot and install it:
</div>
<div>
grep dovecot /var/log/audit/audit.log | audit2allow -M dovecot_custom
</div>
<div>
semodule -i dovecot_custom.pp
</div>
<div>
<br>
</div>
<div>
--
</div>
<div>
Alex JOST
</div>
</blockquote>
<div>
<br>
</div>
<div>
<br&...
2020 Apr 11
0
Missing permissions
...d be all that it takes to create your
own policy.
Check that grep includes only lines that you want included in your new
policy:
grep dovecot /var/log/audit/audit.log | audit2allow -w
Create your new policy for Dovecot and install it:
grep dovecot /var/log/audit/audit.log | audit2allow -M dovecot_custom
semodule -i dovecot_custom.pp
--
Alex JOST
2020 Apr 11
2
Missing permissions
Hi,
After configuring systemd unit with ReadWritePaths=/home/mail, I get the
following error logs in audit:
type=AVC msg=audit(1586604621.637:6736): avc: denied { write } for
pid=12750 comm="imap" name="Maildir" dev="dm-3" ino=438370738
scontext=system_u:system_r:dovecot_t:s0
tcontext=unconfined_u:object_r:etc_runtime_t:s0 tclass=dir permissive=0
type=SYSCALL
2020 Apr 12
0
Missing permissions
...eck that grep includes only lines that you want included in your new
> > policy:
> > grep dovecot /var/log/audit/audit.log | audit2allow -w
> >
> >
> > Create your new policy for Dovecot and install it:
> > grep dovecot /var/log/audit/audit.log | audit2allow -M dovecot_custom
> > semodule -i dovecot_custom.pp
> >
> >
> > --
> > Alex JOST
>
>
>
>
> Or just label the directory with mail_home_rw_t
>
>
> ---
> Aki Tuomi
>
I took the time to document suitable approach to this problem. You can check it here...