Penguin

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

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

Newer page: version 5 Last edited on Friday, October 6, 2006 3:59:15 pm by GreigMcGill
Older page: version 4 Last edited on Wednesday, August 23, 2006 6:55:02 pm by CraigBox Revert
@@ -61,11 +61,30 @@
 550 5.1.1 User unknown 
 QUIT 
 221 2.0.0 bye 
 </verbatim> 
+  
+!! Troubleshooting  
+  
+If you see:  
+  
+<verbatim>  
+RCPT TO:<UserWithCaps@some.domain.com>  
+550-Mailbox unknown. Either there is no mailbox associated with this  
+550-name or you do not have authorization to see it.  
+550 5.1.1 User unknown  
+</verbatim>  
+  
+but userwithcaps@some.domain.com works fine, you need to set  
+  
+<verbatim>  
+lmtp_downcase_rcpt: true  
+</verbatim>  
+  
+in your imapd.conf and restart cyrus. That is, assuming you don't want case sensitivity on your user mailboxes (and who would?).  
  
 See also: 
  
 * CyrusNotes 
  
 ---- 
 CategoryMailNotes