惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
G
Google Developers Blog
J
Java Code Geeks
爱范儿
爱范儿
Microsoft Azure Blog
Microsoft Azure Blog
美团技术团队
人人都是产品经理
人人都是产品经理
Martin Fowler
Martin Fowler
IT之家
IT之家
博客园_首页
B
Blog RSS Feed
Google DeepMind News
Google DeepMind News
B
Blog
U
Unit 42
Apple Machine Learning Research
Apple Machine Learning Research
L
LangChain Blog
Stack Overflow Blog
Stack Overflow Blog
罗磊的独立博客
N
Netflix TechBlog - Medium
T
Tailwind CSS Blog
博客园 - 聂微东
腾讯CDC
A
About on SuperTechFans

Datadog | The Monitor blog

Introducing our open source AI-native SAST Instrument and monitor Boomi integration flows with OpenTelemetry and Datadog Not all index scans are equal: How we cut query latency by over 99% Platform engineering metrics: What to measure and what to ignore Integrate Recorded Future threat intelligence with Datadog Cloud SIEM CI/CD security: threat modeling using a MITRE-style threat matrix CI/CD security: How to secure your GitHub ecosystem Ingress NGINX is EOL: A practical guide for migrating to Kubernetes Gateway API Operating agentic AI with Amazon Bedrock AgentCore and Datadog LLM Observability: Lessons from NTT DATA Introducing the Datadog Code Security MCP Capture and analyze custom heatmaps in Session Replay Understand session replays faster with AI summaries and smart chapters Monitor ClickHouse query performance with Datadog Database Monitoring How we designed empathetic alert sounds for on-call engineers Search and act across Datadog to resolve issues faster with Bits Assistant Measure the business impact of every product change with Datadog Experiments Analyzing round trip query latency Configuring JavaScript caches for better performance Introducing Bits AI Dev Agent for Code Security Datadog achieves ISO 42001 certification for responsible AI Monitor Nutanix clusters, hosts, and VMs with Datadog Monitor Juniper Mist in Datadog A new Host Map for modern infrastructure Annotate traces to improve LLM quality with Datadog LLM Observability What’s new in Cloud SIEM: AI-powered investigations, enhanced threat intelligence, and scalable security operations Explore Kubernetes with native OpenTelemetry data Monitor Oracle Fusion Cloud Applications with Datadog Announcing the Datadog Terraform provider v4.0.0 Scaling Kubernetes workloads on custom metrics How to design cloud environments for AI-powered threat analysis
Monitor Postfix queue performance
2016-06-22 · via Datadog | The Monitor blog

Postfix is an open source, SMTP-based mail transfer agent (MTA) first released in 1997 that continues to be a popular choice for organizations that need an affordable way to route and deliver email. By using Postfix, organizations also have an initial layer of protection against common email issues like spambots and malware.

Datadog integrates with Postfix to ensure you have all the necessary information to monitor your email service’s performance.

Monitor Postfix queues

The most important Postfix performance metric you can track within Datadog is your postfix.queue.size for your incoming, active, and deferred queues. This metric shows the number of emails that are currently waiting in that specific queue.

monitor postfix image

In the case of the incoming queue, postfix.queue.size shows the number of new emails processed by the cleanup8 service before they are moved into the active queue. Ideally, the incoming queue should move emails quickly enough into the active queue to maintain a near-zero queue value.

The deferred queue is comprised of soft-bounced sent emails. Soft-bounced emails, which are temporarily unable to be delivered, are sent to the active queue to be retried according to your retry parameters. Unexpected increases in the number of soft-bounces in your deferred queue can be caused by over quota recipient mailboxes, downed recipient email servers, or even too-large email content.

The active queue metric postfix.queue.size shows the number of emails that are ready to be sent, but are not currently in the process of being sent. The active queue is fed into by both the incoming queue and the deferred queue, so an unusually large active queue can be caused by a heavy load from either queue.

Once you’ve begun monitoring Postfix, you will have an established baseline value for your queue sizes. You can set a Datadog monitor at this baseline and be alerted if your queue sizes differ greatly from the norm so you can investigate the issue before performance is impacted.

All your metrics, in one place

With this integration, you get all the power of Datadog applied to your Postfix deployment. In addition to collecting, visualizing, and aggregating email metrics, Datadog can also correlate metrics with other systems or software in your stack, alert on abnormal application behavior, automatically detect outliers, and more.

Try it

If you’re already a Datadog customer, all you need to do is deploy the Datadog Agent and follow these instructions to grant access to find and optionally configure your mail spool directories. Otherwise, sign up for a Datadog free trial and start monitoring Postfix, as well as the rest of your infrastructure, in minutes. Once you’ve configured the Agent and your email system, restart the Agent and execute the info command to ensure it’s working (the exact command varies by platform, check here for the full list). If you use other SMTP-based mailing services, like AWS SES, we have you covered as well.