asasmtpd
Files
This here thingy is a small and simple ESMTP-proxy with authentication. It's not much, but it's exactly what I needed to simplify some stuff.
So what's the point? This maybe:
- Handles AUTH LOGIN and PLAIN.
- Authenticates against POP3 servers.
- Can find the right POP-server from a map based on:
- User name
- Local IP address
- Local port
- Can do simple user name rewriting
- Is called by inetd and the likes (meaning it's not a daemon in itself).
- Can be used with stunnel (for SSL).
- Acts as a proxy to a relay rather than a full queueing SMTP server.
Files
Regards
/Jonas Eckerman
(2008-02-01)