Networking Forums  

Go Back   Networking Forums > Networking Newsgroups > Linux Networking

sendmail or postfix

Reply
 
Thread Tools Display Modes
  #1  
Old 04-20-2005, 04:07 PM
Default sendmail or postfix



Hi all,

I've got a big decision to make and I need a good solution.

I have to setup a mail server with 6 virtual domains with 100 users
approx. each.

Each domain needs to have it's own IP address.

I want to control spam with spam assasins.

For now, I'm using sendmail on Red Hat 7.3 and Linuxconf to configure
sendmail. It works great but I have no control over SPAM. Linuxconf is
a great tool when your not to experience with sendmail, but it is
unstable and not recommended for sendmail. Luckily I've never had
problem with it yet. But now I need to add two more virtual servers
and control spam. Linuxconf is no longer available, and I want to use
Fedora Core-3.

What mail server should I use: Sendmail or Postfix

Sendmail seems very complex and I don't know anything about Postfix.

Does Postfix can use virtual domains with different ip addresses?

Thanks, in advance, for your help.


Boubou
Reply With Quote
  #2  
Old 04-20-2005, 08:10 PM
Michael Heiming
Guest
 
Posts: n/a
Default Re: sendmail or postfix

In comp.os.linux.networking Boubou <(E-Mail Removed)>:
[..]

> I have to setup a mail server with 6 virtual domains with 100 users
> approx. each.


> Each domain needs to have it's own IP address.


Not for the MX record, you can point them to same system if you
like.

> I want to control spam with spam assasins.


Good idea, with a little work in setting SA up, you can sort out
or tag nearly 100% of the crap. Make sure you run the latest
version and upgrade on a regular basis, a key factor to keep spam
out.

> For now, I'm using sendmail on Red Hat 7.3 and Linuxconf to configure
> sendmail. It works great but I have no control over SPAM. Linuxconf is
> a great tool when your not to experience with sendmail, but it is
> unstable and not recommended for sendmail. Luckily I've never had
> problem with it yet. But now I need to add two more virtual servers
> and control spam. Linuxconf is no longer available, and I want to use
> Fedora Core-3.


You could try out webmin for configuring sendmail, if you prefer
something more GUI based. Never used linuxconf, didn't even knew
it came with RH 7.3, but heard only bad things about it.

I'd suggest to look into the enterprise version or one of the
free clones (CentOS and alike), simply because the availability of
patches for 5-7 years. In addition with a real enterprise version
you get some support and can always blame RH, if something goes
wrong and open a ticket, you have to know if this is worth the
few bucks/year.

> What mail server should I use: Sendmail or Postfix


> Sendmail seems very complex and I don't know anything about Postfix.


Hard to tell, personally prefer sendmail, it's not that hard
configuring on linux with help of m4 and a little reading the
docs. But then, your mileage might be different.

From a short view sendmail + spamassassin can be configured from
webmin (http://www.webmin.com/) through your favorite www
browser, it supports in addition configuring qmail which you
should take a serious look at as sendmail alternative.

[..]

Good luck

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 413: Cow-tippers tipped a cow onto the server.
Reply With Quote
  #3  
Old 04-21-2005, 12:21 AM
Bit Twister
Guest
 
Posts: n/a
Default Re: sendmail or postfix

On 20 Apr 2005 08:07:37 -0700, Boubou wrote:
>
> Sendmail seems very complex and I don't know anything about Postfix.
>
> Does Postfix can use virtual domains with different ip addresses?


http://www.postfix.org/basic.html
Reply With Quote
  #4  
Old 04-21-2005, 02:27 AM
Trygve Selmer
Guest
 
Posts: n/a
Default Re: sendmail or postfix

Boubou wrote:
> Hi all,
>
> I've got a big decision to make and I need a good solution.
>
> I have to setup a mail server with 6 virtual domains with 100 users
> approx. each.


OK.

> Each domain needs to have it's own IP address.


Why ? You can run several (virtual) domains on the same IP.

> I want to control spam with spam assasins.


Good.

> For now, I'm using sendmail on Red Hat 7.3 and Linuxconf to configure
> sendmail. It works great but I have no control over SPAM. Linuxconf is
> a great tool when your not to experience with sendmail, but it is
> unstable and not recommended for sendmail. Luckily I've never had
> problem with it yet. But now I need to add two more virtual servers
> and control spam. Linuxconf is no longer available, and I want to use
> Fedora Core-3.


RedHat 7.3 is way too old, FC3 (me think FC4 is around the corner) is
probably a better choice. You could use Webmin to configure your servers
(through a web browser).

> What mail server should I use: Sendmail or Postfix


Personally I use Sendmail, but I've heard Postfix is better integrated
with SpamAssassins.

For configuration, use Webmin (for sendmail or postfix) and Maia for spam.

> Sendmail seems very complex and I don't know anything about Postfix.


Sendmails .mc file is not that complicated, I don't know about Postfix.

> Does Postfix can use virtual domains with different ip addresses?


I think so, but check the documentation.

> Thanks, in advance, for your help.


You're welcome.

Reply With Quote
  #5  
Old 04-21-2005, 07:00 AM
rancid moth
Guest
 
Posts: n/a
Default Re: sendmail or postfix

hello,

depends where this box is. is it an internal relay/mail server or is it
open to the internet for recieving email?

cheers
moth

"Boubou" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) om...
> Hi all,
>
> I've got a big decision to make and I need a good solution.
>
> I have to setup a mail server with 6 virtual domains with 100 users
> approx. each.
>
> Each domain needs to have it's own IP address.
>
> I want to control spam with spam assasins.
>
> For now, I'm using sendmail on Red Hat 7.3 and Linuxconf to configure
> sendmail. It works great but I have no control over SPAM. Linuxconf is
> a great tool when your not to experience with sendmail, but it is
> unstable and not recommended for sendmail. Luckily I've never had
> problem with it yet. But now I need to add two more virtual servers
> and control spam. Linuxconf is no longer available, and I want to use
> Fedora Core-3.
>
> What mail server should I use: Sendmail or Postfix
>
> Sendmail seems very complex and I don't know anything about Postfix.
>
> Does Postfix can use virtual domains with different ip addresses?
>
> Thanks, in advance, for your help.



Reply With Quote
  #6  
Old 04-21-2005, 11:46 AM
Frank Elsner
Guest
 
Posts: n/a
Default Re: sendmail or postfix

Boubou wrote:

[ ... ]

> What mail server should I use: Sendmail or Postfix


or EXIM (http://www.exim.org has details) ?


--Frank Elsner
Reply With Quote
  #7  
Old 04-26-2005, 02:01 AM
Elliot Nesterman
Guest
 
Posts: n/a
Default Re: sendmail or postfix

Boubou wrote:
> <snip>
>
> What mail server should I use: Sendmail or Postfix
>
> Sendmail seems very complex and I don't know anything about Postfix.
>
> Does Postfix can use virtual domains with different ip addresses?
>
> Thanks, in advance, for your help.


There're several good tutorials for setting up mail servers using
Postfix, Amavisd, ClamAV, and SpamAssassin.
I'm using this setup for my gateway machine:
http://www200.pair.com/mecham/spam/s...r20041003.html

Works really well, so far.
Reply With Quote
  #8  
Old 04-26-2005, 06:45 PM
Boubou
Guest
 
Posts: n/a
Default Re: sendmail or postfix

Thank you all,
I'm trying this config: Postfix with Mysql, Cyrus-sasl, postfix-admin.
dovecot and SA.

I'll let you know how it turn out

thank!
Reply With Quote
Reply

Tags
postfix, sendmail

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 07:37 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.