Gentoo Archives: gentoo-server

From: Zhang Weiwu <zhangweiwu@××××××.com>
To: gentoo-server@l.g.o
Subject: [gentoo-server] email server concept: what's mail delivery agent
Date: Wed, 02 Jun 2004 12:17:42
Message-Id: 40BDBD70.4020407@realss.com
1 Hello. I'm trying to set up an email server several days. I think the
2 most difficult part is to know when what does what. I wish to be clear
3 on some concepts.
4
5 I am running cyrus + postfix + ldap, multiple virtual domains (sealed
6 mail server, no mail user have system account). It seems to me:
7
8 1. Moden mail servers don't often do mail forwarding. So upon receiving
9 an email, it will always be 'local delievery'.;
10 2. Documents often mention 'delivery agent' and 'maildir', it seems
11 'delivery agent' is not a standalone package, there is a delievery agent
12 in postfix package, and there is also one in cyrus package, I can choose
13 to use the delivery agent (postfix's or cyrus')
14 3. maildir is a way to store email, it is where postfix save incoming
15 mail, and it is the place cyrus-imapd get emails so that to put to
16 user's INBOX. But an email server can have no maildir completely, and
17 let cyrus's delivery agent by pass maildir and put mail directly to
18 user's INBOX.
19 4. putting the incoming emails in to each coorisponding domain's email
20 storage place is the job of delivery agent.
21
22 I feel messed up reading all the documents, now I am afraid I got severl
23 concepts completely wrong so I just write what I think plainly and hope
24 someone kindly come out and say to me "hey, you got xxx wrong here", and
25 I'll be thankful:)
26
27 Thank you.