Expand description
§Bounce 退信处理组件解析器
Bounce 是 Postfix 的退信处理组件,负责:
- 生成和发送投递失败通知(NDN)
- 处理发送者通知和管理员通知
- 管理退信邮件的格式和内容
- 处理延迟投递通知和最终失败通知
§支持的事件类型
- 发送者通知: 向原始发送者发送的投递失败通知
- 管理员通知: 向邮件管理员发送的系统通知
- 警告事件: 格式错误、配置问题、资源限制等警告
§示例日志格式
# 发送者投递失败通知
queue_id: sender non-delivery notification: new_queue_id
# 管理员通知
queue_id: postmaster non-delivery notification: new_queue_id
# 警告事件
malformed request
Structs§
- Bounce
Parser - BOUNCE组件解析器