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

8-bit mime support

What about 8-bit mime support in the SMTP Proxy? Why doesn't the SMTP proxy respond 8bitmime on an ehlo command?


This thread was automatically locked due to age.
Parents Reply Children
  • As long as you don't find an option in WebAdmin's SMTP-Config page,
    you have to edit exim's config by yourself (which voids the Astaro Support)  

    -- This is not tested - I'm not even sure, if exim is compiled with the necessary options to support this --

    # This would make exim advertise the 8BIT-MIME option. According to
    # RFC1652, this means it will take an 8bit message, and ensure it gets
    # delivered correctly. exim won't do this: it is entirely 8bit clean
    # but won't do any conversion if the next hop isn't. Therefore, if you
    # set this option you are asking exim to lie and not be RFC
    # compliant. But some people want it.

    accept_8bitmime = true
  • Yes that should activate it, but most servers on the wild don't event talk 8-bit mime, because the extended features aren't used much. 

    Chris
  • Which file do I edit?

    Can I make it not to answer to EHLO, only HELO?
  • [ QUOTE ]
    Which file do I edit?

    [/ QUOTE ]

    The exim-configuration is found in
    /var/storage/chroot-smtp/etc/exim.conf
    (on a ASG 6.100) ..

    But it's getting overwritten maybe when changes are
    made in webadmin or when applying up2dates ..