Re: E-Mail Gateway

2004-03-08 Thread Bart Silverstrim
On Mar 8, 2004, at 12:33 PM, Wright, Greg wrote:

Bart, thanks for the reply !!

I had been looking at qmail with clam and spamassassin, but somebody
told me that qmail might not be appropriate as a secure mail gateway.
It was not designed to route mail, but instead to act as just a mail
server for local mailboxes.
I'll take another look at postfix.

Thanks again.

As a side note: I'm not trying to start an MTA war :-)

I've used Qmail a long time ago; it's fast, it's very secure, and I 
liked it.  I chose postfix for this particular case because I wasn't 
doing anything elaborate with the messages and I wanted something that 
was as "compatible" as possible...the exact configuration for the 
system I was setting up I couldn't find any simple HOWTOs for, and 
there is a lot of material for Sendmail and Postfix floating around out 
there and if documentation said that a particular program, like Amavis, 
worked with Sendmail then chances were pretty good that it would work 
with Postfix too since Postfix was designed to be a drop-in replacement 
for Sendmail.

Postfix is also pretty simple to set up, in my experiences.

Once I get the server here set up to production level, I'm planning on 
writing up how I configured it and I'm hoping to get permission to put 
it in out for people to use as a reference if they have a project like 
this one to do; I don't know if people would be interested but I know I 
could have used a guide like this :-)

-Bart

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: E-Mail Gateway

2004-03-08 Thread Andrew Boothman
Wright, Greg wrote:
But the real goal is to put some sort of secure mail server/forwarder
between my internal MS Exchange system and the Internet.  I don't want
to connect Exchange directly to the Internet if at all possible.
What I'm looking for are recommendations for "free" SMTP servers that I
can use for this purpose.  I would like to include basic anti-virus and
SPAM control as well.  Unfortunately, I have no money (other than my
time) to do this project so am looking at minimal cost products.
Any suggestions for e-mail gateways.  I've looked at postfix and qmail
but am not sure that they are appropriate.  I could use the built in
sendmail, but worry about security.
I'm sure either qmail or postfix are perfectly capable of doing what you 
want - indeed there are many posts about this very subject to the 
postfix mailing list. I'd suggest looking back through the postfix-users 
archive to read what has been said in the past.

In particular you'll want to consider how to let postifx know what 
addresses @yourdomain are valid, so that it only accepts emails that are 
being sent to valid users. An example of how to do this can be found on 
http://www.plusone.com/gaptuning/postfix/

I looked at both postfix and qmail for dealing with email for my own 
small email server, and much prefered postfix.

Oh and, 

;)

Andrew
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: E-Mail Gateway

2004-03-08 Thread Wright, Greg
Bart, thanks for the reply !!

I had been looking at qmail with clam and spamassassin, but somebody
told me that qmail might not be appropriate as a secure mail gateway.
It was not designed to route mail, but instead to act as just a mail
server for local mailboxes.

I'll take another look at postfix.

Thanks again.

Greg Wright
BC Rail
Vancouver, Canada

-Original Message-
From: Bart Silverstrim [mailto:[EMAIL PROTECTED]
Sent: March 8, 2004 09:15
To: Wright, Greg
Cc: <[EMAIL PROTECTED]>
Subject: Re: E-Mail Gateway



On Mar 8, 2004, at 11:25 AM, Wright, Greg wrote:

> I would like to use FreeBSD (4.9) as the platform on which to run an
> secure e-mail gateway.  At least that is what I think I would like to
> do.  The reason for FreeBSD is that I much more familiar with it than
> other "free" Unix like operating systems.  I have worked with DEC
> Ultrix, Digital Unix and AIX in the past so have some knowledge of
> Unix.
>
>
> But the real goal is to put some sort of secure mail server/forwarder
> between my internal MS Exchange system and the Internet.  I don't want

> to connect Exchange directly to the Internet if at all possible.
>
> What I'm looking for are recommendations for "free" SMTP servers that
> I can use for this purpose.  I would like to include basic anti-virus
> and SPAM control as well.  Unfortunately, I have no money (other than
> my
> time) to do this project so am looking at minimal cost products.
>
> Any suggestions for e-mail gateways.  I've looked at postfix and qmail

> but am not sure that they are appropriate.  I could use the built in
> sendmail, but worry about security.

I'm in the middle of this kind of project right now.

Using
postfix-SMTP server
clamav-free antivirus
amavisd-new-plugin daemon that redirects mail to spamassassin and the
clamd antivirus for checking

Mail comes in, gets checked for viruses, and then checked and scored as
spam.  Quarantines things that don't pass, forwards everything else to
our internal Exchange server.  Postfix is a good choice for me; it's a
drop in replacement for sendmail and tends to be simpler to configure.
All absolutely free...we only paid for the server hardware to do this.

-Bart


*** Disclaimer ***
The information in this Email is confidential and may be legally privileged. It is 
intended solely for the named recipient.  Access to this Email by anyone else is 
unauthorized.  If you are not the intended recipient or the employee or agent 
responsible for delivering the message to the recipient named, please note that any 
use, disclosure, copying, distribution of this Email or any action taken or omitted to 
be taken in reliance on it is prohibited.  If you are not the intended recipient, 
please inform us by returning a copy of the Email with the subject line marked "wrong 
address" and then deleting the Email, and any attachments and any copies of it.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: E-Mail Gateway

2004-03-08 Thread Bart Silverstrim
On Mar 8, 2004, at 11:25 AM, Wright, Greg wrote:

I would like to use FreeBSD (4.9) as the platform on which to run an
secure e-mail gateway.  At least that is what I think I would like to
do.  The reason for FreeBSD is that I much more familiar with it than
other "free" Unix like operating systems.  I have worked with DEC
Ultrix, Digital Unix and AIX in the past so have some knowledge of 
Unix.

But the real goal is to put some sort of secure mail server/forwarder
between my internal MS Exchange system and the Internet.  I don't want
to connect Exchange directly to the Internet if at all possible.
What I'm looking for are recommendations for "free" SMTP servers that I
can use for this purpose.  I would like to include basic anti-virus and
SPAM control as well.  Unfortunately, I have no money (other than my
time) to do this project so am looking at minimal cost products.
Any suggestions for e-mail gateways.  I've looked at postfix and qmail
but am not sure that they are appropriate.  I could use the built in
sendmail, but worry about security.
I'm in the middle of this kind of project right now.

Using
postfix-SMTP server
clamav-free antivirus
amavisd-new-plugin daemon that redirects mail to spamassassin and the 
clamd antivirus for checking

Mail comes in, gets checked for viruses, and then checked and scored as 
spam.  Quarantines things that don't pass, forwards everything else to 
our internal Exchange server.  Postfix is a good choice for me; it's a 
drop in replacement for sendmail and tends to be simpler to configure.  
All absolutely free...we only paid for the server hardware to do this.

-Bart

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"