[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 revisionBoth sides next revision
howtos:network_services:postfix_dovecot_mysql:uid_gid [2015/02/16 00:23 (UTC)] astrogeekhowtos:network_services:postfix_dovecot_mysql:uid_gid [2015/02/16 00:23 (UTC)] astrogeek
Line 28: Line 28:
 <code> <code>
 groupadd -g 5000 vmail groupadd -g 5000 vmail
-useradd -d /var/vmail -s /bin/false -u 303 -g 5000 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 ()