Displaying 20 results from an estimated 1150 matches for "pop3_uidl_format".
2015 Jan 27
4
dovecot migration
Dear List,
To migrate a dovecot server from dovecot-1.x to dovecot-2.x, then I
wonder if the UIDL format "pop3_uidl_format" setting is required in the
configuration file for clients not to re-download the same mails from
the migrated mail server. Currently, no UIDL format is set in
/etc/dovecot file of the one using dovecot-1.x server which means it is
commented out as default like below.
]# grep pop3_uidl_format...
2007 Jul 23
1
qpopper -> dovecot migration : which pop3_uidl_format?
Hello,
I have read in lots of places about how I should use
pop3_reuse_xuidl = yes
to prevent pop3 users having to re-download mail (and duplicate their
e-mail) after a migration.
This fails with the message:
pop3_uidl_format setting is missing from config file
Which setting for pop3_uidl_format should I set to prevent the e-mail being
downloaded again?
2013 Apr 11
1
[PATCH proposal] make dsync preserve pop3_uidl_format
Hi there,
I ran into an issue yesterday (dovecot 2.0) whereby when we dsync messages from a local machine (sdbox) to a remote (Maildir) which have different pop3_uidl_formats configured, the uidl format is not preserved. There doesn't seem to be any way to force this in the code, although I suspect that Maildir sources with saved pop3 uidls would pass them correctly. Attached is a rough patch against 2.0.21 dsync which will generate the uidls on the client before p...
2007 Jul 05
2
dovecot.conf pop3_uidl_format
...s. %08Xu%08Xv should be pretty fail-safe.
#
# NOTE: Nowadays this is required to be set explicitly, since the old
# default was bad but it couldn't be changed without breaking existing
# installations. %08Xu%08Xv will be the new default, so use it for new
# installations.
#
pop3_uidl_format = %08Xu%08Xv
Notice the *very* small difference in the format between UW's ipop3d
and the ones mentioned a little bit below?
I think I just got bitten by this (we moved from UW's ipop3d to
Dovecot). Loooots of users just got a lot of new (old) mail again
("Leave mail on server"...
2005 Oct 04
1
Changing pop3_uidl_format
...v-%u
# Cyrus (<= 2.1.3) : %u
# Cyrus (>= 2.1.4) : %v.%u
#Note that Outlook 2003 seems to have problems with %v.%u format which is
#Dovecot's default, so if you're building a new server it would be a good
#idea to change this. %08Xu%08Xv should be pretty fail-safe.
pop3_uidl_format = %v.%u
So my question is, what happens if I just change pop3_uidl_format to
%08Xu%08Xv and restart the server? Will it just change things over to the way
I want them, or will it blow up all the existing mail already being stored
there?
Inquiring minds want to know. Thanks for any help you can...
2015 Jan 27
0
dovecot migration
El 27/01/15 a las 03:54, mkawada at redhat.com escribi?:
> Dear List,
>
> To migrate a dovecot server from dovecot-1.x to dovecot-2.x, then I
> wonder if the UIDL format "pop3_uidl_format" setting is required in the
> configuration file for clients not to re-download the same mails from
> the migrated mail server. Currently, no UIDL format is set in
> /etc/dovecot file of the one using dovecot-1.x server which means it is
> commented out as default like below.
>...
2011 Feb 08
1
pop3 index virtual question
...tual/"
separator = /
location = virtual:/etc/dovecot/virtual:LAYOUT=maildir++
#location = virtual:/etc/dovecot/virtual
hidden = yes
list = no
subscriptions= no
}
namespace real {
# type = private
prefix = "RealMails/"
separator = /
list = no
hidden = yes
}
and
pop3_uidl_format = %08Xu%08Xv
before it was pop3_uidl_format = %g ( not sure what best )
# Permanently save UIDLs sent to POP3 clients, so pop3_uidl_format changes
# won't change those UIDLs. Currently this works only with Maildir.
#pop3_save_uidl = no
my guess is that
location = virtual:/etc/dovecot...
2015 Jan 27
0
dovecot migration
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tue, 27 Jan 2015, mkawada at redhat.com wrote:
> To migrate a dovecot server from dovecot-1.x to dovecot-2.x, then I
> wonder if the UIDL format "pop3_uidl_format" setting is required in the
> configuration file for clients not to re-download the same mails from
> the migrated mail server. Currently, no UIDL format is set in
> /etc/dovecot file of the one using dovecot-1.x server which means it is
> commented out as default like below.
>...
2007 Jun 29
0
Document variable modifiers in pop3_uidl_format
Attached is a trivial patch to document the fact one can use variable
modifiers in pop3_uidl_format.
--
Ben Winslow <rain at bluecherry.net>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: uidl-modifiers.diff
Type: text/x-patch
Size: 810 bytes
Desc: not available
URL: <http://dovecot.org/pipermail/dovecot/attachments/20070629/57f8e696/attachment-0004...
2006 Jun 22
3
recent dovecot: assertion failed.
...mail_executable(default): /usr/lib/dovecot/imap
mail_executable(imap): /usr/lib/dovecot/imap
mail_executable(pop3): /usr/lib/dovecot/pop3
mail_plugin_dir(default): /usr/lib/dovecot/modules/imap
mail_plugin_dir(imap): /usr/lib/dovecot/modules/imap
mail_plugin_dir(pop3): /usr/lib/dovecot/modules/pop3
pop3_uidl_format(default):
pop3_uidl_format(imap):
pop3_uidl_format(pop3): %08Xu%08Xv
auth default:
passdb:
driver: pam
userdb:
driver: passwd
---
# dovecot --build-options
Build options: ioloop=epoll dnotify ipv6 openssl mysql postgresql sqlite
Passdb: checkpassword ldap pam passwd passwd-file shadow...
2008 Oct 24
1
Maildir connection issues
...od: dotlock
mail_executable(default): /usr/libexec/dovecot/imap
mail_executable(imap): /usr/libexec/dovecot/imap
mail_executable(pop3): /usr/libexec/dovecot/pop3
mail_plugin_dir(default): /usr/lib/dovecot/imap
mail_plugin_dir(imap): /usr/lib/dovecot/imap
mail_plugin_dir(pop3): /usr/lib/dovecot/pop3
pop3_uidl_format(default): %08Xu%08Xv
pop3_uidl_format(imap): %08Xu%08Xv
pop3_uidl_format(pop3): %08Xv%08Xu
auth default:
username_format: %Lu
passdb:
driver: passwd-file
args: /home/dovecot.passwd
passdb:
driver: pam
userdb:
driver: passwd
ns6.ABS-CompTech.com root
[/root] ll /home/dovecot....
2005 Nov 01
1
popa3d migration problem
...nd I tried to login with 'pop3_reuse_xuidl = yes' option
enabled and I've got in my logfile the following output:
Nov 1 00:58:33 sneogg dovecot: pop3-login: Login: user=<test2>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured
Nov 1 00:58:33 sneogg dovecot: pop3(test2): Set pop3_uidl_format setting in config file
Nov 1 00:58:33 sneogg dovecot: child 32067 (pop3) returned error 89
And my session was disconnected immediately each time after sucessful
authentication..
I tried to set up pop3_uidl_format to MD5 (%m) but it didn't work...
Let me ask if there is a possibility to mig...
2010 Oct 05
1
Can't receive emails
...mail_executable(default): /usr/lib/dovecot/imap
mail_executable(imap): /usr/lib/dovecot/imap
mail_executable(pop3): /usr/lib/dovecot/pop3
mail_plugin_dir(default): /usr/lib/dovecot/modules/imap
mail_plugin_dir(imap): /usr/lib/dovecot/modules/imap
mail_plugin_dir(pop3): /usr/lib/dovecot/modules/pop3
pop3_uidl_format(default):
pop3_uidl_format(imap):
pop3_uidl_format(pop3): %08Xu%08Xv
auth default:
mechanisms: plain login
passdb:
driver: sql
args: /etc/dovecot/dovecot-sql.conf
userdb:
driver: passwd
userdb:
driver: static
args: uid=5000 gid=5000 home=/var/vmail/%d/%n allow_a...
2007 May 29
1
dovecot performance question
...: /usr/local/libexec/dovecot/imap
mail_executable(imap): /usr/local/libexec/dovecot/imap
mail_executable(pop3): /usr/local/libexec/dovecot/pop3
mail_plugin_dir(default): /usr/local/lib/dovecot/imap
mail_plugin_dir(imap): /usr/local/lib/dovecot/imap
mail_plugin_dir(pop3): /usr/local/lib/dovecot/pop3
pop3_uidl_format(default):
pop3_uidl_format(imap):
pop3_uidl_format(pop3): %v.%u
pop3_client_workarounds(default):
pop3_client_workarounds(imap):
pop3_client_workarounds(pop3): outlook-no-nuls oe-ns-eoh
auth default:
count: 4
passdb:
driver: pam
userdb:
driver: passwd
I'm trying to figure out wha...
2011 Jul 10
2
n00b here -- pop email deletion
.../lib/dovecot/imap
> mail_executable(imap): /usr/lib/dovecot/imap
> mail_executable(pop3): /usr/lib/dovecot/pop3
> mail_plugin_dir(default): /usr/lib/dovecot/modules/imap
> mail_plugin_dir(imap): /usr/lib/dovecot/modules/imap
> mail_plugin_dir(pop3): /usr/lib/dovecot/modules/pop3
> pop3_uidl_format(default):
> pop3_uidl_format(imap):
> pop3_uidl_format(pop3): %08Xu%08Xv
> auth default:
> mechanisms: plain login
> passdb:
> driver: pam
> userdb:
> driver: passwd
> socket:
> type: listen
> client:
> path: /var/spool/postfix/pri...
2009 Mar 21
1
dovecot with IMAP and POP3 mixed
...mail_executable(default): /usr/lib/dovecot/imap
mail_executable(imap): /usr/lib/dovecot/imap
mail_executable(pop3): /usr/lib/dovecot/pop3
mail_plugin_dir(default): /usr/lib/dovecot/modules/imap
mail_plugin_dir(imap): /usr/lib/dovecot/modules/imap
mail_plugin_dir(pop3): /usr/lib/dovecot/modules/pop3
pop3_uidl_format(default):
pop3_uidl_format(imap):
pop3_uidl_format(pop3): %08Xu%08Xv
auth default:
passdb:
driver: passwd-file
args: /etc/dovecot/passwd
userdb:
driver: passwd-file
args: /etc/dovecot/passwd
and /etc/dovecot/passwd looks like this:
anmeyer at anup.de:{PLAIN}password:5000:5000:...
2008 Feb 22
3
mbox to maildir conversion does not work
...lugins(default):
mail_plugins(imap):
mail_plugins(pop3): convert
mail_plugin_dir(default): /opt/csw/lib/dovecot/imap
mail_plugin_dir(imap): /opt/csw/lib/dovecot/imap
mail_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...
2010 Jul 19
2
Dovecot 1.1 migration to 1.2
...ns(pop3): quota
mail_plugin_dir(default): /usr/lib/dovecot/modules/imap
mail_plugin_dir(imap): /usr/lib/dovecot/modules/imap
mail_plugin_dir(pop3): /usr/lib/dovecot/modules/pop3
imap_client_workarounds(default): outlook-idle
imap_client_workarounds(imap): outlook-idle
imap_client_workarounds(pop3):
pop3_uidl_format(default): %08Xu%08Xv
pop3_uidl_format(imap): %08Xu%08Xv
pop3_uidl_format(pop3): %Mf
auth default:
passdb:
driver: sql
args: /etc/dovecot/dovecot-mysql.conf
userdb:
driver: passwd
userdb:
driver: sql
args: /etc/dovecot/dovecot-mysql.conf
socket:
type: listen
maste...
2007 Oct 03
5
Postfix with Deliver (LDA) - user unknown
.../lib/dovecot/imap
mail_plugin_dir(pop3): /usr/local/lib/dovecot/pop3
imap_client_workarounds(default): delay-newmail outlook-idle
netscape-eoh tb-extra-mailbox-sep
imap_client_workarounds(imap): delay-newmail outlook-idle netscape-eoh
tb-extra-mailbox-sep
imap_client_workarounds(pop3): outlook-idle
pop3_uidl_format(default):
pop3_uidl_format(imap):
pop3_uidl_format(pop3): %08Xu%08Xv
pop3_client_workarounds(default):
pop3_client_workarounds(imap):
pop3_client_workarounds(pop3): outlook-no-nuls oe-ns-eoh
pop3_logout_format(default): top=%t/%p, retr=%r/%b, del=%d/%m, size=%s
pop3_logout_format(imap): top=%t/%p,...
2007 Sep 10
3
Deliver parameter problem
Hello,
I'm using dovecot-1.0.5 with postfix. There is no document about how to
using deliver parameters (-d). I can not set mail quota with mysql db if
I haven't set this parameter. How can I describe user (-d) parameter to
procmail.
Procmail set,
:0
| /usr/local/dovecot/libexec/dovecot/deliver -f blabla -d blabla
regards,