2 个不稳定版本
0.4.0 | 2024 年 8 月 5 日 |
---|---|
0.3.1 | 2024 年 7 月 4 日 |
#38 在 电子邮件
每月 134 次下载
33KB
822 行
邮件列表
邮件列表是一个支持插件和广泛配置的 SMTP 服务器
配置
配置的默认位置是 /etc/mailing-list/daemon.toml
。
示例 daemon.toml
hostname = "example.com"
port = 25
# Load plugins
plugins = [
"libplugin.so",
]
# Dynamically load other list
[lists."<[email protected]>".Remote]
location = "members.toml"
# List directly in this file
[lists."<[email protected]>".Local]
members = ["[email protected]", "[email protected]"]
# If no defined users, send to another server
[forwarding]
enable = true
server = "[127.0.0.1]"
server_tls = "example.org"
port = 2525
members.toml
[[medlemmar]]
namn = "Foo"
mail = "[email protected]"
[[medlemmar]]
namn = "Bar"
mail = "[email protected]"
依赖关系
~25–37MB
~660K SLoC