Re: How to import an mbox to an existing user as a new mailbox

2015-08-09 Thread Paul Hoffman
On 9 Aug 2015, at 8:46, Benny Pedersen wrote: Paul Hoffman skrev den 2015-08-09 17:40: Initializing mail storage from mail_location parameter failed: mbox: mbox root directory can't be a file Which bit am I missing here? sudo doveadm import -u Foo mbox:/home/phoffman/project1/ Project 1

Re: How to import an mbox to an existing user as a new mailbox

2015-08-09 Thread Benny Pedersen
Paul Hoffman skrev den 2015-08-09 20:20: Fatal: Import namespace initialization failed: Initializing mail storage from mail_location parameter failed: mkdir(/home/phoffman/project1) failed: Permission denied (euid=1013(phoffprop) egid=1013(phoffprop) missing +w perm: /home/phoffman, dir

Re: How to import an mbox to an existing user as a new mailbox

2015-08-09 Thread Benny Pedersen
Edgar Pettijohn skrev den 2015-08-09 20:58: search that error and solve it There are prob. a lot of ways around this, but the easiest would most likely be something like: # chmod o+w /home/phoffman why use dovecot ? that will make it totaly insecure, dont do it ! i have here no access on

Re: How to import an mbox to an existing user as a new mailbox

2015-08-09 Thread Paul Hoffman
On 3 Aug 2015, at 7:16, Steffen Kaiser wrote: On Mon, 3 Aug 2015, Paul Hoffman wrote: On 2 Aug 2015, at 23:27, Steffen Kaiser wrote: On Sun, 2 Aug 2015, Paul Hoffman wrote: Greetings. I have a bunch of mbox files that I want to import to an existing user, each into a new mailbox. That is, I

Re: How to import an mbox to an existing user as a new mailbox

2015-08-09 Thread Edgar Pettijohn
On 08/09/15 13:36, Benny Pedersen wrote: Paul Hoffman skrev den 2015-08-09 20:20: Fatal: Import namespace initialization failed: Initializing mail storage from mail_location parameter failed: mkdir(/home/phoffman/project1) failed: Permission denied (euid=1013(phoffprop)

Re: How to import an mbox to an existing user as a new mailbox

2015-08-09 Thread Benny Pedersen
Paul Hoffman skrev den 2015-08-09 17:40: Initializing mail storage from mail_location parameter failed: mbox: mbox root directory can't be a file Which bit am I missing here? sudo doveadm import -u Foo mbox:/home/phoffman/project1/ Project 1 all untested

Re: How to import an mbox to an existing user as a new mailbox

2015-08-09 Thread Edgar Pettijohn
On 08/09/15 14:13, Benny Pedersen wrote: Edgar Pettijohn skrev den 2015-08-09 20:58: search that error and solve it There are prob. a lot of ways around this, but the easiest would most likely be something like: # chmod o+w /home/phoffman why use dovecot ? that will make it totaly

Re: How to import an mbox to an existing user as a new mailbox

2015-08-03 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 2 Aug 2015, Paul Hoffman wrote: Greetings. I have a bunch of mbox files that I want to import to an existing user, each into a new mailbox. That is, I want to import the file project1.mbox to user Foo, into a newly-created mailbox called

Re: How to import an mbox to an existing user as a new mailbox

2015-08-03 Thread Paul Hoffman
On 2 Aug 2015, at 23:27, Steffen Kaiser wrote: On Sun, 2 Aug 2015, Paul Hoffman wrote: Greetings. I have a bunch of mbox files that I want to import to an existing user, each into a new mailbox. That is, I want to import the file project1.mbox to user Foo, into a newly-created mailbox called

Re: How to import an mbox to an existing user as a new mailbox

2015-08-03 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 3 Aug 2015, Paul Hoffman wrote: On 2 Aug 2015, at 23:27, Steffen Kaiser wrote: On Sun, 2 Aug 2015, Paul Hoffman wrote: Greetings. I have a bunch of mbox files that I want to import to an existing user, each into a new mailbox. That is, I

How to import an mbox to an existing user as a new mailbox

2015-08-02 Thread Paul Hoffman
Greetings. I have a bunch of mbox files that I want to import to an existing user, each into a new mailbox. That is, I want to import the file project1.mbox to user Foo, into a newly-created mailbox called Project 1. Is there a dovecot tool to do this on the server? --Paul Hoffman