Expand description
组件解析器模块
每个Postfix组件都有对应的解析器,负责解析该组件产生的日志
Re-exports§
pub use bounce::BounceParser;pub use cleanup::CleanupParser;pub use error::ErrorParser;pub use local::LocalParser;pub use master::MasterParser;pub use postfix_script::PostfixScriptParser;pub use postmap::PostmapParser;pub use qmgr::QmgrParser;pub use relay::RelayParser;pub use smtp::SmtpParser;pub use smtpd::SmtpdParser;pub use virtual_parser::VirtualParser;
Modules§
- anvil
- bounce
- cleanup
- 清理(cleanup)组件解析器
- discard
- error
- ERROR组件解析器
- local
- 本地投递(local)组件解析器
- master
- Master daemon component parser
- pickup
- postfix_
script - Postfix Script component parser
- postlogd
- postmap
- POSTMAP组件解析器
- proxymap
- qmgr
- 队列管理器(qmgr)组件解析器
- relay
- sendmail
- smtp
- SMTP投递组件解析器
- smtpd
- SMTPD组件解析器
- trivial_
rewrite - virtual_
parser - 虚拟投递(virtual)组件解析器
Traits§
- Component
Parser - 组件解析器trait