Postfix 将所有收到的邮件收集到一个帐户中

发布于 2024-11-30 11:21:33 字数 545 浏览 2 评论 0原文

我需要捕获发送到“@example.com”的所有邮件并将它们重定向到一个邮件帐户。
因此,如果邮件发送到 [email protected] 或 < a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="98ecfdebececfdebecd8fde0f9f5e8f4fdb6fbf7f5">[电子邮件受保护],两封邮件都应重定向到 [电子邮件受保护]

我还找不到解决这个问题的方法 - 无论如何,我是 postfix 的新手,不确定在文档的哪一部分中寻找这个问题。

I need to catch all mails sent to "@example.com" and redirect them to a single mail account.

So if a mail was sent to [email protected] or [email protected], both mails should be redirected to [email protected].

I couldnt find a way yet to solve this problem - anyways i'm new to postfix and arent sure in which part of the documentation to look for this.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

七秒鱼° 2024-12-07 11:21:33

放入

@example.com  catchallaccount

/etc/postfix/virtual 并确保

virtual_alias_maps = hash:/etc/postfix/virtual

/etc/postfix/main.cf 中有一个

Put

@example.com  catchallaccount

into /etc/postfix/virtual and make sure there's a

virtual_alias_maps = hash:/etc/postfix/virtual

in /etc/postfix/main.cf

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文