Re: Skip recipient verification and forward everything to a LMTP socket

2020-01-20 Thread Éloi Rivard
> But no matter what, any action in smtpd.conf is a command that is going > to get executed and a process has to have a owner, so there is going to > be a system user involved. Thank you for the explanations, this is clearer. What about RFC 1891? Is there an option to disable use of additional pa

Re: Skip recipient verification and forward everything to a LMTP socket

2020-01-20 Thread gilles
ORCPT is only emitted if peer advertises support for it: if (s->ext & MTA_EXT_DSN) { mta_send(s, "RCPT TO:<%

python dnsbl filter with 6.6.1p1 on netbsd

2020-01-20 Thread Andi Vajda
Hi list, I've been a happy opensmtpd user on netbsd for many years. I've now upgraded to version 6.6.1p1 and wrote a dnsbl filter in python3 using asyncio that talks to zen.spamhaus.org. I've included the source code at the bottom of this message. This is my first time using asyncio. I kn