From owner-freebsd-questions Wed Jan 23 5:58:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rambo.simx.org (rambo.simx.org [194.17.208.54]) by hub.freebsd.org (Postfix) with ESMTP id 3290937B402 for ; Wed, 23 Jan 2002 05:58:22 -0800 (PST) Received: from rambo.simx.org (malin.twenty4help.se [195.67.108.195]) by rambo.simx.org (8.11.6/8.11.6) with ESMTP id g0NDvpX62622; Wed, 23 Jan 2002 14:57:51 +0100 (CET) (envelope-from listsub@rambo.simx.org) Message-ID: <3C4EC159.6010805@rambo.simx.org> Date: Wed, 23 Jan 2002 14:57:45 +0100 From: "Roger 'Rocky' Vetterberg" User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: "Patrick O'Reilly" Cc: FreeBSD Question List Subject: Re: Sendmail and Cyrus IMAP References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Patrick O'Reilly wrote: >Hi all! > >I am running sendmail as MTA, and popper for POP3 - all is well. > >Now, I wish to delve into IMAP. I found Cyrus in the ports collection, >and all the write-up and the web site sounds great. > >OK - the question I need to ask: How does SMTP and/or the MTA function >happen when Cyrus runs? Will Cyrus provide and SMTP daemon, or will I >still run the Sendmail SMTP Daemon? > >I understand that Cyrus will replace the popper, and will provide IMAP >access instead of POP3, but I don't know how a mail from the outside >world will find its way into the Cyrus message store. > >Thanks in advance. > >Patrick O'Reilly. > IMAP is not a replacement for POP3. They basically provide the same service, but they do it in very different ways. While POP3 allows the client to fetch the mails from the server, IMAP allows the client to read the messages while they are still on the server. (Very simplified) You can run both POP3 and IMAP on the same machine. IMAP is not a replacement for Sendmail either, they provide completely different services. You will still need Sendmail (or another MTA) even if you run IMAP. -- R To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message