thermistor.postfix_send_only

postfix_send_only

一个 ansible galaxy 角色,用于安装和配置仅发送的 postfix 邮件服务器。

需求

Ubuntu

角色变量

  • postfix_send_only_postmaster_email 服务器的邮政管理员电子邮件地址。
  • postfix_send_only_hostname 用于发送的主机名。

示例剧本

- hosts: servers
  roles:
     - role: thermistor.postfix_send_only
       postfix_send_only_postmaster_email: [email protected]
       postfix_send_only_hostname: example.com

许可证

根据 MIT 许可证授权。有关详细信息,请参见 LICENSE 文件。

关于项目

Install and configure a send-only postfix

安装
ansible-galaxy install thermistor.postfix_send_only
许可证
mit
下载
136
拥有者
Product guy