Ticket #167: sendmail-bin.patch

File sendmail-bin.patch, 513 bytes (added by billy@…, 22 years ago)

adds bin user.

  • sendmail-inst.xml

    old new  
    44<para>Before building sendmail, we need to create users, groups and
    55directories that sendmail uses with the following commands:</para>
    66<para><screen><userinput>
     7(grep bin /etc/passwd || useradd -g bin bin) &amp;&amp;
    78groupadd -g 18 smmsp &amp;&amp;
    89groupadd -g 19 mail &amp;&amp;
    910useradd -g smmsp -G mail -u 18 smmsp &amp;&amp;