Penguin

Differences between current version and revision by previous author of FormailNotes.

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

Newer page: version 2 Last edited on Friday, May 26, 2006 2:40:41 pm by AristotlePagaltzis
Older page: version 1 Last edited on Thursday, June 23, 2005 1:50:08 pm by GerwinVanDeSteeg Revert
@@ -1,11 +1,16 @@
-The [formail(1) ] program can be used to convert a standard mbox file into a Maildir format using [procmail(1)]. This has to be done either as the user or as the super-user.  
+!!! Converting [MBox ] to another format, such as MailDir  
  
-<pre>  
-# cd /home/<username>  
-# cat mbox | formail -s /usr/local/bin/ procmail -d <username>  
-</pre>  
+You need to configure procmail(1) to deliver [Email] to a MailDir box first. Then as the user or as the SuperUser, do the following:  
  
+<verbatim>  
+formail -s /usr/local/bin/procmail -d <username> < mbox  
+</verbatim>  
  
-----  
+!!! Respooling a mailbox to somewhere else  
  
-CategoryMailNotes 
+<verbatim>  
+formail -f -s sendmail newuser@some.domain.com < /var/mail/spoolfile  
+</verbatim>  
+  
+----  
+Part of CategoryMailNotes