yes those 2 service as you told me.
i dont want to use chroot at all. usually other user.

what does this mean?
proxymap    unix
proxywrite  unix
local       unix
virtual     unix


my service for dovecot and postfix:
root@server:~# ps -aux | grep postfix
root      5829  0.0  0.1  75704  4164 ?        Ss   01:24   0:00
/usr/lib/postfix/sbin/master -w
postfix   5830  0.0  0.1  77344  4544 ?        S    01:24   0:00 pickup -l
-t unix -u -c
postfix   5831  0.0  0.1  77500  6696 ?        S    01:24   0:00 qmgr -l -t
unix -u
postfix   5834  0.0  0.1  81576  6832 ?        S    01:25   0:00 tlsmgr -l
-t unix -u -c
root      6335  0.0  0.0  14336   940 pts/0    S+   01:42   0:00 grep
postfix
root@server:~# ps -aux | grep dovecot
root      5601  0.0  0.0  10192  2212 ?        Ss   01:24   0:00
/usr/sbin/dovecot
dovecot   5607  0.0  0.0   9488   984 ?        S    01:24   0:00
dovecot/anvil
root      5608  0.0  0.0   9620  2404 ?        S    01:24   0:00 dovecot/log
root      6301  0.0  0.0   9484   980 ?        S    01:39   0:00
dovecot/ssl-params
root      6337  0.0  0.0  14336   936 pts/0    R+   01:42   0:00 grep
dovecot
root@server:~#





*Patrik*


*GTalk:  *alab...@gmail.com

*Web:*
http://www.patrikx3.tk

*Mobile:*
+36 20 342 8046 <+36+20+342+8046>

On Sat, Feb 11, 2017 at 1:37 AM, Viktor Dukhovni <postfix-us...@dukhovni.org
> wrote:

> On Sat, Feb 11, 2017 at 01:26:15AM +0100, Patrik wrote:
>
> > That's all?
>
> Do read what I wrote.  You'll need both services.
>
> > smtp      unix  -       -       n       -       -       smtp
> > lmtp      unix  -       -       n       -       -       lmtp
>
> You should probably be consistent about whether you chroot most
> services or not.  A few services MUST NOT be chrooted:
>
>         proxymap    unix
>         proxywrite  unix
>         local       unix
>         virtual     unix
>
> The rest should typically be all chrooted or not, though in some
> cases exempting one or two more makes sense.  Chroot is for experts,
> or for users with simple needs who do not edit master.cf at all,
> with any changes made automatically by well-designed software.
>
> If you're not an expert, and need a non-vanilla configuration,
> chroot is likely not for you.
>
> --
>         Viktor.
>

Reply via email to