smtpd-filters(7) not in base. Are filters not stable yet?

2020-12-31 Thread Andrea Biscuola
Hi @misc For a new project I would like to use smtpd(8) as an e-mail server. I noticed that the filters API man page is present in the source tree, but not installed in base. Is there a reason for it? Regards. -- Andrea

Re: msyscall(2): pledge(2) operation not permitted

2019-12-09 Thread Andrea Biscuola
ense because one of the first thing I do after a fork+exec, is to call pledge() on the new program. I tried to use it because it is there, but I agree that, after checking my code, it's not that useful at all. > Andrea Biscuola wrote: > > > Hi @misc > > > > It appear t

msyscall(2): pledge(2) operation not permitted

2019-12-08 Thread Andrea Biscuola
Hi @misc It appear the introduction of msyscall(2), broke the existing code of one of my projects. My code use a fork+exec model for executing different commands and pledge(2) is used for restricting the behavior of the child process using the execpromises argument. The problem is that, when a c