j...@wxcvbn.org (Jérémie Courrèges-Anglas) writes:

> I forgot to add _smmsp to infrastructure/db/user.list.  Then entry 742
> was used by telephony/baresip/restund.

current.html diff. s/rc.d/rcctl/?

Index: current.html
===================================================================
RCS file: /cvs/www/faq/current.html,v
retrieving revision 1.563
diff -u -p -p -u -r1.563 current.html
--- current.html        30 Oct 2014 17:07:14 -0000      1.563
+++ current.html        31 Oct 2014 14:28:52 -0000
@@ -78,6 +78,7 @@
 <li><a href="#20140925">2014/09/25 - [ports] collectd updated to 5.4.1</a>
 <li><a href="#20141013">2014/10/13 - lkm removed</a>
 <li><a href="#20141030">2014/10/30 - [ports] symon package split</a>
+<li><a href="#20141031">2014/10/31 - [ports] sendmail port uid/gid change</a>
 </ul>
 
 <hr>
@@ -922,6 +923,19 @@ and the lkm directory should be deleted:
 The split between subpackages for symon has been adjusted.
 Depending on which subpackage you installed previously, you may lose
 the "symux" monitor after a pkg_add -u, if so, just run "pkg_add symux".
+
+<a name="20141031"></a>
+<h3>2014/10/31 - [ports] sendmail port uid/gid change</h3>
+The uid and gid used by the enqueuer have changed.
+<pre>
+       /etc/rc.d/sendmail stop
+       groupmod -g 745 _smmsp
+       usermod -u 745 -g 745 _smmsp
+       chown -R _smmsp:_smmsp /var/spool/clientmqueue
+       chgrp _smmsp /usr/local/libexec/sendmail/sendmail
+       chmod g+s /usr/local/libexec/sendmail/sendmail
+       /etc/rc.d/sendmail start
+</pre>
 
 <br>
 <hr>


-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE

Reply via email to