[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
howtos:network_services:postfix_dovecot_mysql:uid_gid [2015/02/15 22:19 (UTC)] astrogeekhowtos:network_services:postfix_dovecot_mysql:uid_gid [2015/02/16 00:23 (UTC)] astrogeek
Line 22: Line 22:
 </code> </code>
  
-Additionally, to create the user, group and target directory for the virtual mail functions, execute the following commands on the install machine (these are not necessary when building):+Additionally, we must create user, group and target directory for the virtual mail functions. There is no recommended uid/gid for these but a common choice for both is 5000. You may wish to change these to suit your own environment. 
 + 
 +Execute the following commands on the install machine (these are not necessary when building):
  
 <code> <code>
-groupadd -g 303 vmail +groupadd -g 5000 vmail 
-useradd -d /var/vmail -s /bin/false -u 303 -g 303 vmail+useradd -d /var/vmail -s /bin/false -u 5000 -g 5000 vmail
 mkdir -p /var/vmail/vhosts mkdir -p /var/vmail/vhosts
 chown -R vmail:vmail /var/vmail chown -R vmail:vmail /var/vmail
 howtos:network_services:postfix_dovecot_mysql:uid_gid ()