Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Selective relaying

9 views
Skip to first unread message

Harold Johanssen

unread,
May 8, 2013, 3:20:09 PM5/8/13
to
I have a sendmail server at home which I use for dealing with
emails from users in a domain of my own. I have configured it so that it
will only relay email from other PCs in my LAN at home, and from one or
two trusted external systems.

Now if I take a tablet or a laptop and connect to the Internet
using some WiFi hotspot goodness knows where, I won't be able to have any
emails sent from that laptop and from users in my domain correctly
relayed, unless I change the configuration of my sendmail server
accordingly specifically for the network that covers that hotspot. This
is of course not very practical, and also quite insecure.

Is there a solution for this? For example, could sendmail be
configured so that emails from specific users in my domain are always
relayed, no matter where they are coming from? This is also not
particularly secure, but it is easier to handle.

If not this, what other solutions, based on sendmail, could I
explore to tackle this problem?

Lew Pitcher

unread,
May 8, 2013, 3:48:56 PM5/8/13
to
On Wednesday 08 May 2013 15:20, in comp.mail.sendmail, noe...@please.net
wrote:
Really insecure. Incredably insecure.

> If not this, what other solutions, based on sendmail, could I
> explore to tackle this problem?

You might use a VPN to place your laptop "inside" your network during it's
stays outside at WiFi hotspots.

Or, you might consider hosting a webmail solution for your roaming needs.
With IMAP between the webmail and sendmail, and SSL/TLS between the remote
device and the webmail, it would be a secure (albeit more cumbersome) route
to take.

--
Lew Pitcher
"In Skills, We Trust"

David F. Skoll

unread,
May 8, 2013, 9:29:32 PM5/8/13
to
Harold Johanssen wrote:

> Is there a solution for this? For example, could sendmail be
> configured so that emails from specific users in my domain are always
> relayed, no matter where they are coming from? This is also not
> particularly secure, but it is easier to handle.

There are only two secure solutions:

1) Use a VPN so that IP-based relaying is secure.

2) Use SMTP AUTH and relay based on successful authentication.

Regards,

David.

Claus Aßmann

unread,
May 8, 2013, 9:56:45 PM5/8/13
to
David F. Skoll wrote:

> There are only two secure solutions:

or more...

> 1) Use a VPN so that IP-based relaying is secure.
> 2) Use SMTP AUTH and relay based on successful authentication.

3) STARTTLS with a client cert.

cf/README

+----------+
| STARTTLS |
+----------+
....
Relaying
--------

SMTP STARTTLS can allow relaying for remote SMTP clients which have
successfully authenticated themselves. If the verification of the cert
.... [[ read on ]]] ...

Andrzej Adam Filip

unread,
May 9, 2013, 3:18:33 AM5/9/13
to
IMHO all suggested solutions are valid but incomplete without abuse detectors
e.g. monitoring volumes of email sent with alarm and auto-block levels.

--
Andrzej A. Filip

Harold Johanssen

unread,
May 9, 2013, 9:16:27 AM5/9/13
to
Thanks. SMTP AUTH is, in my case and for my needs, the simplest
solution.

0 new messages