Displaying 20 results from an estimated 3000 matches similar to: "logging sent messages"
2010 Jun 04
3
SORT with unknown charset bug?
I'm not sure this is a known bug. I'm using dovecot 1.1.19.
C: s SORT (DATE) blah ALL UNDELETED OR HEADER SUBJECT {4}
S: + OK
C: asdf HEADER FROM {4}
S: + OK
C: asdf
S: * SORT 1 2 4 5 3 6 7 (... all messages in folder)
S: s NO [BADCHARSET] Unknown charset
I think there shouldn't be "* SORT... " response.
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
2013 Jun 12
1
THREAD REFERENCES bug
I found it on an ancient dovecot version, so it might be already fixed.
Let's say I have a folder with 3 messages
UID Subject Date
12 One 2013-06-09
11 Testmail 2013-06-10
14 Subject 2013-06-11
C: A0003 UID THREAD REFERENCES US-ASCII ALL
S: * THREAD (12)(11)(14)
Now I received a message with today's date (2013-06-12)
2016 Jun 08
3
password expire warning for dovecot users in IMAP/POP login
Alec-san,
Thanks for your comment.
Please lemme make sure one more thing.
>IMAP has ALERT response which is supported by some clients.
To make it happen, no need to add any other configurations on LDAP end
once possword policy is correctly set?
Thanks,
Masaharu Kawada
On 2016?06?08? 17:27, A.L.E.C wrote:
> On 06/08/2016 10:05 AM, mkawada at redhat.com wrote:
>> Whatever ways
2016 Apr 12
2
Slow reading of large dovecot-uidlist files
On 04/10/2016 10:27 AM, Adrian Minta wrote:
> It will be nice if the "SELECT MyMailbox" command will be "SELECT
> mymailbox LIMIT 100" or something, to get the first files since only the
> last messages are shown to the user.
SELECTing a mailbox has nothing to do with FETCHing messages, so above
does not make much sense.
I don't know dovecot's code, but I
2010 Jun 18
1
strange regex sieve filter error
Hi all,
ok, I'm getting an error produced by the following sieve file :
require ["fileinto","copy"];
# rule:[SPAM-TAG]
if allof ( header :regex "Subject" "^\\[SPAM-TAG\\]")
{
fileinto "SPAM-TAG";
stop;
}
and I'm getting the following error in the dovecot delivery log :
main_script: line 3: error: unknown tagged
2010 Nov 08
1
Expunge -A cannot find users
Hi List,
If I use doveadm expunge in this format expunge will delete the email
doveadm expunge -u test at planetseafood.com mailbox Archive ON '8-Nov-2010'
But in this format doveadm expunge -A mailbox Archive ON '8-Nov-2010',
it will list all the users in the database and display the following and
no messages are expunged.
doveadm(test at
2011 Oct 06
2
doveadm mailbox subscribe wildcard
Hi,
I noticed that wildcards work like the following, as described in the
man page:
# doveadm mailbox list -s -u bob dovecot*
dovecot
dovecot/pigeonhole
dovecot/pigeonhole/2.0
however, wildcard subscriptions don't work:
# doveadm mailbox subscribe -u bob dovecot*
# doveadm mailbox list -s -u bob dovecot*
dovecot
dovecot*
dovecot/pigeonhole
2012 Sep 20
4
doveadm with multiple commands
This has been in my TODO for a while and today I implemented it (but didn't dare to test it yet :) So the problem has been that you want to run for example:
doveadm expunge -A mailbox Trash savedbefore 7d
doveadm purge -A
This is annoying because it scans through the users' mailboxes twice, wasting disk IO and CPU. So how to make it do the scan only once? The syntax I thought of today
2014 Dec 29
2
SPECIAL-USE again
On 2014-12-29 20:45, Stephan Bosch wrote:
> For creating a special use mailbox there is the CREATE-SPECIAL-USE
> capability (https://tools.ietf.org/html/rfc6154, Section 3). As you
> suggested, the special use attributes can also be changed using the
> METADATA capability (https://tools.ietf.org/html/rfc6154, Section 4).
> Unfortunately, both of these features are not yet supported
2011 Dec 16
2
Two important new Pigeonhole v0.3 features
Hello Dovecot users,
Pigeonhole v0.3 for Dovecot v2.1 has two new features I would like you
to play with before I make a first release:
1) The new Sieve editheader extension
(http://tools.ietf.org/html/rfc5293). This allows modifying the headers
of the message before delivery. This is actually the first implemented
extension that can modify the message itself in any way. This feature
adds
2010 Aug 31
1
Wrong MySQL sintax, I can't login
Hi guys:
I can't login as a user:
The output of mail.log:
Aug 31 08:39:45 socrates dovecot: auth(default): client in:
AUTH^I1^IPLAIN^Iservice=imap^Ilip=178.63.82.247^Irip=81.39.27.227^Ilport=143^Irport=33715^Iresp=AHBhYmxvLnJvZHJpZ3VlekBlc2N1ZWxhc3VwZXJpb3JkZWNvYWNoaW5nLmNvbQBwZXJpa2l0YS4=
Aug 31 08:39:45 socrates dovecot: auth-worker(default):
sql(pablo.rodriguez at
2011 Dec 02
8
IMAP SPECIAL-USE extension
It's implemented now in dovecot-2.1 hg. It also deprecates autocreate plugin (but it still works the old way). The idea is that you can now do e.g.:
mailbox Trash {
auto = no
special_use = \Trash
}
mailbox Drafts {
auto = no
special_use = \Drafts
}
mailbox Sent {
auto = subscribe # autocreate, autosubscribe
special_use = \Sent
}
mailbox Spam {
auto = create # autocreate, but
2013 Jun 07
2
Dovecot IMAP
This is my first experience of the mail server.
Set up a mail server from Postfix + Dovecot with the MySQL authorization.
When you create a new user dovecot makes strange folder structure: the
'inbox' contains 'juncus', 'tash', 'sent' etc.
ie 'sent' and other folders are subdir to the 'inbox'.
My result:
04 LIST "" "*"
* LIST
2013 Mar 07
2
Core dump in 2.2.rc2 with FETCH 1 BODY.PEEK[ALL]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Usingt ./sbin/dovecot --version
2.2.rc2 (7a08461c5559)
with Maildir,
2 FETCH 1 BODY.PEEK[ALL]
dumps core, bt full is:
#0 0x00007fa166e721b5 in raise () from /lib/libc.so.6
No symbol table info available.
#1 0x00007fa166e74fc0 in abort () from /lib/libc.so.6
No symbol table info available.
#2 0x00007fa16721ac47 in default_fatal_finish
2012 Jun 18
1
dovecot-sieve and LMT
Dear list,
My mail server is working perfectly. So I am trying to add feature after feature, until I have all the features I need. This has worked fine until now. I am trying to get dovecot-sieve to work. So I activated dovecot-lda and the sieve plugin and told postfix to use deliver instead of procmail. After restarting all services I then created a test sieve file. Obviously I have not yet
2013 Jun 12
2
Dovecot 2 + IMAP
This is my first experience of the mail server.
Set up a mail server from Postfix + Dovecot with the MySQL
authorization. When you create a new user dovecot makes strange folder
structure: the 'inbox' contains 'juncus', 'tash', 'sent' etc. ie 'sent'
and other folders are subdir to the 'inbox'. How to make the imap
folders 'sent',
2010 Nov 10
1
Sieve problem with managesieve
I have a problem with a sieve script..
my config is dovecot 1.2.15 with managesieve, and roundcube.
Now i have this script WORKING:
--
require ["fileinto"];
# rule:[TracSvil]
if anyof (header :contains "From" "xxx at example.com")
{
fileinto "INBOX.Trac Svil";
stop;
}
--
And this script NOT working:
require ["fileinto"];
# rule:[TracSvil]
if
2016 Feb 10
2
Sieve question
Is it possible to use redirect in a sieve to redirect to multiple addresses?
if header :contains ?from? ?test at example.com? {
redirect ?user1 at example.com,user2 at example.com?;
}
I thought this would work, But I am seeing a ?redirect address is invalid: not a single addres [sic] (found ?,?).
--
I'll have what the gentleman on the floor is having.
2016 Jun 08
2
password expire warning for dovecot users in IMAP/POP login
Aki-san,
Thanks for your feedback.
Whatever ways will do. For instance, in a thunderbird mail client, a
pop-up message or notification email telling client that the password
will be expired in XX days, something like this, would be nice.
Thanks,
Masaharu Kawada
On 2016?06?08? 15:49, Aki Tuomi wrote:
>
> On 08.06.2016 09:37, mkawada at redhat.com wrote:
>> Dear list,
>>
2015 Aug 25
2
mail_log proposal: recipient
As Timo seems to be on a committing spree; I'd like to propose that in
the mail_log_fields the recipient would be available.
Like probably many dovecot users, my MUAs save to Sent; so when grepping
the log to learn etc. that would just be useful
Kind regards
--
peter