On Mon, Oct 31, 2022 at 05:53:10PM +0530, Mayuresh wrote: > If I send emails using command line 'mail' client I can see that dkim > header is getting attached. > > However if I use mutt or neomutt the headers don't contain dkim.
mutt's sendmail variable defaults to the following, I checked it in mutt's index view: sendmail="/usr/sbin/sendmail -oem -oi" And /usr/sbin/sendmail soft links to the following on my system: /usr/sbin/mailwrapper -- Mayuresh