E-mail Server

E-mail Server

am 20.02.2008 21:54:42 von Cloves Pereira Costa Jr

Hi all...

First I want to apologize because English is not my native language.

I want to know your opinion in witch e-mail server is "better": Sendmail
or Postfix?

I want to know because I'll have to implement a e-mail server in my
company and I made some research and find that those two e-mail servers
are most used.

My minimum cenario is:
- about 50 mail boxes
- LDAP integrated
- users quota
- Anti-SPAM (obviously)
- support to POP, IMAP and SMTP

I'm sorry if this seams a little newbie but my area is Security and I
don't know mutch about e-mail servers.

PS.: if someone knows a different e-mail server that do all those
things, please tell me.

Thx

[]s

Cloves Jr

-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: E-mail Server

am 21.02.2008 02:23:38 von Glynn Clements

Cloves Pereira Costa Jr wrote:

> First I want to apologize because English is not my native language.
>
> I want to know your opinion in witch e-mail server is "better": Sendmail
> or Postfix?
>
> I want to know because I'll have to implement a e-mail server in my
> company and I made some research and find that those two e-mail servers
> are most used.
>
> My minimum cenario is:
> - about 50 mail boxes
> - LDAP integrated
> - users quota
> - Anti-SPAM (obviously)
> - support to POP, IMAP and SMTP

Sendmail and Postfix are SMTP servers. As such, they only form part of
the solution. You will need separate packages for POP, IMAP, LDAP,
spam filtering, etc.

I don't have any opinion on which one is better, as I've only ever
used sendmail (when I had to make this choice, it was sendmail versus
smail).

Whichever option you choose, spend time learning the software before
putting it into production use. Running a mail server isn't like
running a web server.

First, the contents of a web server are normally supposed to be
public, while email is normally considered confidential. Any security
flaws are potentially much more serious with email.

Second, a malfunctioning web server will only affect people who try to
use it, while a malfunctioning mail server risks inconveniencing a far
wider audience. You can get onto an anti-spam blacklist (or even
several of them) in minutes; getting off usually takes a lot longer.

--
Glynn Clements
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: E-mail Server

am 21.02.2008 10:29:34 von adamb

Glynn Clements wrote:
> Cloves Pereira Costa Jr wrote:
>> I want to know your opinion in witch e-mail server is "better": Sendmail
>> or Postfix?
>
> I don't have any opinion on which one is better, as I've only ever
> used sendmail (when I had to make this choice, it was sendmail versus
> smail).
>
> Whichever option you choose, spend time learning the software before
> putting it into production use.

I agree with Glynn. You should give both of these mail servers a try,
and make a decision based on which one fulfils your requirements.
Chances are both will, but in my experience, Sendmail is by far the most
flexible, but at the same time it is one of the hardest to configure
(although m4 config files have alleviated that to some degree).

> You can get onto an anti-spam blacklist (or even
> several of them) in minutes; getting off usually takes a lot longer.

Make sure you use the tools that are available for testing your mail
server. Relay checkers are available as both web based:

http://www.abuse.net/relay.html

and telnet based:

telnet rt.njabl.org 2500

If these report any problems, you should stop running the mail server
immediately, fix the problem and then re-test. As Glynn said, some
blocklists are very hard to get off. I have spent hours on the phone to
AOL in the past (and this wasn't even because we were being used to
spam, it was because of ill educated AOL web mail users, who we forward
mail for from their web site, using the "This is spam" button as a way
to delete mail), and I can still hear the loop of "Surfin' USA" in my
mind [shudder].

Adam
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: E-mail Server

am 21.02.2008 10:39:02 von Dermot Paikkos

On 20 Feb 2008 at 17:54, Cloves Pereira Costa Jr wrote:

> Hi all...
....snip

> My minimum cenario is:
> - about 50 mail boxes
> - LDAP integrated
> - users quota
> - Anti-SPAM (obviously)
> - support to POP, IMAP and SMTP
>
> I'm sorry if this seams a little newbie but my area is Security and I
> don't know mutch about e-mail servers.
>
> PS.: if someone knows a different e-mail server that do all those
> things, please tell me.

I like Exim which, on Debian at least, comes with a number of add-on
(SA-exim) easily installed with apt for spamassassin and courier
(IMAP/POP3). I never use quotas or LDAP but I believe these are
supported.

Another choice is Scalix, a drop-in replacement for MS Exchange and
free!!


-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: E-mail Server

am 21.02.2008 15:08:26 von Aslan Carlos

--=-C6VrwGiFNpwjegpjvZXD
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

Hi Cloves,=20
=20
I chose the Postfix, because is easily to maintain and configure.
I've been working with both, my opinion the Sendmail has many vantages
over postfix, but is not easy to configure one SMTP server with security
using sendmail, compile m4 macros to configuration works is too much
complicate when you are beginner.

So may should you try use the Postfix, it's more flexible to work and
have many add-on, and you may thing more documentation for build you
server with security and stability.

Postfix and Sendmail are MTA, not MRA, you will need chose one of all
daemon like Dovecot, Cyrus, Courier, try use Dovecot have easy
configuration and are in all of popular Linux dist.

My suggestion is build with Cyrus-Imapd it's more stable of all then and
have many tools to maintain and management the mailboxes.

Feel free to contact me directly I speak portuguese too. =3D)

best regards,
--
Aslan Carlos de M. Ramos



On Wed, 2008-02-20 at 17:54 -0300, Cloves Pereira Costa Jr wrote:
> Hi all...
>=20
> First I want to apologize because English is not my native language.
>=20
> I want to know your opinion in witch e-mail server is "better": Sendmail
> or Postfix?
>=20
> I want to know because I'll have to implement a e-mail server in my
> company and I made some research and find that those two e-mail servers
> are most used.
>=20
> My minimum cenario is:
> - about 50 mail boxes
> - LDAP integrated
> - users quota
> - Anti-SPAM (obviously)
> - support to POP, IMAP and SMTP
>=20
> I'm sorry if this seams a little newbie but my area is Security and I
> don't know mutch about e-mail servers.
>=20
> PS.: if someone knows a different e-mail server that do all those
> things, please tell me.
>=20
> Thx
>=20
> []s
>=20
> Cloves Jr
>=20
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html


--=-C6VrwGiFNpwjegpjvZXD
Content-Type: application/x-pkcs7-signature; name=smime.p7s
Content-Disposition: attachment; filename=smime.p7s
Content-Transfer-Encoding: base64

MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEH AQAAoIIJYzCCAwww
ggJ1oAMCAQICEGcBl8+HL68xTnckRb8gitwwDQYJKoZIhvcNAQEFBQAwYjEL MAkGA1UEBhMCWkEx
JTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNV BAMTI1RoYXd0ZSBQ
ZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA4MDExNzEzNDkwOFoX DTA5MDExNjEzNDkw
OFowSTEfMB0GA1UEAxMWVGhhd3RlIEZyZWVtYWlsIE1lbWJlcjEmMCQGCSqG SIb3DQEJARYXYXNs
YW5AbGludXhhZHZhbmNlZC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAw ggEKAoIBAQDb6MH+
Fg7uDBNwepm7DvQPwNSRtQ9iZDIUHdRU06D1Ryo+cXyVL0H8IQOzFjD+Q/00 x+dJq/rcaTeEIEGd
mOxEHdkDUB0YZEEhixaWJ0s5WZUjITV8/tBohv16nvM8rVZlAGXDP2VfxxXd JIUNVwKMW/AG/rNf
6+Fvdde9PXcJEsMjIyPnzW4l+vqfy6QCTj6amHY0hAmwXPeqY3zX4Az/Dasz k21D7mZf0aEykBs4
oAX9Hhbm5rGuOsWewW7Ov9eL9fqUPDmR2T5Iye+6yNyNXiIVEUzlnEQXVX74 h3jn4QbCPNfea07q
xHfjz9q2VRhubOOSmAcS4xwps8QsYzQTAgMBAAGjWDBWMA8GA1UdDwEB/wQF AwMHsYAwEQYJYIZI
AYb4QgEBBAQDAgWgMCIGA1UdEQQbMBmBF2FzbGFuQGxpbnV4YWR2YW5jZWQu Y29tMAwGA1UdEwEB
/wQCMAAwDQYJKoZIhvcNAQEFBQADgYEAnB1ilgmTNp3jEukEbxFm2a5oQqJA lf6t79xJTzulaCwj
Q1pdQSpzTx++EIUIiUjvAb3A2ig4i3nJVcBUTLx3xuTvMJwPn51wf+afmROM 1DdW7KRyVT6dVFZ9
My54tUrpjjCaf1BtSjQRanPYegtJuv66h8vi0egP7w+VLbsWJm0wggMMMIIC daADAgECAhBnAZfP
hy+vMU53JEW/IIrcMA0GCSqGSIb3DQEBBQUAMGIxCzAJBgNVBAYTAlpBMSUw IwYDVQQKExxUaGF3
dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVy c29uYWwgRnJlZW1h
aWwgSXNzdWluZyBDQTAeFw0wODAxMTcxMzQ5MDhaFw0wOTAxMTYxMzQ5MDha MEkxHzAdBgNVBAMT
FlRoYXd0ZSBGcmVlbWFpbCBNZW1iZXIxJjAkBgkqhkiG9w0BCQEWF2FzbGFu QGxpbnV4YWR2YW5j
ZWQuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2+jB/hYO 7gwTcHqZuw70D8DU
kbUPYmQyFB3UVNOg9UcqPnF8lS9B/CEDsxYw/kP9NMfnSav63Gk3hCBBnZjs RB3ZA1AdGGRBIYsW
lidLOVmVIyE1fP7QaIb9ep7zPK1WZQBlwz9lX8cV3SSFDVcCjFvwBv6zX+vh b3XXvT13CRLDIyMj
581uJfr6n8ukAk4+mph2NIQJsFz3qmN81+AM/w2rM5NtQ+5mX9GhMpAbOKAF /R4W5uaxrjrFnsFu
zr/Xi/X6lDw5kdk+SMnvusjcjV4iFRFM5ZxEF1V++Id45+EGwjzX3mtO6sR3 48/atlUYbmzjkpgH
EuMcKbPELGM0EwIDAQABo1gwVjAPBgNVHQ8BAf8EBQMDB7GAMBEGCWCGSAGG +EIBAQQEAwIFoDAi
BgNVHREEGzAZgRdhc2xhbkBsaW51eGFkdmFuY2VkLmNvbTAMBgNVHRMBAf8E AjAAMA0GCSqGSIb3
DQEBBQUAA4GBAJwdYpYJkzad4xLpBG8RZtmuaEKiQJX+re/cSU87pWgsI0Na XUEqc08fvhCFCIlI
7wG9wNooOIt5yVXAVEy8d8bk7zCcD5+dcH/mn5kTjNQ3VuykclU+nVRWfTMu eLVK6Y4wmn9QbUo0
EWpz2HoLSbr+uofL4tHoD+8PlS27FiZtMIIDPzCCAqigAwIBAgIBDTANBgkq hkiG9w0BAQUFADCB
0TELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UE BxMJQ2FwZSBUb3du
MRowGAYDVQQKExFUaGF3dGUgQ29uc3VsdGluZzEoMCYGA1UECxMfQ2VydGlm aWNhdGlvbiBTZXJ2
aWNlcyBEaXZpc2lvbjEkMCIGA1UEAxMbVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIENBMSswKQYJ
KoZIhvcNAQkBFhxwZXJzb25hbC1mcmVlbWFpbEB0aGF3dGUuY29tMB4XDTAz MDcxNzAwMDAwMFoX
DTEzMDcxNjIzNTk1OVowYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0 ZSBDb25zdWx0aW5n
IChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFp bCBJc3N1aW5nIENB
MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDEpjxVc1X7TrnKmVoeaMB1 BHCd3+n/ox7svc31
W/Iadr1/DDph8r9RzgHU5VAKMNcCY1osiRVwjt3J8CuFWqo/cVbLrzwLB+fx H5E2JCoTzyvV84J3
PQO+K/67GD4Hv0CAAmTXp6a7n2XRxSpUhQ9IBH+nttE8YQRAHmQZcmC3+wID AQABo4GUMIGRMBIG
A1UdEwEB/wQIMAYBAf8CAQAwQwYDVR0fBDwwOjA4oDagNIYyaHR0cDovL2Ny bC50aGF3dGUuY29t
L1RoYXd0ZVBlcnNvbmFsRnJlZW1haWxDQS5jcmwwCwYDVR0PBAQDAgEGMCkG A1UdEQQiMCCkHjAc
MRowGAYDVQQDExFQcml2YXRlTGFiZWwyLTEzODANBgkqhkiG9w0BAQUFAAOB gQBIjNFQg+oLLswN
o2asZw9/r6y+whehQ5aUnX9MIbj4Nh+qLZ82L8D0HFAgk3A8/a3hYWLD2ToZ foSxmRsAxRoLgnSe
JVCUYsfbJ3FXJY3dqZw5jowgT2Vfldr394fWxghOrvbqNOUQGls1TXfjViF4 gtwhGTXeJLHTHUb/
XV9lTzGCAxAwggMMAgEBMHYwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRo YXd0ZSBDb25zdWx0
aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVl bWFpbCBJc3N1aW5n
IENBAhBnAZfPhy+vMU53JEW/IIrcMAkGBSsOAwIaBQCgggFvMBgGCSqGSIb3 DQEJAzELBgkqhkiG
9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA4MDIyMTE0MDgyNlowIwYJKoZIhvcN AQkEMRYEFE47pHrD
EmlHY96A5oAlgGW1NiHrMIGFBgkrBgEEAYI3EAQxeDB2MGIxCzAJBgNVBAYT AlpBMSUwIwYDVQQK
ExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNUaGF3 dGUgUGVyc29uYWwg
RnJlZW1haWwgSXNzdWluZyBDQQIQZwGXz4cvrzFOdyRFvyCK3DCBhwYLKoZI hvcNAQkQAgsxeKB2
MGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAo UHR5KSBMdGQuMSww
KgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIQ ZwGXz4cvrzFOdyRF
vyCK3DANBgkqhkiG9w0BAQEFAASCAQBK+NAYKkHH/74ZOu2PcOLRKnu4YqqE Z30RKnnunl7ZB5To
5MqQtBBwEhjRxnQ0qiabxsaoDHwILTK8WWjQAUOmlcANBCYq72sHvD2PDxgV lACElVzR0RqioKHm
u3hpyrMQf41On2FaZIX5TGNlRZX9kvwqRgF3l1dONP7MjR6+g34jAcW+sXlX qyioLVR+QsxKVWjM
m1DXrKOn0tXunjbLNYNF/JYX+TeiiejGCtSPm45OYqRApkaVaFjefAkFSleS sbnzD4HTc9AuQm3j
xaRhOSdtJ7ww6GqJN8qBy6qfu1RlZa+ZHfmtgYOCPJAX1KvqFYAOzNyyh4Pa b7u/zpK/AAAAAAAA



--=-C6VrwGiFNpwjegpjvZXD--

-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: E-mail Server

am 21.02.2008 18:14:08 von Cloves Pereira Costa Jr

Hi all...

Thanks for all the answers... Is good to know that if I need some help =
I
have where to look, after all, that's the spirit of Linux...

[]s

Cloves Jr

Em Qui, 2008-02-21 às 11:08 -0300, Aslan Carlos escreveu:
> Hi Cloves,=20
> =20
> I chose the Postfix, because is easily to maintain and configure.
> I've been working with both, my opinion the Sendmail has many vantage=
s
> over postfix, but is not easy to configure one SMTP server with secur=
ity
> using sendmail, compile m4 macros to configuration works is too much
> complicate when you are beginner.
>=20
> So may should you try use the Postfix, it's more flexible to work and
> have many add-on, and you may thing more documentation for build you
> server with security and stability.
>=20
> Postfix and Sendmail are MTA, not MRA, you will need chose one of all
> daemon like Dovecot, Cyrus, Courier, try use Dovecot have easy
> configuration and are in all of popular Linux dist.
>=20
> My suggestion is build with Cyrus-Imapd it's more stable of all then =
and
> have many tools to maintain and management the mailboxes.
>=20
> Feel free to contact me directly I speak portuguese too. =3D)
>=20
> best regards,
> --
> Aslan Carlos de M. Ramos
>=20
>=20
>=20
> On Wed, 2008-02-20 at 17:54 -0300, Cloves Pereira Costa Jr wrote:
> > Hi all...
> >=20
> > First I want to apologize because English is not my native language=

> >=20
> > I want to know your opinion in witch e-mail server is "better": Sen=
dmail
> > or Postfix?
> >=20
> > I want to know because I'll have to implement a e-mail server in my
> > company and I made some research and find that those two e-mail ser=
vers
> > are most used.
> >=20
> > My minimum cenario is:
> > - about 50 mail boxes
> > - LDAP integrated
> > - users quota
> > - Anti-SPAM (obviously)
> > - support to POP, IMAP and SMTP
> >=20
> > I'm sorry if this seams a little newbie but my area is Security and=
I
> > don't know mutch about e-mail servers.
> >=20
> > PS.: if someone knows a different e-mail server that do all those
> > things, please tell me.
> >=20
> > Thx
> >=20
> > []s
> >=20
> > Cloves Jr
> >=20
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-adm=
in" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
>=20

-
To unsubscribe from this list: send the line "unsubscribe linux-admin" =
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: E-mail Server

am 21.02.2008 18:34:15 von Yuri Csapo

Hi Cloves, no need to apologize for English not being your native=20
language. That's true for billions of people... ;)

Você pode se desculpar por não falar inglês muito bem, m=
as não por não=20
ter nascido falando ingês, né?

Abraço...

Cloves Pereira Costa Jr wrote:
>>>
>>> First I want to apologize because English is not my native language=


--=20
Yuri Csapo
Academic Computing & Networking
Colorado School of Mines
CT-256
Phone: (303) 273-3503
=46ax: (303) 273-3475
Email: ycsapo@mines.edu

Please use the following link to open a service request:
http://helpdesk.mines.edu
==================== =====
===================3D
With a PC, I always felt limited
by the software available.
On Unix, I am limited only by my knowledge.
--Peter J. Schoenster
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" =
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: E-mail Server

am 22.02.2008 15:42:34 von Chamith Kumarage

Hi Cloves,

My recommendation is go for Qmail Server. You might have to struggle a
bit when setting up the server. But once you setup it perfectly, nothing
to worry about the stability. :)

Pop-server implementation and mail-box management can be easily done
with VPOPMail.

You can get all the required HOWTOs and Docs (from A-Z) from
http://www.lifewithqmail.org/
http://www.inter7.com/vpopmail/

Cheers!

~Chamith


On Wed, 2008-02-20 at 17:54 -0300, Cloves Pereira Costa Jr wrote:
> Hi all...
>
> First I want to apologize because English is not my native language.
>
> I want to know your opinion in witch e-mail server is "better": Sendmail
> or Postfix?
>
> I want to know because I'll have to implement a e-mail server in my
> company and I made some research and find that those two e-mail servers
> are most used.
>
> My minimum cenario is:
> - about 50 mail boxes
> - LDAP integrated
> - users quota
> - Anti-SPAM (obviously)
> - support to POP, IMAP and SMTP
>
> I'm sorry if this seams a little newbie but my area is Security and I
> don't know mutch about e-mail servers.
>
> PS.: if someone knows a different e-mail server that do all those
> things, please tell me.
>
> Thx
>
> []s
>
> Cloves Jr
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
*** There's no place like ${HOME} ***

-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: E-mail Server

am 23.02.2008 07:11:37 von Jeffrey Morse

I have used both and Sendmail is my choice. I use dovecot for IMAP.

Cloves Pereira Costa Jr wrote:
> Hi all...
>
> First I want to apologize because English is not my native language.
>
> I want to know your opinion in witch e-mail server is "better": Sendmail
> or Postfix?
>
> I want to know because I'll have to implement a e-mail server in my
> company and I made some research and find that those two e-mail servers
> are most used.
>
> My minimum cenario is:
> - about 50 mail boxes
> - LDAP integrated
> - users quota
> - Anti-SPAM (obviously)
> - support to POP, IMAP and SMTP
>
> I'm sorry if this seams a little newbie but my area is Security and I
> don't know mutch about e-mail servers.
>
> PS.: if someone knows a different e-mail server that do all those
> things, please tell me.
>
> Thx
>
> []s
>
> Cloves Jr
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html