Re: Can postfix/pipe run external programs under a random UID?

2019-09-06 Thread Wietse Venema
Leonid Isaev: > Hello, > > One of arguments of pipe(8) is "user=" that instructs it to run an > external programunder specified user. For example, the following snippet will > run faxmail(1) under the user faxmail: > -8<- > fax unix - nn - 1

Can postfix/pipe run external programs under a random UID?

2019-09-06 Thread Leonid Isaev
Hello, One of arguments of pipe(8) is "user=" that instructs it to run an external programunder specified user. For example, the following snippet will run faxmail(1) under the user faxmail: -8<- fax unix - nn - 1 pipe flags= user=faxmail