Module events

Module events 

Source
Expand description

事件定义模块

包含所有Postfix组件的事件结构定义。采用与Postfix架构对应的模块化设计, 每个组件都有专门的事件类型来表示其特定的业务逻辑。 Postfix 日志事件定义模块

本模块包含所有 Postfix 组件的事件定义,采用与 Postfix 架构对应的模块化设计

Re-exports§

pub use self::anvil::AnvilEvent;
pub use self::anvil::AnvilEventType;
pub use self::anvil::StatisticType;
pub use self::bounce::BounceEvent;
pub use self::cleanup::CleanupEvent;
pub use self::discard::DiscardEvent;
pub use self::error::ErrorEvent;
pub use self::local::DeliveryMethod;
pub use self::local::DeliveryStatus;
pub use self::local::LocalEvent;
pub use self::master::MasterEvent;
pub use self::pickup::PickupEvent;
pub use self::postfix_script::PostfixScriptEvent;
pub use self::postlogd::PostlogdEvent;
pub use self::postmap::PostmapEvent;
pub use self::postsuper::PostsuperEvent;
pub use self::qmgr::QmgrEvent;
pub use self::relay::RelayEvent;
pub use self::smtp::SmtpEvent;
pub use self::smtpd::SmtpdEvent;
pub use self::trivial_rewrite::TrivialRewriteEvent;
pub use self::trivial_rewrite::TrivialRewriteEventType;
pub use self::virtual_delivery::VirtualEvent;
pub use base::ComponentEvent;
pub use base::PostfixLogEvent;
pub use base::PostfixLogLevel;
pub use base::UnknownEvent;

Modules§

anvil
Anvil连接计数器和统计模块
base
基础事件类型和通用数据结构
base_log
Postfix日志基础结构体
bounce
Bounce退信处理模块
cleanup
Cleanup邮件清理模块
discard
Discard邮件丢弃模块
error
ERROR组件事件类型定义
local
Local本地投递模块
master
Master daemon events
pickup
Pickup邮件拾取模块
postfix_script
Postfix Script events
postlogd
Postlogd内部日志服务模块
postmap
Postmap映射表工具模块
postsuper
proxymap
Proxymap代理映射服务模块
qmgr
Qmgr队列管理器模块
relay
Relay中继投递模块
sendmail
Sendmail兼容接口模块
smtp
SMTP客户端投递模块
smtpd
SMTPD服务器模块
trivial_rewrite
Trivial-rewrite地址重写模块
virtual_delivery
Virtual虚拟投递模块