All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

How to Set Up Encrypted Email Tunnels Using spiped Secure Pipe Daemon

By

cylinder714

9mo ago· 2 min readen

Summary

The article explains how to use the spiped secure pipe daemon to create an encrypted and authenticated tunnel for sending email between systems. It provides specific command-line examples for setting up both server and client configurations, demonstrating how to securely forward mail from local port 25 to a remote server over an encrypted connection using a shared keyfile.

Key quotes

· 4 pulled
To set up an encrypted and authenticated pipe for sending email between two systems
spiped -d -s '[0.0.0.0]:8025' -t '[127.0.0.1]:25' -k keyfile
spiped -e -s '[127.0.0.1]:25' -t $SERVERNAME:8025 -k keyfile
mail delivered via localhost:25 on the local system will be sec
Snippet from the RSS feed
The spiped secure pipe daemon

You might also wanna read