Displaying 8 results from an estimated 8 matches for "mail_old".
Did you mean:
mail_log
2017 Oct 08
2
My sub-folder with Outlook work-around to date
...ntry to MailDir:
>
> #mail_location = mbox:~/mail:INBOX=/var/spool/mail/%u
> mail_location = maildir:~/Maildir
>
> 3. Restarted Dovecot
>
> 4. su as user and in their home (/u/home/user on my setup):
>
> /u/packages/mb2md-3.20.pl -m
>
> then:
>
> mv mail mail_old
>
> then:
>
> /u/packages/mb2md-3.20.pl -s mail_old -R
>
> then:
>
> Login with Outlook and subscribe to IMAP folders again.
>
> Not a big fan of gazillions of little eml based text mail files in directories but hey, if it fixes our issues, maybe I need to stop wa...
2017 Oct 08
0
My sub-folder with Outlook work-around to date
...l:INBOX=/var/spool/mail/%u
> > mail_location = maildir:~/Maildir
> >
> > 3. Restarted Dovecot
> >
> > 4. su as user and in their home (/u/home/user on my setup):
> >
> > /u/packages/mb2md-3.20.pl -m
> >
> > then:
> >
> > mv mail mail_old
> >
> > then:
> >
> > /u/packages/mb2md-3.20.pl -s mail_old -R
> >
> > then:
> >
> > Login with Outlook and subscribe to IMAP folders again.
> >
> > Not a big fan of gazillions of little eml based text mail files in directories but he...
2017 Oct 06
2
My sub-folder with Outlook work-around to date
Thanks for the reply MJ.
Good to hear it works in MailDir format - might need to look at this.
To date I have only had this issue with Outlook and for me personally on
Fedora with Thunderbird, I tend to keep a heap of e-mail folders without
sub-foldering and have my own little Linux 'utopia' of annually
archiving folders etc using the Linux scripting environment, so I never
have
2017 Oct 08
3
My sub-folder with Outlook work-around to date
...gt;>> mail_location = maildir:~/Maildir
>>>
>>> 3. Restarted Dovecot
>>>
>>> 4. su as user and in their home (/u/home/user on my setup):
>>>
>>> /u/packages/mb2md-3.20.pl -m
>>>
>>> then:
>>>
>>> mv mail mail_old
>>>
>>> then:
>>>
>>> /u/packages/mb2md-3.20.pl -s mail_old -R
>>>
>>> then:
>>>
>>> Login with Outlook and subscribe to IMAP folders again.
>>>
>>> Not a big fan of gazillions of little eml based text mail fi...
2017 Oct 07
0
My sub-folder with Outlook work-around to date
...mb2md
2. Changed Dovecot /etc/dovecot/conf.d/10-mail.conf mbox entry to MailDir:
#mail_location = mbox:~/mail:INBOX=/var/spool/mail/%u
mail_location = maildir:~/Maildir
3. Restarted Dovecot
4. su as user and in their home (/u/home/user on my setup):
/u/packages/mb2md-3.20.pl -m
then:
mv mail mail_old
then:
/u/packages/mb2md-3.20.pl -s mail_old -R
then:
Login with Outlook and subscribe to IMAP folders again.
Not a big fan of gazillions of little eml based text mail files in
directories but hey, if it fixes our issues, maybe I need to stop
wambulancing about it all and do as I am told :-)...
2017 Oct 09
0
My sub-folder with Outlook work-around to date - update 201710091046
...;>>>>>
>>>>>> 4. su as user and in their home (/u/home/user on my setup):
>>>>>>
>>>>>> /u/packages/mb2md-3.20.pl -m
>>>>>>
>>>>>> then:
>>>>>>
>>>>>> mv mail mail_old
>>>>>>
>>>>>> then:
>>>>>>
>>>>>> /u/packages/mb2md-3.20.pl -s mail_old -R
>>>>>>
>>>>>> then:
>>>>>>
>>>>>> Login with Outlook and subscribe to IMAP folde...
2017 Oct 12
5
Convert from mbox to Maildir
Hello everybody,
I am in the process to install dovecot as an IMAP server.
Currently, this system runs postfix and uses procmail for local (mbox
style) delivery.
Procmail ist started by postfix like this:
/etc/postfix/main.cf:
mailbox_command = /usr/bin/procmail
~/.forward:
"|IFS=' ' && exec /usr/bin/procmail -f- || exit 75 # jw"
Before going
2017 Oct 13
0
Convert from mbox to Maildir
...-mail forum:
http://dmc1961.id.au/howto_17101101.php
In essence I am using /etc/procmailrc and the users_db approach to get
e-mail delivered correctly after I have converted an account to Maildir
format. I also never trust anything in my IT life, so I backup the mail
directories under $HOME to mail_old.
Not sure if this is any use to you but works for me now.
On 13/10/17 07:52, Josef Wolf wrote:
> Hello everybody,
>
> I am in the process to install dovecot as an IMAP server.
>
> Currently, this system runs postfix and uses procmail for local (mbox
> style) delivery.
>
&g...