TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: A simple SMTP proxy that bridges legacy software to modern SMTP servers

47 pointsby whitehat2k9over 7 years ago

6 comments

Jaruzelover 7 years ago
Can't you just do this with Postfix and the 'relayhost' setting?
评论 #15432798 未加载
评论 #15437547 未加载
booiover 7 years ago
nullmailer is also a solution for this case where running a full mail server is an unnecessary complication. However, it doesn’t seem like this supports queuing which I think is a requirement for real SMTP support.
peterburkimsherover 7 years ago
Is there a POP or IMAP server for jailbroken iOS?<p>I tried installing Dovecot from here, but it put my iPhone into a boot loop (try it at your own risk!).<p><a href="http:&#x2F;&#x2F;ios-webstack.tk" rel="nofollow">http:&#x2F;&#x2F;ios-webstack.tk</a><p>The reason I want it is so that I can distribute arbitrary files to other iPhones using a local WiFi network without sending data to a cloud sharing service. For example, a mixtape of MP3 files, or a photo album.
评论 #15433477 未加载
评论 #15433126 未加载
jlgaddisover 7 years ago
FWIW, requiring encryption on a public MX host is a violation of RFC, if memory serves.
评论 #15433038 未加载
评论 #15433094 未加载
Nexxxehover 7 years ago
Daaamn, this would have been great when we were trying to resurrect some ancient MFDs. We ended up ditching Scan to Email completely and moving to our FTP. Cheers OP, I&#x27;ll keep this in mind.
评论 #15432114 未加载
riledhelover 7 years ago
I think you can also use nginx as a SMTP proxy for a less custom made solution