Re: opensmtpd faq commands

2017-01-30 Thread Gilles Chehade
On Mon, Jan 30, 2017 at 07:00:18PM -0500, Daniel Jakots wrote: > On Mon, 30 Jan 2017 18:38:12 -0500, Daniel Jakots > wrote: > > > Hi, > > > > When following the example from the OpenSMTPD faq [0], first thing is > > to create a new user with: > > > > useradd -g =uid -c

Re: opensmtpd faq commands

2017-01-30 Thread Daniel Jakots
On Mon, 30 Jan 2017 18:38:12 -0500, Daniel Jakots wrote: > Hi, > > When following the example from the OpenSMTPD faq [0], first thing is > to create a new user with: > > useradd -g =uid -c "Virtual Mail" -d /var/vmail -s /sbin/nologin vmail > > which raises >

opensmtpd faq commands

2017-01-30 Thread Daniel Jakots
Hi, When following the example from the OpenSMTPD faq [0], first thing is to create a new user with: useradd -g =uid -c "Virtual Mail" -d /var/vmail -s /sbin/nologin vmail which raises warnx("Warning: home directory `%s' doesn't exist, and -m was" " not specified", home); I don't think