Displaying 12 results from an estimated 12 matches for "convert_skip_broken_mailboxes".
2007 Jun 28
0
convert plugin problem from UW-IMAP
...Trustix Secure Linux 2.2
(Linux 2.4.27), and we had UW IMAP 2002e. Dovecot seems to work OK
(e.g. I can add copy messages to it), but things break when I activate
the convert plugin.
The Wiki suggests
convert_mail = mbox:~/:INBOX=/var/mail/%u # <--- locally changed to
/var/spool/mail/%u
convert_skip_broken_mailboxes=yes
However, when I start Dovecot, then I get:
Starting Dovecot Imap: ILoading modules from directory: /usr/lib/dovecot/imap
IModule loaded: /usr/lib/dovecot/imap/lib20_convert_plugin.so
IEffective uid=65534, gid=65534, home=
Imbox: data=~/:INBOX=/var/spool/mail/dump-capability
Imbox: ro...
2008 Feb 22
3
mbox to maildir conversion does not work
..._plugin_dir(pop3): /opt/csw/lib/dovecot/pop3
pop3_reuse_xuidl(default): no
pop3_reuse_xuidl(imap): no
pop3_reuse_xuidl(pop3): yes
pop3_uidl_format(default):
pop3_uidl_format(imap):
pop3_uidl_format(pop3): %08Xu%08Xv
auth default:
passdb:
driver: pam
userdb:
driver: passwd
plugin:
convert_skip_broken_mailboxes: no
convert_mail: mbox:INBOX=/var/mail/%u
Dovecot log
----------------
dovecot: Feb 22 14:13:28 Info: pop3-login: Login: user=<scott>,
method=PLAIN, rip=134.117.43.54, lip=134.117.9.47, TLS
dovecot: Feb 22 14:13:28 Info: POP3(scott): Loading modules from
directory: /opt/csw/lib/dovecot/...
2007 Mar 09
2
Convert plugin mbox to maildir has no effect
...-nuls oe-ns-eoh
auth default:
verbose: yes
passdb:
driver: passwd
passdb:
driver: shadow
userdb:
driver: passwd
socket:
type: listen
client:
master:
path: /var/run/dovecot/auth-master
mode: 384
plugin:
convert_mail: mbox:/var/mail:INBOX=/var/mail/%u
convert_skip_broken_mailboxes: no
2006 Dec 01
1
convert_mail ?
I can't find much documentation on the convert_mail plugin. For
example, on the wiki plugins page, clicking on convert goes to
<http://wiki.dovecot.org/InterWiki> which is not relevant.
Can I use convert_mail to migrate from UW IMAP 2002 mbox format where
some mail is in ~/ and the inboxes are in /var/spool/mail? Will it know
which files are mbox folders, so it doesn't try to
2007 Feb 20
2
Convert plugin
convert_mail = mbox:%h/mail
Convert plugin. If set, specifies the source storage path which is
converted to destination storage (mail_location) when the user logs
in. The existing mail directory is renamed to <dir>-converted.
I'm not entirely clear on what this does. If someone can clarify for
me, I'll update the Wiki.
I'm hoping it'll allow me to convert
2007 Mar 15
1
convert_mail plugin doesn't work
...at(imap):
pop3_uidl_format(pop3): %08Xv%08Xu
pop3_client_workarounds(default):
pop3_client_workarounds(imap):
pop3_client_workarounds(pop3): outlook-no-nuls oe-ns-eoh
auth default:
passdb:
driver: pam
userdb:
driver: passwd
plugin:
convert_mail: mbox:%h/mail:INBOX=/var/spool/mail/%u
convert_skip_broken_mailboxes: yes
and this is maillog
dovecot: POP3(test1): Loading modules from directory: /usr/lib/dovecot/pop3
dovecot: POP3(test1): Module loaded:
/usr/lib/dovecot/pop3/lib20_convert_plugin.so
dovecot: POP3(test1): Effective uid=10400, gid=502
dovecot: POP3(test1): mbox:
data=/homeH2/t/test1/mail:INBO...
2010 Oct 18
1
cmusieve and logging
...specifies the source storage path which is
# converted to destination storage (mail_location) when the user logs in.
# The existing mail directory is renamed to <dir>-converted.
#convert_mail = mbox:%h/mail
# Skip mailboxes which we can't open successfully instead of aborting.
#convert_skip_broken_mailboxes = no
# Trash plugin. When saving a message would make user go over quota, this
# plugin automatically deletes the oldest mails from configured mailboxes
# until the message can be saved within quota limits. The configuration file
# is a text file where each line is in format: <priority&...
2010 Jun 15
4
dovecot vs. Thunderbird
...path: /var/run/dovecot/auth-master
mode: 384
user: vmail
group: vmail
plugin:
autocreate: Trash
autocreate2: Spam
autosubscribe: Trash
autosubscribe2: Spam
mail_log_events: delete undelete expunge copy mailbox_delete
mailbox_rename
mail_log_fields: uid box msgid size
convert_skip_broken_mailboxes: no
convert_skip_dotdirs: no
sieve: /home/SIEVE-SCRIPTE/%Ln.sieve
mail_debug: yes
`-------------------------------------
Can you please help me?
Bodo
PS: sorry about my english :}
2010 Oct 06
4
Convert plugin
...ten
client:
path: /var/spool/postfix/private/dovecot-auth
mode: 432
user: postfix
group: postfix
master:
path: /var/run/dovecot/auth-master
mode: 384
user: vmail
group: vmail
plugin:
convert_mail: mbox:~/mail:INBOX=/var/mail/%n
convert_skip_broken_mailboxes: yes
autocreate: Trash
autocreate2: Sent
autocreate3: Drafts
autocreate4: Spam
autosubscribe: Trash
autosubscribe2: Sent
autosubscribe3: Drafts
autosubscribe4: Spam
2007 Mar 11
1
Dovecot Convert
Trying to figure out how to convert an existing mbox system to maildir
Below is my dovecot.conf file. Tried adding this at the bottom of the
file and nothing happens.
plugin {
convert_mail = mbox:/vhome/%d/home/%n:INBOX=/vhome/%d/home/%n/INBOX
convert_skip_broken_mailboxes=yes
}
What am I doing wrong?
## Dovecot 1.0 configuration file
# '#' character and everything after it is treated as comments. Extra spaces
# and tabs are ignored. If you want to use either of these explicitly,
put the
# value inside quotes, eg.: key = "# char and trailing whites...
2012 May 28
3
Dovecot 2.1 mbox + maildir
What syntax is needed to make this work?
The 2.0 wiki recomendations don't work - I can see the inboxes or the
folders but not both at once and there are lots of error messages about
prefix clashes if I simply use the existing 2.0.20 conf file on 2.1.6
The layout I have is:
Inboxes in mbox format - /var/spool/mail/%u
Folders in maildir format - /var/spool/imap/%u/Maildir/
Control and
2008 May 01
1
(no subject)
...specifies the source storage path which is
# converted to destination storage (mail_location) when the user logs in.
# The existing mail directory is renamed to <dir>-converted.
#convert_mail = mbox:%h/mail
# Skip mailboxes which we can't open successfully instead of aborting.
#convert_skip_broken_mailboxes = no
# Skip directories beginning with '.'
#convert_skip_dotdirs = no
# If source storage has mailbox names with destination storage's hierarchy
# separators, replace them with this character.
#convert_alt_hierarchy_char = _
# Trash plugin. When saving a message would make...