Morris, Patrick wrote: > On Fri, 18 Sep 2009, Jason wrote: >> Morris, Patrick wrote: >>> On Tue, 15 Sep 2009, Jason wrote: >>>> I'm attempting to send and receive email from an Exchange2007 server (I >>>> know, bleh :-P ). Seeing as how Evolution-mapi is having some issues, I >>>> decided to eliminate all the GUI crap. >>>> >>>> I'm able to pull all of my email with "exchange2mbox" and I plan on >>>> using "openchangeclient --sendmail ..." as my version of sendmail. >>>> >>> Thinks work OK for me and most of my mail comes by way of Exchange 2007 >>> servers. >>> >> Via MAPI or other? If it's MAPI, care to share the details of pulling >> and sending (commands/args)? I've only gotten as far as pulling my >> inbox a few times so I had sample data to work with. > > Via other. I generally use offlineimap to pull stuff down via IMAP and > then just point Mutt at the resulting Maildir. That may also account for > why S/MIME works for me while it's giving you a hard time.
Ah... Unfortunately, I have no choice. MAPI is the only path open to me. It's a PITA. First, it doesn't label mime-types correctly, it doesn't include raw email addresses in the headers, it doesn't even hint the S/MIME at all, and last, the M$ developers must have thought RFC stood for Reject Fools Comments. Now that I typed it, I just got to thinking that I was never asked to enter a passphrase. I'll go see where mutt decides to check for that. If it triggers on the email address (To: or CC: in the headers), that may be the start of my failures... thx, Jason.