{"id":180,"date":"2023-08-24T04:47:09","date_gmt":"2023-08-23T23:17:09","guid":{"rendered":"https:\/\/ipwarmup.com\/blog\/?p=180"},"modified":"2025-01-09T10:03:15","modified_gmt":"2025-01-09T04:33:15","slug":"latest-release-of-powermta-v5-5-updates-from-v5-5r1-to-v5-5r5","status":"publish","type":"post","link":"https:\/\/ipwarmup.com\/blog\/latest-release-of-powermta-v5-5-updates-from-v5-5r1-to-v5-5r5\/","title":{"rendered":"Latest Release of PowerMTA v5.5 &#8211; Updates from v5.5r1 to v5.5r5"},"content":{"rendered":"\n<pre class=\"wp-block-preformatted\">In the realm of Message Transfer Agents (MTAs), <strong style=\"user-select: auto;\">PowerMTA<\/strong>, also known as <strong style=\"user-select: auto;\">PMTA<\/strong>, stands out as a premier commercial option. Its reputation is underscored by its adoption within renowned Email Service Providers (ESPs) and large enterprises such as MailChimp, Microsoft, IBM, and more.<\/pre>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Need assistance with the installation and configuration of PowerMTA? Feel free to get in touch with us at <a href=\"https:\/\/ipwarmup.com\/powermta\">https:\/\/ipwarmup.com\/powermta<\/a><\/p><\/blockquote>\n\n\n\n<pre id=\"block-0297cb47-7b18-4311-bf37-4aca35af2de1\" class=\"wp-block-preformatted\">Continuing their unwavering dedication, the team behind PowerMTA has introduced the latest iteration, v5.5r5, which was made available on June 23, 2023. Let's delve into the enhancements that have been implemented since the initial v5.5r1 release:<\/pre>\n\n\n\n<!--more-->\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:12px\"><code>2023-06-23: released build 5.5r5\n\n    - introduced a new record field (numRetries) to \"d\", \"b\" and \"t\" record types in accounting\n      files which gives visibility into the number of retry attempts made for a recipient before\n      it is delivered or bounced;\n\n    - introduced the \"&lt;domain&gt;.bounce-category-patterns\" directive to customize bounce category\n      patterns on a recipient domain basis, for flexibility in categorizing errors specific to\n      each ISP.\n\n    - introduced the \"&lt;domain&gt;.verp-default\" directive to provide flexibility in configuring\n      VERP at the domain level since some mailbox providers may not like VERP and some others\n      may throttle delivery speed based on the MAIL FROM address;\n\n    - introduced \"&lt;domain&gt;.enable-tq-record-for-proxy-failure\" directive to provide more visibility\n      into errors connecting to the proxy by logging them as a \"tq\" record in accounting files;\n\n    - added the ability to customize Signals tracking domains on a virtual MTA or\n      virtual MTA pool basis;\n\n    - extended \"pmtastats\" command to analyze files compressed in gzip format;\n\n    - fixed some edge cases with MX rollups;\n\n    - improved the security of the \"\/configFile\" API to allow access only to PowerMTA\n      configuration files;\n\n    - optimized performance of the \"&lt;virtual-mta&gt;.max-smtp-out\" directive implementation;\n\n    - other small improvements and fixes;\n\n2023-04-14: released build 5.5r4\n\n    - improved Transmissions API to make it easier to specify attachments and AMP content in\n      email injections;\n\n    - added support for running PowerMTA on ARM-based architectures which generally have better\n      price-performance ratios than their x86 counterparts.  PowerMTA 64-bit ARM RPMs can\n      be found on the download portal; On ARM, please ensure \"thread-reuse\" is disabled for\n      best performance;\n\n    - introduced \"&lt;virtual-mta&gt;.suppression-lists\" directive to suppress recipients on a\n      per-Virtual MTA or Virtual MTA pool basis.  This allows you to make your suppression lists\n      independent of the \"&lt;source&gt;\" settings;\n\n    - added ability to store TLS listener certificate, private key, and the associated password\n      in Vault for improved security.  See the documentation for the global\n      \"smtp-server-tls-certificate\" directive and the \"tls-certificate\" directive under the\n      \"&lt;smtp-listener&gt;\" and \"&lt;transmissions-api-listener&gt;\" tags for more information;\n\n    - added the ability to extract the contents of desired headers from the inbound message and\n      include them in the X-MSYS-API header of the outbound message.  This could be useful for\n      tracking purposes when relaying messages to SparkPost, e.g., by including Message-ID header\n      in the metadata;\n\n    - introduced \"&lt;source&gt;.replace-message-id-header\" directive to control whether PowerMTA\n      should replace an existing Message-Id header, for greater flexibility;\n\n    - extended the \"&lt;smtp-pattern-list&gt;.defer-job\" action to apply to all SMTP replies rather\n      than just recipient-level 4xx replies, for greater flexibility in adapting to differences\n      in responses from various ISPs with regard to job-level errors;\n\n    - added the ability to start PowerMTA and PowerMTA web monitor as the non-root \"pmta\" user\n      on Linux for improved security.  As part of this change, the location of the PowerMTA\n      and PowerMTA web monitor PID files has moved to \"\/var\/lib\/pmta\/run\" directory - if you have\n      any tools (e.g., for monitoring PowerMTA processes) configured to rely on the PID files,\n      please review and tweak your setup as needed;\n\n    - added the IP address used by the proxy for email delivery to the \"queueDetail\" REST API\n      response for extra visibility;\n\n    - fixed a crash while processing an SMTP reply which returns PCRE_ERROR_MATCHLIMIT error\n      when matching specific patterns (which could cause intensive matching recursions) in\n      the \"smtp-pattern-list\";\n\n    - fixed a race condition that could prevent seeding from taking place when using the\n      \"Automatic Inline Seeding\" feature;\n\n    - upgraded to OpenSSL 1.1.1t, to get the latest bug fixes;\n\n    - other small improvements and fixes;\n\n2023-04-01: released build 5.5r3\n\n    - fixed a security vulnerability with the web monitor's \"\/getFile\" API, which sometimes\n      could allow access to arbitrary files on the server;\n\n2022-10-01: released build 5.5r2\n\n    - added support for submission of compressed request payload with Transmissions API.  Also,\n      introduced \"&lt;transmissions-api&gt;.max-message-size\" directive to specify the maximum size\n      allowed for the request payload (defaults to 100MB);\n\n    - updated User's Guide with instructions for setting up PowerMTA within Docker containers.  This\n      feature is experimental;\n\n    - extended \"virtual-mta-pool\" syntax to support percentage-based routing for virtual MTAs.\n      This simplifies the configuration and offers more flexibility for balancing the load between\n      the various virtual MTAs within the virtual MTA pool;\n\n    - extended \"&lt;domain&gt;.reroute-to-virtual-mta\" directive syntax to take an optional parameter to\n      specify the time interval after which the reroute becomes effective.  This could be useful to\n      automatically reroute recipients that stay in a queue for a long time to another virtual MTA\n      to have a better chance of getting delivered;\n\n    - introduced \"&lt;source&gt;.require-starttls\" directive to enforce encryption with STARTTLS for\n      inbound connections to improve security;\n\n    - fixed crash while processing a very deeply nested HTML when \"&lt;signals&gt;.engagement-tracking\"\n      is set to \"sparkpost\";\n\n    - other small improvements and fixes;\n\n2022-06-03: released build 5.5r1\n\n    - added support for automatic inline seeding to help monitor the health of your email\n      sending campaigns;\n\n    - added ability to view additional deliverability metrics when using Signals.  If you\n      currently use Signals, make sure the API key has \"Account: Read\" permissions before\n      upgrading to PowerMTA 5.5;\n\n    - improved Transmissions API to allow variable substitution and submission of email content\n      in \"inline format\".  This allows you to submit the contents of your email in JSON which\n      includes the subject, headers, and the text\/HTML contents for the body of your email.\n      PowerMTA will then compose a well-formed MIME-formatted email message for delivery;\n\n    - added support for metrics-based monitoring of PowerMTA with Prometheus;\n\n    - introduced a new REST API to manage configuration for \"suppression-list\"(s);\n\n    - added support for TLS certificate chain based authentication of SMTP users;\n\n    - added support for LDAP-based authentication of SMTP users via HashiCorp Vault;\n\n    - introduced \"...-tls-min-version\" and \"...-tls-max-version\" directives to control what\n      TLS protocol versions are allowed.  This should be preferred over the existing\n      \"...-tls-allow-...\" directives which are now considered deprecated;\n\n    - introduced \"...-tls-cipher-server-preference\" directives to control whether to use\n      server\u2019s preferences when choosing a cipher during a TLS connection;\n\n    - introduced a new \"&lt;include-config&gt;\" tag to support fetching configuration from external\n      sources through HTTP or HTTPS with customized HTTP headers;\n\n    - added \"log-hires-timestamp\" to configure millisecond precision for messages in log files;\n\n    - added a new \"greylist\" action to \"smtp-pattern-list\" to prioritize delivery of greylisted\n      recipients whenever the queue exits retry mode;\n\n    - added a new \"defer-job\" action to \"smtp-pattern-list\" to delay delivery of all recipients\n      belonging to a job within a queue;\n\n    - made hostname in \"&lt;proxy&gt;.client\" directive optional and use the virtual MTA's \"host-name\"\n      as the default;\n\n    - improved overall performance and reduced memory usage for Linux builds;\n\n    - upgraded to OpenSSL 1.1.1n, to get the latest bug fixes;\n\n    - other small improvements and fixes;<\/code><\/pre>\n\n\n\n<p>Feel free to share your thoughts about PowerMTA in the comments section!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In the realm of Message Transfer Agents (MTAs), PowerMTA, also known as PMTA, stands out as a premier commercial option. Its reputation is underscored by its adoption within renowned Email Service Providers (ESPs) and large enterprises such as MailChimp, Microsoft, IBM, and more. Need assistance with the installation and configuration of PowerMTA? Feel free to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":182,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[43],"tags":[65,37,26,45,35,78,38],"class_list":["post-180","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-mta-message-transfer-agent","tag-5-5","tag-configuration","tag-download","tag-pmta","tag-powermta","tag-powermta-change-log","tag-setup","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Latest Release of PowerMTA v5.5 - Updates from v5.5r1 to v5.5r5 | IPwarmup.com Blog<\/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:\/\/ipwarmup.com\/blog\/latest-release-of-powermta-v5-5-updates-from-v5-5r1-to-v5-5r5\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Latest Release of PowerMTA v5.5 - Updates from v5.5r1 to v5.5r5 | IPwarmup.com Blog\" \/>\n<meta property=\"og:description\" content=\"In the realm of Message Transfer Agents (MTAs), PowerMTA, also known as PMTA, stands out as a premier commercial option. Its reputation is underscored by its adoption within renowned Email Service Providers (ESPs) and large enterprises such as MailChimp, Microsoft, IBM, and more. Need assistance with the installation and configuration of PowerMTA? Feel free to [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ipwarmup.com\/blog\/latest-release-of-powermta-v5-5-updates-from-v5-5r1-to-v5-5r5\/\" \/>\n<meta property=\"og:site_name\" content=\"IPwarmup.com Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/ipwarmup\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-23T23:17:09+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-09T04:33:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ipwarmup.com\/blog\/wp-content\/uploads\/2023\/08\/PowerMTA-5.5-Download-Nulled-Crack-License.png\" \/>\n\t<meta property=\"og:image:width\" content=\"3358\" \/>\n\t<meta property=\"og:image:height\" content=\"1890\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"IPwarmup.com Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@ipwarmupcom\" \/>\n<meta name=\"twitter:site\" content=\"@ipwarmupcom\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"IPwarmup.com Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/ipwarmup.com\/blog\/latest-release-of-powermta-v5-5-updates-from-v5-5r1-to-v5-5r5\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/ipwarmup.com\/blog\/latest-release-of-powermta-v5-5-updates-from-v5-5r1-to-v5-5r5\/\"},\"author\":{\"name\":\"IPwarmup.com Team\",\"@id\":\"https:\/\/ipwarmup.com\/blog\/#\/schema\/person\/afa42f8536a22e106a20b445b7b57554\"},\"headline\":\"Latest Release of PowerMTA v5.5 &#8211; Updates from v5.5r1 to v5.5r5\",\"datePublished\":\"2023-08-23T23:17:09+00:00\",\"dateModified\":\"2025-01-09T04:33:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/ipwarmup.com\/blog\/latest-release-of-powermta-v5-5-updates-from-v5-5r1-to-v5-5r5\/\"},\"wordCount\":47,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/ipwarmup.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/ipwarmup.com\/blog\/latest-release-of-powermta-v5-5-updates-from-v5-5r1-to-v5-5r5\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ipwarmup.com\/blog\/wp-content\/uploads\/2023\/08\/PowerMTA-5.5-Download-Nulled-Crack-License.png\",\"keywords\":[\"5.5\",\"Configuration\",\"Download\",\"PMTA\",\"PowerMTA\",\"PowerMTA Change Log\",\"Setup\"],\"articleSection\":[\"MTA - Message Transfer Agent\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/ipwarmup.com\/blog\/latest-release-of-powermta-v5-5-updates-from-v5-5r1-to-v5-5r5\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ipwarmup.com\/blog\/latest-release-of-powermta-v5-5-updates-from-v5-5r1-to-v5-5r5\/\",\"url\":\"https:\/\/ipwarmup.com\/blog\/latest-release-of-powermta-v5-5-updates-from-v5-5r1-to-v5-5r5\/\",\"name\":\"Latest Release of PowerMTA v5.5 - Updates from v5.5r1 to v5.5r5 | IPwarmup.com Blog\",\"isPartOf\":{\"@id\":\"https:\/\/ipwarmup.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/ipwarmup.com\/blog\/latest-release-of-powermta-v5-5-updates-from-v5-5r1-to-v5-5r5\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/ipwarmup.com\/blog\/latest-release-of-powermta-v5-5-updates-from-v5-5r1-to-v5-5r5\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ipwarmup.com\/blog\/wp-content\/uploads\/2023\/08\/PowerMTA-5.5-Download-Nulled-Crack-License.png\",\"datePublished\":\"2023-08-23T23:17:09+00:00\",\"dateModified\":\"2025-01-09T04:33:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/ipwarmup.com\/blog\/latest-release-of-powermta-v5-5-updates-from-v5-5r1-to-v5-5r5\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ipwarmup.com\/blog\/latest-release-of-powermta-v5-5-updates-from-v5-5r1-to-v5-5r5\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ipwarmup.com\/blog\/latest-release-of-powermta-v5-5-updates-from-v5-5r1-to-v5-5r5\/#primaryimage\",\"url\":\"https:\/\/ipwarmup.com\/blog\/wp-content\/uploads\/2023\/08\/PowerMTA-5.5-Download-Nulled-Crack-License.png\",\"contentUrl\":\"https:\/\/ipwarmup.com\/blog\/wp-content\/uploads\/2023\/08\/PowerMTA-5.5-Download-Nulled-Crack-License.png\",\"width\":3358,\"height\":1890},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ipwarmup.com\/blog\/latest-release-of-powermta-v5-5-updates-from-v5-5r1-to-v5-5r5\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/ipwarmup.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Latest Release of PowerMTA v5.5 &#8211; Updates from v5.5r1 to v5.5r5\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ipwarmup.com\/blog\/#website\",\"url\":\"https:\/\/ipwarmup.com\/blog\/\",\"name\":\"IPwarmup.com Blog\",\"description\":\"Updates you can&#039;t miss!\",\"publisher\":{\"@id\":\"https:\/\/ipwarmup.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ipwarmup.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/ipwarmup.com\/blog\/#organization\",\"name\":\"IPwarmup.com\",\"url\":\"https:\/\/ipwarmup.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ipwarmup.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/ipwarmup.com\/blog\/wp-content\/uploads\/2019\/06\/IP-Warmup-2.jpg\",\"contentUrl\":\"https:\/\/ipwarmup.com\/blog\/wp-content\/uploads\/2019\/06\/IP-Warmup-2.jpg\",\"width\":1024,\"height\":1024,\"caption\":\"IPwarmup.com\"},\"image\":{\"@id\":\"https:\/\/ipwarmup.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/ipwarmup\",\"https:\/\/x.com\/ipwarmupcom\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/ipwarmup.com\/blog\/#\/schema\/person\/afa42f8536a22e106a20b445b7b57554\",\"name\":\"IPwarmup.com Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ipwarmup.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3943becb06dcb7f38f3d6a3cac7a6326?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3943becb06dcb7f38f3d6a3cac7a6326?s=96&d=mm&r=g\",\"caption\":\"IPwarmup.com Team\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Latest Release of PowerMTA v5.5 - Updates from v5.5r1 to v5.5r5 | IPwarmup.com Blog","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:\/\/ipwarmup.com\/blog\/latest-release-of-powermta-v5-5-updates-from-v5-5r1-to-v5-5r5\/","og_locale":"en_US","og_type":"article","og_title":"Latest Release of PowerMTA v5.5 - Updates from v5.5r1 to v5.5r5 | IPwarmup.com Blog","og_description":"In the realm of Message Transfer Agents (MTAs), PowerMTA, also known as PMTA, stands out as a premier commercial option. Its reputation is underscored by its adoption within renowned Email Service Providers (ESPs) and large enterprises such as MailChimp, Microsoft, IBM, and more. Need assistance with the installation and configuration of PowerMTA? Feel free to [&hellip;]","og_url":"https:\/\/ipwarmup.com\/blog\/latest-release-of-powermta-v5-5-updates-from-v5-5r1-to-v5-5r5\/","og_site_name":"IPwarmup.com Blog","article_publisher":"https:\/\/www.facebook.com\/ipwarmup","article_published_time":"2023-08-23T23:17:09+00:00","article_modified_time":"2025-01-09T04:33:15+00:00","og_image":[{"width":3358,"height":1890,"url":"https:\/\/ipwarmup.com\/blog\/wp-content\/uploads\/2023\/08\/PowerMTA-5.5-Download-Nulled-Crack-License.png","type":"image\/png"}],"author":"IPwarmup.com Team","twitter_card":"summary_large_image","twitter_creator":"@ipwarmupcom","twitter_site":"@ipwarmupcom","twitter_misc":{"Written by":"IPwarmup.com Team","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ipwarmup.com\/blog\/latest-release-of-powermta-v5-5-updates-from-v5-5r1-to-v5-5r5\/#article","isPartOf":{"@id":"https:\/\/ipwarmup.com\/blog\/latest-release-of-powermta-v5-5-updates-from-v5-5r1-to-v5-5r5\/"},"author":{"name":"IPwarmup.com Team","@id":"https:\/\/ipwarmup.com\/blog\/#\/schema\/person\/afa42f8536a22e106a20b445b7b57554"},"headline":"Latest Release of PowerMTA v5.5 &#8211; Updates from v5.5r1 to v5.5r5","datePublished":"2023-08-23T23:17:09+00:00","dateModified":"2025-01-09T04:33:15+00:00","mainEntityOfPage":{"@id":"https:\/\/ipwarmup.com\/blog\/latest-release-of-powermta-v5-5-updates-from-v5-5r1-to-v5-5r5\/"},"wordCount":47,"commentCount":0,"publisher":{"@id":"https:\/\/ipwarmup.com\/blog\/#organization"},"image":{"@id":"https:\/\/ipwarmup.com\/blog\/latest-release-of-powermta-v5-5-updates-from-v5-5r1-to-v5-5r5\/#primaryimage"},"thumbnailUrl":"https:\/\/ipwarmup.com\/blog\/wp-content\/uploads\/2023\/08\/PowerMTA-5.5-Download-Nulled-Crack-License.png","keywords":["5.5","Configuration","Download","PMTA","PowerMTA","PowerMTA Change Log","Setup"],"articleSection":["MTA - Message Transfer Agent"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/ipwarmup.com\/blog\/latest-release-of-powermta-v5-5-updates-from-v5-5r1-to-v5-5r5\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/ipwarmup.com\/blog\/latest-release-of-powermta-v5-5-updates-from-v5-5r1-to-v5-5r5\/","url":"https:\/\/ipwarmup.com\/blog\/latest-release-of-powermta-v5-5-updates-from-v5-5r1-to-v5-5r5\/","name":"Latest Release of PowerMTA v5.5 - Updates from v5.5r1 to v5.5r5 | IPwarmup.com Blog","isPartOf":{"@id":"https:\/\/ipwarmup.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ipwarmup.com\/blog\/latest-release-of-powermta-v5-5-updates-from-v5-5r1-to-v5-5r5\/#primaryimage"},"image":{"@id":"https:\/\/ipwarmup.com\/blog\/latest-release-of-powermta-v5-5-updates-from-v5-5r1-to-v5-5r5\/#primaryimage"},"thumbnailUrl":"https:\/\/ipwarmup.com\/blog\/wp-content\/uploads\/2023\/08\/PowerMTA-5.5-Download-Nulled-Crack-License.png","datePublished":"2023-08-23T23:17:09+00:00","dateModified":"2025-01-09T04:33:15+00:00","breadcrumb":{"@id":"https:\/\/ipwarmup.com\/blog\/latest-release-of-powermta-v5-5-updates-from-v5-5r1-to-v5-5r5\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ipwarmup.com\/blog\/latest-release-of-powermta-v5-5-updates-from-v5-5r1-to-v5-5r5\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ipwarmup.com\/blog\/latest-release-of-powermta-v5-5-updates-from-v5-5r1-to-v5-5r5\/#primaryimage","url":"https:\/\/ipwarmup.com\/blog\/wp-content\/uploads\/2023\/08\/PowerMTA-5.5-Download-Nulled-Crack-License.png","contentUrl":"https:\/\/ipwarmup.com\/blog\/wp-content\/uploads\/2023\/08\/PowerMTA-5.5-Download-Nulled-Crack-License.png","width":3358,"height":1890},{"@type":"BreadcrumbList","@id":"https:\/\/ipwarmup.com\/blog\/latest-release-of-powermta-v5-5-updates-from-v5-5r1-to-v5-5r5\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ipwarmup.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Latest Release of PowerMTA v5.5 &#8211; Updates from v5.5r1 to v5.5r5"}]},{"@type":"WebSite","@id":"https:\/\/ipwarmup.com\/blog\/#website","url":"https:\/\/ipwarmup.com\/blog\/","name":"IPwarmup.com Blog","description":"Updates you can&#039;t miss!","publisher":{"@id":"https:\/\/ipwarmup.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ipwarmup.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ipwarmup.com\/blog\/#organization","name":"IPwarmup.com","url":"https:\/\/ipwarmup.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ipwarmup.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/ipwarmup.com\/blog\/wp-content\/uploads\/2019\/06\/IP-Warmup-2.jpg","contentUrl":"https:\/\/ipwarmup.com\/blog\/wp-content\/uploads\/2019\/06\/IP-Warmup-2.jpg","width":1024,"height":1024,"caption":"IPwarmup.com"},"image":{"@id":"https:\/\/ipwarmup.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/ipwarmup","https:\/\/x.com\/ipwarmupcom"]},{"@type":"Person","@id":"https:\/\/ipwarmup.com\/blog\/#\/schema\/person\/afa42f8536a22e106a20b445b7b57554","name":"IPwarmup.com Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ipwarmup.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/3943becb06dcb7f38f3d6a3cac7a6326?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3943becb06dcb7f38f3d6a3cac7a6326?s=96&d=mm&r=g","caption":"IPwarmup.com Team"}}]}},"_links":{"self":[{"href":"https:\/\/ipwarmup.com\/blog\/wp-json\/wp\/v2\/posts\/180","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ipwarmup.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ipwarmup.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ipwarmup.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ipwarmup.com\/blog\/wp-json\/wp\/v2\/comments?post=180"}],"version-history":[{"count":2,"href":"https:\/\/ipwarmup.com\/blog\/wp-json\/wp\/v2\/posts\/180\/revisions"}],"predecessor-version":[{"id":200,"href":"https:\/\/ipwarmup.com\/blog\/wp-json\/wp\/v2\/posts\/180\/revisions\/200"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ipwarmup.com\/blog\/wp-json\/wp\/v2\/media\/182"}],"wp:attachment":[{"href":"https:\/\/ipwarmup.com\/blog\/wp-json\/wp\/v2\/media?parent=180"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ipwarmup.com\/blog\/wp-json\/wp\/v2\/categories?post=180"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ipwarmup.com\/blog\/wp-json\/wp\/v2\/tags?post=180"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}