View Single Post
  #1 (permalink)  
Old 01-25-2007, 09:54 PM
alimovz alimovz is offline
Senior Member
 
Posts: 51
Unhappy import Maildir messages into a different folder

hi guys,

I use this command to import a single message into a user's mailbox:

Code:
 sudo -u zimbra /opt/zimbra/bin/zmlmtpinject -s someuser /tmp/Maildir/new/1169406181.5969.server.com,S=13648 -r fara@mydomain.com
The command above successfully imports that message into INBOX of user fara on my Zimbra server.

The question is how do I use the same command to import that message into a different folder, not INBOX, but say "backup"? I believe there should be a flag that will do it, but I cannot find documentation of this.

Any help appreciated.

Thanks
Reply With Quote