Am 17.07.2021 um 22:02 schrieb Stephane Magnier:
Email are stoill blocked into sendmail
Here is my _*sendmail config*_
define(`confLOCAL_MAILER', `local_lmtp')dnl
dnl ############################ FIN OPENDKIM ######
dnl ###### boost traitement ############"dnl
FEATURE(`access_db', `hash -T<TMPF> -o /etc/mail/access.db')dnl
dnl # define(`confCONNECTION_RATE_THROTTLE',2800)dnl
FEATURE(local_procmail, `', `procmail -t -Y -a $h -d $u')dnl
*FEATURE(`local_lmtp')*
MAILER(local)dnl
MAILER(smtp)dnl
MAILER(procmail)dnl
MAILER(dovecot)dnl ->maybe totally useless if I declare : MAILER( local )
Hm, this Sendmail config part looks like a mess.
You need a proper MAILER definition which tells Sendmail to use LMTP.
And remove those mailers you don't make use of like procmail.
Have a look at the cyrusv2 mailer definition and adopt it for dovecot.
https://thr3ads.net/dovecot/2019/12/3145682-How-to-rewrite-local_lmpt-ipc-to-tcp-port-24
Alexander