> On Dec 11, 2018, at 10:49 AM, Marco Fioretti <marco.fiore...@gmail.com> wrote: > > procmail unix - n n - - pipe -o > flags=D user=myvmail_user argv=/usr/bin/procmail -t -m > USER=${recipient} EXTENSION=${extension} > /usr/local/etc/procmailrc.common
The syntax is wrong, the "-o" is not followed by any valid main.cf parameter override. The "flags=" parameter to pipe(8) is not a main.cf parameter. The solution is to remove the dangling "-o". In the meantime, you still HAVE NOT posted the logs that show smtpd(8) complaining about being unable to initialize TLS. If your SMTP server has no TLS, the reason is log early in process startup, before any connections are processed. Therefore, do not post connection logs, but post warnings logged at process start. -- Viktor.