{"id":2736,"date":"2025-05-13T16:32:41","date_gmt":"2025-05-13T16:32:41","guid":{"rendered":"https:\/\/pheonixsolutions.com\/knowledge-base\/?p=2736"},"modified":"2025-05-13T16:32:45","modified_gmt":"2025-05-13T16:32:45","slug":"how-to-enable-smtputf8-with-exim","status":"publish","type":"post","link":"https:\/\/pheonixsolutions.com\/knowledge-base\/2025\/05\/13\/how-to-enable-smtputf8-with-exim\/","title":{"rendered":"How to enable SMTPUTF8 with Exim"},"content":{"rendered":"\n<p><strong>Introduction:<\/strong><br>In today\u2019s globalized digital landscape, email systems must be capable of handling internationalized content\u2014including addresses with non-ASCII characters. This is where <strong>SMTPUTF8<\/strong> comes into play.<\/p>\n\n\n\n<p><strong>SMTPUTF8<\/strong> is an SMTP extension defined in <a>RFC 6531<\/a> that allows email addresses and headers to contain UTF-8 encoded characters. This enables the use of accented letters, non-Latin scripts, and other Unicode characters, making email more accessible and inclusive across different languages and regions.<br><br>If our clients are attempting to use SMTPUTF8 while your server does not have it enabled, you may encounter errors similar to the following in the <code>\/var\/log\/exim_mainlog<\/code>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>2025-12-15 15:26:00.383 &#091;3539516] SMTP syntax error in \"MAIL FROM: &lt;test@example.tld&gt; SMTPUTF8\n\n\" H=(hostname) &#091;xxx.xxx.xxx.xxx]:55653 I=&#091;xxx.xxx.xxx.xxx]:465 SMTPUTF8 used when not advertised\n<\/code><\/pre>\n\n\n\n<p>This error occurs because the client requests SMTPUTF8 support that the server has not advertised, causing the server to reject the message.<\/p>\n\n\n\n<p>To resolve this issue and ensure smooth communication with modern mail clients, you need to enable specific settings in Exim to support SMTPUTF8. The procedure below outlines how to do this through <strong>WHM (Web Host Manager)<\/strong>.<\/p>\n\n\n\n<p><strong>Procedure to Enable SMTPUTF8 in Exim<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Log in to WHM as the root user<\/strong>\n<ul class=\"wp-block-list\">\n<li>Access your WHM (Web Host Manager) using root credentials. <\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Navigate to Exim Configuration Manager<\/strong>\n<ul class=\"wp-block-list\">\n<li>Go to: <strong>Home \u00bb Service Configuration \u00bb Exim Configuration Manager<\/strong><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Access the Advanced Editor<\/strong>\n<ul class=\"wp-block-list\">\n<li>Click on the <strong>Advanced Editor<\/strong> tab.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Modify Configuration Settings<\/strong>\n<ul class=\"wp-block-list\">\n<li>Locate the <strong>Add Additional Configuration Setting<\/strong> button and click on it.<\/li>\n\n\n\n<li>Add the following configuration lines: <br><br><code>allow_utf8_domains = true <\/code><br><br><code>smtputf8_advertise_hosts = *<\/code><br><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Save Changes<\/strong>\n<ul class=\"wp-block-list\">\n<li>Scroll to the bottom of the page and click the <strong>Save<\/strong> button to apply the changes.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<p>After completing these steps, Exim should properly support SMTPUTF8, allowing email clients to send and receive UTF-8 encoded emails without issues.<\/p>\n\n\n\n<p><strong>Conclusion<\/strong>:<br>Enabling SMTPUTF8 in Exim ensures better email compatibility with modern international character sets. Following the above steps will help prevent syntax errors and improve overall email handling on your server.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction:In today\u2019s globalized digital landscape, email systems must be capable of handling internationalized content\u2014including addresses with non-ASCII characters. This is where SMTPUTF8 comes into play. SMTPUTF8 is an SMTP extension defined in RFC 6531 that allows email addresses and headers to contain UTF-8 encoded characters. This enables the use of accented letters, non-Latin scripts, and ..<\/p>\n<div class=\"clear-fix\"><\/div>\n<p><a href=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2025\/05\/13\/how-to-enable-smtputf8-with-exim\/\" title=\"read more...\">Read more<\/a><\/p>\n","protected":false},"author":11,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2736","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to enable SMTPUTF8 with Exim - PheonixSolutions Knowledge-Base<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2025\/05\/13\/how-to-enable-smtputf8-with-exim\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to enable SMTPUTF8 with Exim - PheonixSolutions Knowledge-Base\" \/>\n<meta property=\"og:description\" content=\"Introduction:In today\u2019s globalized digital landscape, email systems must be capable of handling internationalized content\u2014including addresses with non-ASCII characters. This is where SMTPUTF8 comes into play. SMTPUTF8 is an SMTP extension defined in RFC 6531 that allows email addresses and headers to contain UTF-8 encoded characters. This enables the use of accented letters, non-Latin scripts, and ..Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2025\/05\/13\/how-to-enable-smtputf8-with-exim\/\" \/>\n<meta property=\"og:site_name\" content=\"PheonixSolutions Knowledge-Base\" \/>\n<meta property=\"article:published_time\" content=\"2025-05-13T16:32:41+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-13T16:32:45+00:00\" \/>\n<meta name=\"author\" content=\"srisanthosh s\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"srisanthosh s\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2025\\\/05\\\/13\\\/how-to-enable-smtputf8-with-exim\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2025\\\/05\\\/13\\\/how-to-enable-smtputf8-with-exim\\\/\"},\"author\":{\"name\":\"srisanthosh s\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/070895e04bc57565b04d6106e4da129c\"},\"headline\":\"How to enable SMTPUTF8 with Exim\",\"datePublished\":\"2025-05-13T16:32:41+00:00\",\"dateModified\":\"2025-05-13T16:32:45+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2025\\\/05\\\/13\\\/how-to-enable-smtputf8-with-exim\\\/\"},\"wordCount\":296,\"commentCount\":0,\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2025\\\/05\\\/13\\\/how-to-enable-smtputf8-with-exim\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2025\\\/05\\\/13\\\/how-to-enable-smtputf8-with-exim\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2025\\\/05\\\/13\\\/how-to-enable-smtputf8-with-exim\\\/\",\"name\":\"How to enable SMTPUTF8 with Exim - PheonixSolutions Knowledge-Base\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#website\"},\"datePublished\":\"2025-05-13T16:32:41+00:00\",\"dateModified\":\"2025-05-13T16:32:45+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/070895e04bc57565b04d6106e4da129c\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2025\\\/05\\\/13\\\/how-to-enable-smtputf8-with-exim\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2025\\\/05\\\/13\\\/how-to-enable-smtputf8-with-exim\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2025\\\/05\\\/13\\\/how-to-enable-smtputf8-with-exim\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to enable SMTPUTF8 with Exim\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#website\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/\",\"name\":\"PheonixSolutions Knowledge-Base\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/070895e04bc57565b04d6106e4da129c\",\"name\":\"srisanthosh s\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6aaff236b178a614b2cfa9b0388af65e26cb08bb19608a622574904d2765036d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6aaff236b178a614b2cfa9b0388af65e26cb08bb19608a622574904d2765036d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6aaff236b178a614b2cfa9b0388af65e26cb08bb19608a622574904d2765036d?s=96&d=mm&r=g\",\"caption\":\"srisanthosh s\"},\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/author\\\/srisanthosh\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to enable SMTPUTF8 with Exim - PheonixSolutions Knowledge-Base","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/pheonixsolutions.com\/knowledge-base\/2025\/05\/13\/how-to-enable-smtputf8-with-exim\/","og_locale":"en_US","og_type":"article","og_title":"How to enable SMTPUTF8 with Exim - PheonixSolutions Knowledge-Base","og_description":"Introduction:In today\u2019s globalized digital landscape, email systems must be capable of handling internationalized content\u2014including addresses with non-ASCII characters. This is where SMTPUTF8 comes into play. SMTPUTF8 is an SMTP extension defined in RFC 6531 that allows email addresses and headers to contain UTF-8 encoded characters. This enables the use of accented letters, non-Latin scripts, and ..Read more","og_url":"https:\/\/pheonixsolutions.com\/knowledge-base\/2025\/05\/13\/how-to-enable-smtputf8-with-exim\/","og_site_name":"PheonixSolutions Knowledge-Base","article_published_time":"2025-05-13T16:32:41+00:00","article_modified_time":"2025-05-13T16:32:45+00:00","author":"srisanthosh s","twitter_card":"summary_large_image","twitter_misc":{"Written by":"srisanthosh s","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2025\/05\/13\/how-to-enable-smtputf8-with-exim\/#article","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2025\/05\/13\/how-to-enable-smtputf8-with-exim\/"},"author":{"name":"srisanthosh s","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/070895e04bc57565b04d6106e4da129c"},"headline":"How to enable SMTPUTF8 with Exim","datePublished":"2025-05-13T16:32:41+00:00","dateModified":"2025-05-13T16:32:45+00:00","mainEntityOfPage":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2025\/05\/13\/how-to-enable-smtputf8-with-exim\/"},"wordCount":296,"commentCount":0,"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pheonixsolutions.com\/knowledge-base\/2025\/05\/13\/how-to-enable-smtputf8-with-exim\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2025\/05\/13\/how-to-enable-smtputf8-with-exim\/","url":"https:\/\/pheonixsolutions.com\/knowledge-base\/2025\/05\/13\/how-to-enable-smtputf8-with-exim\/","name":"How to enable SMTPUTF8 with Exim - PheonixSolutions Knowledge-Base","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#website"},"datePublished":"2025-05-13T16:32:41+00:00","dateModified":"2025-05-13T16:32:45+00:00","author":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/070895e04bc57565b04d6106e4da129c"},"breadcrumb":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2025\/05\/13\/how-to-enable-smtputf8-with-exim\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pheonixsolutions.com\/knowledge-base\/2025\/05\/13\/how-to-enable-smtputf8-with-exim\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2025\/05\/13\/how-to-enable-smtputf8-with-exim\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pheonixsolutions.com\/knowledge-base\/"},{"@type":"ListItem","position":2,"name":"How to enable SMTPUTF8 with Exim"}]},{"@type":"WebSite","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#website","url":"https:\/\/pheonixsolutions.com\/knowledge-base\/","name":"PheonixSolutions Knowledge-Base","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pheonixsolutions.com\/knowledge-base\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/070895e04bc57565b04d6106e4da129c","name":"srisanthosh s","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/6aaff236b178a614b2cfa9b0388af65e26cb08bb19608a622574904d2765036d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/6aaff236b178a614b2cfa9b0388af65e26cb08bb19608a622574904d2765036d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6aaff236b178a614b2cfa9b0388af65e26cb08bb19608a622574904d2765036d?s=96&d=mm&r=g","caption":"srisanthosh s"},"url":"https:\/\/pheonixsolutions.com\/knowledge-base\/author\/srisanthosh\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/2736","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/comments?post=2736"}],"version-history":[{"count":4,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/2736\/revisions"}],"predecessor-version":[{"id":2794,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/2736\/revisions\/2794"}],"wp:attachment":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/media?parent=2736"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/categories?post=2736"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/tags?post=2736"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}