This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

s/mime Signing Certificate - Signature invalid only in Outlook

Hello I use AMG3000 v7.504 to sign emails from a specific user with an official (Trustcenter) X.509 certificate in PKCS#12 format.
Everything works fine with plain text-mails in any mail client (Outlook, Thunderbird, several Webmailers) The signature is valid.

But when I send a HTML or mulitpart mail ONLY outlook says  Problem mit der Signatur! "Möglicherweise wurde der Nachrichteninhalt verändert" 
(Problem with the signature: maybe the content of the email has been altered).

All the other Mail-clients still say the signature is valid.

I made sure, that no virus scanning, spam-scanning or footer-addition is done on the AMG before. So why and where should the mail body be altered?

Further I´d like to know what method AMG uses to sign emails:
either "clear sign" or "signed data" ?
And if there is a possibility to change the way it signs emails?


This thread was automatically locked due to age.
Parents
  • Hello, I just wanted to report, that the problem could and had to be solved somewhere else.
    It came out that Multipart E-Mails (HTML and Text) built by a PHP Mailer class and sent through our AMG3000 with s/mime signatures was originally be altered within the PHPMailer. In result Outlook tells that there is a problem with the s/mime signature.

    In PHPMailer Class, the content type of the multipart mailbody had to be set to html/alternative

    So AMG is not to blame.
Reply
  • Hello, I just wanted to report, that the problem could and had to be solved somewhere else.
    It came out that Multipart E-Mails (HTML and Text) built by a PHP Mailer class and sent through our AMG3000 with s/mime signatures was originally be altered within the PHPMailer. In result Outlook tells that there is a problem with the s/mime signature.

    In PHPMailer Class, the content type of the multipart mailbody had to be set to html/alternative

    So AMG is not to blame.
Children
No Data