public inbox for linux-newbie@vger.kernel.org
 help / color / mirror / Atom feed
From: Ray Olszewski <ray@comarre.com>
To: linux-newbie@vger.kernel.org
Subject: Re[2]: Linux Help
Date: Mon, 19 Jul 2004 12:11:20 -0700	[thread overview]
Message-ID: <5.1.0.14.1.20040719120622.01fb9448@celine> (raw)
In-Reply-To: <20040720000602.4847.SAVAGE-GARDEN@hanikamail.com>

At 12:08 AM 7/20/2004 +0600, Kev wrote:
>Hi Ray...
>
>Thanks agane for the reply,
>
>Relay mean to relay mail to my local email server that will be running
>behind the gateway box. and to relay the email from the email server to
>the internet as a smart host.

Well ... if you have an SMTP server on a LAN ("local") host, running an 
SMTP relay on the firewall/router is probably unnecessary. What you can do 
(this is what I do here) is DNAT (port forward) traffic coming to port 25 
on the router's external interface to port 25 on the existing SMTP server. 
Then you can run your greylist and virus checking on that server. This 
approach minimizes the amount of stuff you have running on the 
firewall/router, always a good idea from a security standpoint.

As to outgoing SMTP traffic, there is no need to "relay" it from the LAN 
SMTP server. Ordinary NATing will handle outgoing SMTP traffic from that 
server (unless you have unusual requirments imposed by your ISP ... but if 
you do, you won't get intelligent advice about how to cope with them unless 
you mention them).



-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

  reply	other threads:[~2004-07-19 19:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-19 17:09 Linux Help Kev
2004-07-19 17:27 ` James Miller
2004-07-19 17:59 ` Ray Olszewski
2004-07-19 18:08   ` Re[2]: " Kev
2004-07-19 19:11     ` Ray Olszewski [this message]
2004-07-20  2:07       ` Re[3]: " Kev
2004-07-19 19:42   ` Eric Bambach

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5.1.0.14.1.20040719120622.01fb9448@celine \
    --to=ray@comarre.com \
    --cc=linux-newbie@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox