Quote:
Originally Posted by anand taliskar, Code: Apr 21 10:49:45 email amavis[25617]: (25617-01) WARN: MIME::Parser error: part did not end with expected boundary |
I was able to solve this missing attach problem configuring Amavisd to no check the Emails Headers.
I do not remeber exactly where, but i read in a Amavis thread that is safe to disable the Headers check.
To do this you must add the following code to /opt/zimbra/conf/amavisd.conf.in :
Code:
@bypass_header_checks_maps = (1);
$bad_header_quarantine_to = undef;
Then restart Zimbra or
zmamavisdctl restart
Note: This work only emails received or created after the patch