<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:x-small">This is a late response, sorry--it got pushed down the stack. </div></div><div><br></div><div><div class="gmail_default" style="font-size:x-small">> <span style="font-size:small">Not sure what you are trying to do, but another option </span></div><div class="gmail_default" style="font-size:x-small"><span style="font-size:small"><br></span></div><div class="gmail_default" style="font-size:x-small"><span style="font-size:small">I am trying to get postfix + postfixadmin working with Dovecot. </span></div><div class="gmail_default" style="font-size:x-small"><span style="font-size:small"><br></span></div><div class="gmail_default" style="">All of the user and domain configuration is in Mysqldb, and the mail directories in /var/mail/vmail are owned by vmail:<br>root@mailserver:/var/mail# ls -l<br>total 20<br>drwx------ 2 root  root  16384 Sep 12 17:30 lost+found<br>drwxr-xr-x 3 vmail vmail  4096 Sep 26 00:00 vmail<br></div><div class="gmail_default" style="font-size:x-small"><span style="font-size:small"><br></span></div><div class="gmail_default" style="font-size:x-small"><span style="font-size:small">> might be give </span><span style="font-size:small">user vmail</span><span style="font-size:small"> </span><span class="gmail-il" style="font-size:small">dovecot</span><span style="font-size:small"> </span><span style="font-size:small">group access so vmail </span></div><div class="gmail_default" style="font-size:x-small"><span style="font-size:small">> can access files with a</span><span style="font-size:small"> </span><span class="gmail-il" style="font-size:small">dovecot </span><span style="font-size:small">group read permission.</span></div><br></div><div><div class="gmail_default" style="font-size:x-small">THe process in /run/dovecot is: </div><div class="gmail_default" style="font-size:x-small"><br></div>srw------- 1 vmail   root       0 Oct 12 03:12 auth-userdb<br>srw------- 1 dovecot root       0 Oct 12 03:12 auth-worker<br></div><div><div class="gmail_default" style="font-size:x-small"></div><div class="gmail_default" style="font-size:x-small">Oddly enough the auth-userdb is owned by vmail. </div><br></div><div><div class="gmail_default" style="font-size:x-small">I tried setting </div>service auth-worker {<br>  # Auth worker process is run as root by default, so that it can access<br>  # /etc/shadow. If this isn't necessary, the user should be changed to<br>  # $default_internal_user.<br>  user = $default_internal_user<br>}<br></div><div><br></div><div><div class="gmail_default" style="font-size:x-small">and it didn't help. </div><br></div><div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Oct 3, 2021 at 5:02 PM <<a href="mailto:dovecot@ptld.com">dovecot@ptld.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> Oct 03 20:19:52 auth: Error: net_connect_unix(auth-worker) in directory <br>
> /run/dovecot failed: Permission denied (euid=5000(vmail) <br>
> egid=5000(vmail) missing +r perm: /run/dovecot/auth-worker, dir owned <br>
> by 0:0 mode=0755)<br>
<br>
> I set this about an hour ago, then applied some security patches and <br>
> restarted<br>
<br>
Files and directories inside of /run/ are created every time you reboot <br>
the server. If you manually change the owner or permissions it will only <br>
stay that way until next reboot. You have to edit config settings for <br>
the service in question for how you want those directories / files <br>
created on reboot. I do not know how to do that in ubuntu but in RHEL <br>
you edit (or create) config files in /etc/tmpfiles.d/<br>
<br>
Package installed default on RHEL<br>
    /usr/lib/tmpfiles.d/dovecot.conf<br>
    "d /var/run/dovecot 0755 root dovecot -"<br>
<br>
Not sure what you are trying to do, but another option might be give <br>
user vmail dovecot group access so vmail can access files with a dovecot <br>
group read permission.<br>
     usermod -a -G dovecot vmail<br>
</blockquote></div></div>