Morris, Patrick wrote:
> On Tue, 15 Sep 2009, Jason wrote:
> 
>> All,
>>
>> 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.

> These two lines in my Mutt config may be why I've never had issues that
> I can remember, though I've been doctoring my config for nigh on a
> decade and a half now and there's all kinds of stuff in there I no
> longer remember doing:
> 
> unmime_lookup *
> mime_lookup application/octet-stream
> 

Yup, I have that.  It looks like my problem is in the S/MIME detection.
 In crypt.c (around line 398) it specifically looks for "octet-stream"
and kicks out (meaning it's not S/MIME).  I'm in the process of
modifying it so that it looks at the file name first before kicking out...

thx,

Jason.

Reply via email to