exim system filter

Markoetie

Verified User
Joined
Aug 19, 2008
Messages
40
Hi,

I'm having some trouble with outgoing e-mail (zarafa only)
I just setup a new server on Debian 5 and when I tried to send a e-mail with roundcube/squirrelmail and it worked perfectly.

But when i tried to send a e-mail from the zarafa account (exchange clone) it stayed in the exim queue with the error:

Code:
This is a multi-part message in MIME format. Your mail reader does not understand MIME message format.

and finaly crashing on a signal 11.
I googled my ass off so to speak :p to fix this problem. Someone came up with the idea to comment out

Code:
 system_filter = /etc/system_filter.exim

in the exim.conf. And so I did, restarted exim and I could send e-mails from my zarafa account.

Now I figure the system_filter is pretty handy... so how do I make those 2 work :o
 
I wrote the exim.conf file used by DirectAdmin (and several others since).

I don't have any idea ... because that message should have nothing to do with delivering messages, as exim doesn't care at all about the message content.

Anyone?

Jeff
 
I don't have any idea ... because that message should have nothing to do with delivering messages, as exim doesn't care at all about the message content.

system_filter.exim actually does read message content, limited to the size of message_body_visible.

I can't make anything of that error though. Where did you find that message in your logging? If you can, please give us the full output of

Code:
/usr/sbin/exim -Mvl <message-id>
 
Yeah, well i didn't think of that; of course the filter does. I just don't think of it as part of exim :(.

Jeff
 
Back
Top