Penguin

Differences between version 6 and predecessor to the previous major change of PostfixNotes.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 6 Last edited on Friday, September 16, 2005 2:36:27 pm by DanielLawson Revert
Older page: version 4 Last edited on Sunday, June 20, 2004 11:01:53 pm by PerryLorier Revert
@@ -1,5 +1,4 @@
-These are my personal notes, I am writing them as I learn about postfix's workings and will update them as I remember.  
  
  
 ;What is Postfix?:Postfix is a modular email server designed to be a "drop-in" replacement for sendmail. Postfix is described as modular in that it is made up of several smaller applications, each application is designed to do one task only. E.g. [SMTP] messages are received by one program to deliver them locally another program is invoked, and to deliver them to another host via SMTP a seperate program is called. 
  
@@ -15,8 +14,10 @@
  
 !Delivery to Cyrus Imap 
  __main.cf:__ 
  mailbox_transport = lmtp:unix:/var/run/cyrus/socket/lmtp 
+  
+Note that this involves having cyrus set up to listen for lmtp on that socket. You can also use TCP delivery for lmtp. See CyrusNotes.  
  
 !SMTP Auth 
  
  __main.cf:__