> The question is: need the wrapper, that could be placed into the LRP
floppy
> and act as SMTP relay, but authorize himself on the next SMTP server.
> The problem is that email client programs that used does not support SMTP
> auth and client has a dynamic IP address, but I need to direct all their
> SMTP traffic thru my server, that opened for relay from unknown IP
addresses
> only with SMTP auth.

This is more than a "wrapper"...it's more like a full application layer
proxy.  The good news is that for e-mail, an application layer proxy is
simply an e-mail server (MTA).

I wouldn't try to set this up on the firewall box...instead I'd suggest you
simply install your favorite e-mail server (sendmail, exim, qmail, whatever)
on an internal server, using your preferred server platform.  You could even
use exchange, but then you're out not only the money for a high-powered
system (linux solutions can run on much less hardware than exchange), but
the license cost of M$ software, as well.

Configure the new internal e-mail server to forward all mail to your
existing SMTP server, and allow relaying from the local network.
Configuring mail delivery via SMTP-auth varies based on your mail-server
platform...see the specific documentation for your mail server of choice for
details on setting up SMTP-Auth on outbound traffic...

Charles Steinkuehler
http://lrp.steinkuehler.net
http://c0wz.steinkuehler.net (lrp.c0wz.com mirror)


_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to