Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

courier-imap why ?

2 views
Skip to first unread message

Varun

unread,
Oct 2, 2005, 11:39:24 AM10/2/05
to
Hello,

I trying to setup mailserver using :


Postfix-Procmail-Fetchmail-SpamAssassin-ClamAV-Courier IMAP

I have a little doubt about courier-imap function.

Procmail does the following :

" Procmail is a very flexible autonomous mail processor. It handles mail
that has been received by Postfix using .procmailrc 'recipes' that
determine what to do based on various aspects of the mail. You can
configure a unique .procmailrc for each user. My .procmailrc whitelists
some mailing lists and addresses, pipes everything else through
Spamassassin, and delivers the results to my maildir directory. "

Fetchmail the following:
" Fetchmail does just that - fetches mail from specified remote POP3
servers and delivers it to Postfix. "

If procmail delivers to maildir that should do. Maildir contains all mail

client folders.

What does then courier-imap do then ?

Thanks in advance

varun

Glenn Sieb

unread,
Oct 2, 2005, 11:46:38 AM10/2/05
to
Varun said the following on 10/2/2005 11:39 AM:

> I have a little doubt about courier-imap function.

Courier-IMAP gives you the POP3/IMAP function.

Google's first hit for "Courier-IMAP" is: http://www.courier-mta.org/imap/

http://www.catb.org/~esr/faqs/smart-questions.html

You might want to give this a glance-over so that you can help yourself
answer your own questions. :)

Best,
--Glenn

--
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety."
~Benjamin Franklin, Historical Review of Pennsylvania, 1759

Pollywog

unread,
Oct 2, 2005, 11:50:48 AM10/2/05
to

Courier-imap allows you to read your mail (in your Maildir).


8)

David Cary Hart

unread,
Oct 2, 2005, 12:23:36 PM10/2/05
to
On Sun, 2005-10-02 at 21:09 +0530, Varun wrote:
> Hello,
>
> I trying to setup mailserver using :
>
>
> Postfix-Procmail-Fetchmail-SpamAssassin-ClamAV-Courier IMAP
>
> I have a little doubt about courier-imap function.
>

> What does then courier-imap do then ?
>

No offense but, if your are asking that question, you would probably be
better off with the infinitely simpler Dovecot at this point (or
whatever is standard in your distro).
--
Tired of spam? Do YOUR part: http://www.BoulderPledge.org
Our DNSRBL - Eliminate Spam: http://www.TQMcube.com/spam_trap.htm
RBLDNSD HowTo: http://www.TQMcube.com/rbldnsd.htm
Multi-RBL Check: http://www.TQMcube.com/rblcheck.htm

Magnus Bäck

unread,
Oct 2, 2005, 2:32:06 PM10/2/05
to
On Sunday, October 02, 2005 at 18:23 CEST,

David Cary Hart <Postf...@TQMcube.com> wrote:

> On Sun, 2005-10-02 at 21:09 +0530, Varun wrote:
>
> > What does then courier-imap do then ?
>
> No offense but, if your are asking that question, you would probably
> be better off with the infinitely simpler Dovecot at this point (or
> whatever is standard in your distro).

If the role an IMAP server plays in a complete email system is
unclear for the OP, I doubt the choice of IMAP server software
makes any difference whatsoever.

Like many people before me, I must advise the OP to, quite frankly,
get a clue before continuing his/her mission. The questions asked
have been on a very very basic level and would be answered by reading
relevant documentation and/or a book that covers general questions
about email servers. One such book is _Linux Email: Set up and Run
a Small Office Email Server_:

http://linuxemailbook.packtpub.com/

I am one of the authors and I haven't read the finished book myself,
so I'm not in a position to either recommend it nor ask people to
refrain from buying it. However, it does cover most of the topics
that the OP wants to implement. A book that only covers Postfix
(such as Dent or Hildebrandt/Koetter) would be a good complement.

--
Magnus Bäck
mag...@dsek.lth.se

Varun

unread,
Oct 2, 2005, 11:14:21 PM10/2/05
to
Robert Becker Cope wrote:

>owner-pos...@postfix.org wrote on 10/02/2005 10:39:24 AM:
>
>
>
>>What does then courier-imap do then ?
>>
>>
>

>I'm sure this has been answered, but I'll go ahead and answer it again,
>just in case.
>
>Postfix is an MTA. It is responsible for accepting mail from other MTAs
>and delivering it to another MTA, a maildir mailbox, or wherever it has
>been configured to deliver it. In your case, it sounds like you are
>delivering it to procmail, which is then delivering (in the normal case,
>at least) to your mailbox, which is stored in maildir format.
>
>Assuming that part works, mail is now in your mailbox, so you will want to
>be able to read it. Generally, you will use a POP or IMAP client to do
>this, such as Mozilla Thunderbird, Squirrelmail, or whatever; there is
>practically an infinite supply of mail clients. Neither postfix nor
>procmail understand the POP and IMAP protocols; that is not their role in
>the mail system. So, you need another piece of software that does. This is
>where courier-imap fits in. It provides POP and IMAP access to maildir
>formatted mailboxes.
>
>Hopefully this makes sense to you,
>
>robert
>
>Thanks Robert,
>
>
It was basically mail client that part that was
not perfectly clear.
I was thinking that delivery to mailbox was
enough.

Varun

Varun

unread,
Oct 2, 2005, 11:29:54 PM10/2/05
to
Magnus Bäck wrote:

Thanks Magnus,

I live in small town on the south east coast of India.
We were very lucky with the Tsunami.

With great difficulty I managed the get the book :
" Postfix - The definitive Guide ".
So I am more at ease with Postfix. I still have lot
of details to understand. But the book is very good.

Your book comes from , ' Packt Pub. ' . I have to
find out my local book store can get a copy.

Don't worry after I am done I will write a nice tutorials.

So your patience with me will not go waste.

Thanks again

Varun

Varun

unread,
Oct 3, 2005, 1:39:21 AM10/3/05
to
Pollywog wrote:

>On 10/02/2005 03:39 pm, Varun wrote:
>
>
>>Hello,
>>
>>
>>

>>What does then courier-imap do then ?
>>
>>
>
>Courier-imap allows you to read your mail (in your Maildir).
>
>
>8)
>
>

>Mail will read by a email client which will retrieve it from the
>
>
Maildir. So basically Courier-imap comes into picture
between Maildir and email client.
Is that OK ?

Thanks a lot

Varun

>
>
>

Michael J Wise

unread,
Oct 3, 2005, 4:27:28 AM10/3/05
to
On Oct 2, 2005, at 7:39 PM, Varun wrote:
> Pollywog wrote:
>> On 10/02/2005 03:39 pm, Varun wrote:
>>> What does then courier-imap do then ?
>> Courier-imap allows you to read your mail (in your Maildir).
>> Mail will read by a email client which will retrieve it from the
>> Maildir.
> So basically Courier-imap comes into picture between Maildir and email
> client.

Courier IMAP is the piece of software that handles the requests from
the Email client, such as Eudora or Outlook, and tells them what is in
the Maildir, and delivers the messages up to them in a format they can
use so that they can display it nice and pretty to the user.

Otherwise, people would have to read their email by starting up an SSH
session and doing the following:

cd Maildir
cd new
ls -l
less ...

And most people are not interested in doing that.
Although, from time to time, I find it neat, myself....

Aloha mai Nai`a!
--
"Please have your Internet License http://kapu.net/~mjwise/
and Usenet Registration handy..."

Varun

unread,
Oct 3, 2005, 9:54:54 AM10/3/05
to
Michael J Wise wrote:

Hmm...
That is interesting.
I shall give it try.

Thanks Michael for teaching a few tips. I like that.

Varun

David Cary Hart

unread,
Oct 3, 2005, 10:08:24 AM10/3/05
to
On Sun, 2005-10-02 at 20:32 +0200, Magnus Bäck wrote:
> On Sunday, October 02, 2005 at 18:23 CEST,
> David Cary Hart <Postf...@TQMcube.com> wrote:
>
> > On Sun, 2005-10-02 at 21:09 +0530, Varun wrote:
> >
> > > What does then courier-imap do then ?
> >
> > No offense but, if your are asking that question, you would probably
> > be better off with the infinitely simpler Dovecot at this point (or
> > whatever is standard in your distro).
>
> If the role an IMAP server plays in a complete email system is
> unclear for the OP, I doubt the choice of IMAP server software
> makes any difference whatsoever.
>
> Like many people before me, I must advise the OP to, quite frankly,
> get a clue before continuing his/her mission.

That makes more sense than I did. Well put.

/dev/rob0

unread,
Oct 3, 2005, 12:19:41 PM10/3/05
to
On Monday 2005-October-03 03:27, Michael J Wise wrote:
> Otherwise, people would have to read their email by starting up an
> SSH session and doing the following:
>
> cd Maildir
> cd new
> ls -l
> less ...
>
> And most people are not interested in doing that.
> Although, from time to time, I find it neat, myself....

less(1) is for wimps! Real Men use "cat $MAIL", or if stuck on a wimpy
Maildir system, "cat ~/Maildir/new/*".

;)
--
mail to this address is discarded unless "/dev/rob0"
or "not-spam" is in Subject: header

Michael J Wise

unread,
Oct 3, 2005, 12:50:59 PM10/3/05
to
On Oct 3, 2005, at 6:19 AM, /dev/rob0 wrote:
> On Monday 2005-October-03 03:27, Michael J Wise wrote:
>> Otherwise, people would have to read their email by starting up an
>> SSH session and doing the following:
>>
>> cd Maildir
>> cd new
>> ls -l
>> less ...
>>
>> And most people are not interested in doing that.
>> Although, from time to time, I find it neat, myself....
>
> less(1) is for wimps! Real Men use "cat $MAIL", or if stuck on a wimpy
> Maildir system, "cat ~/Maildir/new/*".

Oh, man, without specifying the '-vet' option,
you left yourself WIDE OPEN to all those ANSI-boy viruses 'n stuff.

> ;)

This may seem like parody, until one does 'man cat'.
Still, I think our job on this thread is done, yes?

Devdas Bhagat

unread,
Oct 3, 2005, 5:03:16 PM10/3/05
to
On 03/10/05 08:59 +0530, Varun wrote:
<snip>

> I live in small town on the south east coast of India.
> We were very lucky with the Tsunami.
>
IIRC, Pondicherry.

> With great difficulty I managed the get the book :
> " Postfix - The definitive Guide ".

Hop over to Chennai, and pick up a few more books.

> So I am more at ease with Postfix. I still have lot
> of details to understand. But the book is very good.
>
> Your book comes from , ' Packt Pub. ' . I have to
> find out my local book store can get a copy.
>

http://www.cb-india.com/BookDetails.asp?BookID=BK00007927&PageRef=BookSearchResult_new.asp&CategoryID=&PageIndex=1&stChar=

BTW, weren't you asking all these questions a few months ago on the
Bangalore LUG mailing list?

Devdas Bhagat

Varun

unread,
Oct 4, 2005, 1:46:32 AM10/4/05
to
Devdas Bhagat wrote:

Yes devdas that is true.
And I know you are a Postfix and Postgre man.

Actually I had started Postfix then left it midway.
This time I will complete it.

So see you in Blug.

Thanks

Varun

0 new messages