开发者

Can we use subethasmtp with postfix? [closed]

开发者 https://www.devze.com 2023-01-04 18:50 出处:网络
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 9 years ago开发者_开发问答.

Improve this question

is it possible to use postfix with subethasmtp so that postfix can deliver emails to subethasmtp and it handle those emails ?


Usually you would use transport_maps to route certain mails or whole domains to subethasmtp.

transport_maps = hash:etc/postfix/transport

containing stuff like:

mydomain.com    smtp:[ipaddress]:port

where subethasmtp must be listening on ipaddress and port.

0

精彩评论

暂无评论...
验证码 换一张
取 消