1

I need a secure email server installed in debian-lenny with users in a mysql table.
Also users are from multiple domains.
Quota should be in mysql or a global variable for all users.
What are my options ?
THanks in advance for your help.

DCC
  • 15
  • 2

7 Answers7

5

I run the following software on Debian Etch without any problems:

  • Postfix
  • Potstfixadmin
  • MySQL
  • Dovecot (courier etc will probably also work, but Iv'e found dovecot to be much slimmer on resources and easier to set up)

Gives you virtual users and domains, vacation messages, imap(s), pop3(s), web-based user/alias/domain managment etc. Highly recommended.

Edit: Here's a tutorial aswell - http://bliki.rimuhosting.com/space/knowledgebase/linux/mail/postfixadmin+on+debian+sarge

pauska
  • 19,620
  • 5
  • 57
  • 75
2

I pretty much followed this guide: http://www.howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-debian-lenny

Does what you require.

2

I'm a huge QMAIL fan. It hasn't had a security issue ever. The toaster makes it easier to throw a box up if you're less familiar with it.

Warner
  • 23,756
  • 2
  • 59
  • 69
  • 2
    Ditto for me. There are some great tutorials that can be found at qmail.org in the documentation section. Also, Life With Qmail, by Dave Sill http://lifewithqmail.org/ is a great resource. – Scott Lundberg Mar 10 '10 at 14:56
  • I like Qmail aswell, but the patching of code (wich violates qmail's security guarantee) got to me, so I changed to Postfix. – pauska Mar 11 '10 at 14:47
1

Although I like installing and configuring the different components of a complete mail system myself, you might be interested in iRedMail which is basically a script installing and configuring every needed component for you. It also brings a web interface for configuration.

joschi
  • 21,387
  • 3
  • 47
  • 50
0

postfix-policyd for your rate limiting/throttling

http://packages.debian.org/lenny/postfix-policyd http://policyd.sourceforge.net/

0

Courier has the complete suite (MTA, POP3, IMAP) that all can share the same authentication-system (single configuration for validating against a database). I'm not sure about quota though.

If you mix systems (psotfix + courier for example), you will need to setup them indvidually for the same database-schema.

jishi
  • 868
  • 2
  • 11
  • 25
0

Use Postfix, with virtual-domains.