Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
postfix を subethasmtp で使用して、postfix がメールを subethasmtp に配信し、それらのメールを処理できるようにすることは可能ですか?
通常、transport_maps を使用して、特定のメールまたはドメイン全体を subethasmtp にルーティングします。
transport_maps = hash:etc/postfix/transport
次のようなものを含む:
mydomain.com smtp:[ipaddress]:port
ここで、subethasmtp は IP アドレスとポートでリッスンしている必要があります。