Displaying 20 results from an estimated 64 matches for "3462".
Did you mean:
3452
2008 Jun 24
2
Global FTS index?
...here is no way to do a search over a big IMAP
folder hierarchy in a reasonable amount of time, because each folder has to
be 'selected', and only one folder can be selected at once?
Patrick.
--
STAR Software (Shanghai) Co., Ltd. http://www.star-group.net/
Phone: +86 (21) 3462 7688 x 826 Fax: +86 (21) 3462 7779
PGP key: https://stshacom1.star-china.net/keys/patrick_nagel.asc
Fingerprint: E09A D65E 855F B334 E5C3 5386 EF23 20FC E883 A005
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type:...
2008 Jun 03
2
How to set MDNSent flag on a large amount of mails?
...write a script that evaluates each dovecot-keywords
file, figures out which letter corresponds to the flag and rename the files
(per directory) accordingly? Isn't there a more simple way?
Patrick.
--
STAR Software (Shanghai) Co., Ltd. http://www.star-group.net/
Phone: +86 (21) 3462 7688 x 826 Fax: +86 (21) 3462 7779
PGP key: https://stshacom1.star-china.net/keys/patrick_nagel.asc
Fingerprint: E09A D65E 855F B334 E5C3 5386 EF23 20FC E883 A005
2008 Aug 02
4
related, but off-topic: how to allow users to change password?
My dovecot is currently configured to authenticate vs. a userdb/passdb
passwd-file that contains, for each user:
username:passhash:5000:5000::/path/to/home::userdb_mail=/path/to/maildir
Is it possible to let users authenticate and change their passwords? There
are some webmail client add-ons that allow such things if users are system
accounts or in a
2013 Mar 06
4
question regarding rw-access on mailbox on creation/login (dovecot 1.2.17)
Hi,
currently I have one new user with a problem. When she logs in to
dovecot with pop3 from her apple mail, dovecot tells problems with the
+w permission.
Error: open(/var/mail/******) failed: Permission denied
(euid=3462(******) egid=548(dozenten) missing +w perm: /var/mail)
/var/mail is rw by root.mail
I cant see why just this particular user has that problem/gets that
messages.
AFAIK no one changed any default permissions on directories or set
different users.
What could be "wrong"? Any suggestions...
2008 Jul 16
1
Mails "invisible" (index corrupted?)
...k? I backed up
dovecot.index, dovecot.index.cache and dovecot.index.log before I deleted
them, but they probably contain sensitive information, so I won't post them
to the list.
Thanks,
Patrick.
--
STAR Software (Shanghai) Co., Ltd. http://www.star-group.net/
Phone: +86 (21) 3462 7688 x 826 Fax: +86 (21) 3462 7779
PGP key: https://stshacom1.star-china.net/keys/patrick_nagel.asc
Fingerprint: E09A D65E 855F B334 E5C3 5386 EF23 20FC E883 A005
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type:...
2008 Aug 13
3
Search for (any of) multiple terms slow
...e.2004.2005.2006.2007.2008"
104 UID fetch 1:* (FLAGS)
105 uid SEARCH UNDELETED (OR (OR (OR BODY "xyz" BODY "abc") BODY "def") BODY "ghi")
106 IDLE
Patrick.
- --
STAR Software (Shanghai) Co., Ltd. http://www.star-group.net/
Phone: +86 (21) 3462 7688 x 826 Fax: +86 (21) 3462 7779
PGP key: https://stshacom1.star-china.net/keys/patrick_nagel.asc
Fingerprint: E09A D65E 855F B334 E5C3 5386 EF23 20FC E883 A005
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Fedora - http...
2008 Jul 14
3
Dovecot Crash
Jul 13 08:19:15 hera dovecot: fstat 75 : Value too large for defined data
type
Jul 13 08:19:18 hera dovecot: fstat 75 : Value too large for defined data
type
Jul 13 08:19:20 hera dovecot: fstat 75 : Value too large for defined data
type
Jul 13 08:19:27 hera dovecot: fstat 75 : Value too large for defined data
type
Jul 13 08:19:27 hera dovecot: fstat 75 : Value too large for defined data
type
Jul
2008 Jul 02
3
Using tags instead of folders?
...before...). What happens if the Thunderbird profile breaks? What
happens if we want to move on to another client?
Are there other ways to implement 'tagging' instead of a hierarchy?
Patrick.
--
STAR Software (Shanghai) Co., Ltd. http://www.star-group.net/
Phone: +86 (21) 3462 7688 x 826 Fax: +86 (21) 3462 7779
PGP key: https://stshacom1.star-china.net/keys/patrick_nagel.asc
Fingerprint: E09A D65E 855F B334 E5C3 5386 EF23 20FC E883 A005
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type:...
2009 Nov 09
3
Virtual mailboxes not always up to date?
...: passwd
socket:
type: listen
client:
path: /var/spool/postfix/private/auth
mode: 432
user: postfix
group: postfix
plugin:
fts: squat
fts_squat: partial=4 full=10
--
STAR Software (Shanghai) Co., Ltd. http://www.star-group.net/
Phone: +86 (21) 3462 7688 x 826 Fax: +86 (21) 3462 7779
PGP key: E883A005 https://stshacom1.star-china.net/keys/patrick_nagel.asc
Fingerprint: E09A D65E 855F B334 E5C3 5386 EF23 20FC E883 A005
2010 Mar 12
11
Jeremy''s git tags
Hi Everyone,
git noob. simple question, how do i get a previous release from
jeremy''s git repository?
Right now, I can get the latest (2.6.32.9) by doing the following:
git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
linux-2.6-xen
$ cd linux-2.6-xen
$ git pull
I tried doing a "git tag -l" when in linux-2.6-xen directory, but that
did not print the tag
2010 Mar 12
11
Jeremy''s git tags
Hi Everyone,
git noob. simple question, how do i get a previous release from
jeremy''s git repository?
Right now, I can get the latest (2.6.32.9) by doing the following:
git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
linux-2.6-xen
$ cd linux-2.6-xen
$ git pull
I tried doing a "git tag -l" when in linux-2.6-xen directory, but that
did not print the tag
2009 Mar 21
1
Released Sieve v0.1.4
Hello Dovecot users,
Not much Sieve development was done in the last five weeks, but some
important platform-dependent bugs were found and repaired. The main new
feature is the addition of a custom Sieve language extension for
debugging in the Sieve command line tools.
Changelog Sieve v0.1.4:
* Started work on the sieve-filter tool. With this command line tool
it will be possible to
2009 Feb 02
1
custom imap flags in maildir don't saved after upgrade to 1.1.10
Custom imap flags (like $label1, $label2 in mozilla TB) don't saved in maildir
after upgrade to 1.1.10.
In logs no errors obout this.
With mailbox custom flags works OK.
--
Anton Yuzhaninov
2009 Feb 06
1
CentOS 5 ... again
At this point I don't think I can do anymore damage to my mail server
but I'd like to know if anyone else is using the pre-built RPM files
from ATrpms before I install them?
http://dl.atrpms.net/all/dovecot-1.1.11-0_90.el5.i386.rpm
http://dl.atrpms.net/all/dovecot-sieve-1.1.6-9.el5.i386.rpm
Or is there a dovecot-sieve for 1.0.7 from the rpmforge repo? I haven't
found it yet but
2008 Oct 15
2
Search results as virtual folders
This may have been asked before - if so I apologize.
Some mail clients - like Thunderbird - can provide a virtual folder or
"saved search" to provide a list of mails that match certain criteria.
Obviously, unless special client-side caching is implemented - which
Thunderbird (my own client of choice) - does not, generation of these
folders take time. Does Dovecot have any
2008 Sep 02
1
authorizing users
Im trying to clarify if I understand correctly about authorizing users.
"The simplest login method is sending the user login info in plain
text and allowing access only to users that already have UNIX access
(ie. in /etc/passwd) to the machine dovecot is running on."
Im using fetchmail postfix dovecot on my own personal computer to get
my mail from two servers. What Im wanting to
2010 Mar 15
1
Extra Imap processes
Hello fellow dovecot users!
I have a question for you guys. I have a server running dovecot/exim and I
allow both pop/pops and imap/imaps. When I look at the running processes, I
see a lot of imap processes that look like the following: imap
[user at domain.tld USER_IP]
Sometimes, there are duplicates imap [user at domain.tld USER_IP] processes.
I was wondering, how come those processes
2009 Mar 21
1
Released Sieve v0.1.4
Hello Dovecot users,
Not much Sieve development was done in the last five weeks, but some
important platform-dependent bugs were found and repaired. The main new
feature is the addition of a custom Sieve language extension for
debugging in the Sieve command line tools.
Changelog Sieve v0.1.4:
* Started work on the sieve-filter tool. With this command line tool
it will be possible to
2008 Jun 19
2
While searching: Assertion failed (offset >= ctx->input->v_offset)
...tart_main+0xdc) [0x4003adec] -> imap
[0x805a021]
Jun 19 14:35:45 stshamail1 dovecot: child 30070 (imap) killed with signal 6
What's wrong here? How to proceed with debugging?
Thanks,
Patrick.
--
STAR Software (Shanghai) Co., Ltd. http://www.star-group.net/
Phone: +86 (21) 3462 7688 x 826 Fax: +86 (21) 3462 7779
PGP key: https://stshacom1.star-china.net/keys/patrick_nagel.asc
Fingerprint: E09A D65E 855F B334 E5C3 5386 EF23 20FC E883 A005
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type:...
2009 Sep 03
1
Enabling security on POP3 and IMAP
Hello,
Currently, on our new test server, I am offering IMAP on 143 and POP3 on
110.
We would like to enable security on both of these protocols to attempt
to eliminate the risk from an internal
password-grabbing/content-grabbing attack.
I presume this would mean enabling SSL, and a more securure
authentication, right? Or are plain text passwords just sent over the
SSL, and therefore perfectly