Displaying 20 results from an estimated 1000 matches similar to: "javamail imap listing"
2017 Apr 18
2
javamail imap listing
Thanks Michael. I have forwarded that link to the Geronimo JavaMail
team in case they think of anything their end.
But in the documentation you sent it seems that Dovecot should respond
in the case of
LIST / "*"
if my understanding is correct
Is there any way to adjust this behaviour in the settings? I am
struggling to search for a solution to the problem given the limited
2017 Apr 19
1
javamail imap listing
Hi Michael,
Geronimo JavaMail hard defaults to / separator. If the separator is
manually set to undefined it automatically calculates the separator
correctly.
However neither through JavaMail or by command line does
LIST "." "*"
or
LIST . "*"
produce any root listing of default folder on my Dovecot installation.
Only
LIST "" "*"
produces a
2017 Apr 19
0
javamail imap listing
"A non-empty reference name argument is the name of a mailbox or a level of mailbox hierarchy, and indicates the context in which the mailbox name is interpreted."
If Dovecot is using "." as the separator in the base level of hierarchy, then it correctly is returning nothing for 'LIST / "*"' - since no mailboxes in Dovecot live under that base level of
2017 Apr 18
0
javamail imap listing
You probably want to read the description of "reference name argument" to understand what is happening here.
https://tools.ietf.org/html/rfc3501#section-6.3.8
michael
> On April 17, 2017 at 8:33 AM Matthew Broadhead <matthew.broadhead at nbmlaw.co.uk> wrote:
>
> Hi,
>
> i am using dovecot-2.2.10-7.el7.x86_64 on
> centos-release-7-3.1611.el7.centos.x86_64.
2017 Feb 24
3
sieve_imapsieve centos 7
i am using CentOS 7 centos-release-7-3.1611.el7.centos.x86_64 with
dovecot dovecot-2.2.10-7.el7.x86_64. i am trying to set up AntiSpam
with IMAPSieve but the package seems to be lacking sieve_imapsieve. is
there anything i can do? i am not really interested in compiling from
source because i like to receive security updates automatically.
2017-02-24 21:57:00auth: Error:
2016 Oct 21
3
sieve sending vacation message from vmail@ns1.domain.tld
the server is using CentOS 7 and that is the package that comes through
yum. everything is up to date. i am hesitant to install a new package
manually as that could cause other compatibility issues? is there
another way to test the configuration on the server?
On 21/10/2016 01:07, Stephan Bosch wrote:
> Op 10/20/2016 om 7:38 PM schreef Matthew Broadhead:
>> do i need to provide
2016 Nov 02
2
sieve sending vacation message from vmail@ns1.domain.tld
is there something more i need to be doing my end?
On 25/10/2016 09:11, Matthew Broadhead wrote:
> are there any instructions or tests i can make to check the sieve
> configuration? or does the magic all happen internally and there are
> no settings to change?
>
> On 21/10/2016 10:22, Matthew Broadhead wrote:
>> the server is using CentOS 7 and that is the package that
2016 Oct 20
2
sieve sending vacation message from vmail@ns1.domain.tld
do i need to provide more information?
On 19/10/2016 14:49, Matthew Broadhead wrote:
> /var/log/maillog showed this
> Oct 19 13:25:41 ns1 postfix/smtpd[1298]: 7599A2C19C6:
> client=unknown[127.0.0.1]
> Oct 19 13:25:41 ns1 postfix/cleanup[1085]: 7599A2C19C6:
> message-id=<edc55a9b-eb49-3945-dc60-0e1d51a78e97 at nbmlaw.co.uk>
> Oct 19 13:25:41 ns1 postfix/qmgr[1059]:
2016 Oct 19
3
sieve sending vacation message from vmail@ns1.domain.tld
Op 19-10-2016 om 13:47 schreef Matthew Broadhead:
> i am not 100% sure how to give you the information you require.
>
> my current setup in /etc/postfix/master.cf is
> flags=DRhu user=vmail:mail argv=/usr/libexec/dovecot/deliver -d
> ${recipient}
> so recipient would presumably be user at domain.tld? or do you want the
> real email address of one of our users? is there
2016 Oct 19
2
sieve sending vacation message from vmail@ns1.domain.tld
Could you send your configuration (output from `dovecot -n`)?
Also, please provide an example scenario; i.e., for one problematic
delivery provide:
- The values of the variables substituted below.
- The incoming e-mail message.
- The Sieve script (or at least that vacation command).
Regards,
Stephan.
Op 19-10-2016 om 11:42 schreef Matthew Broadhead:
> hi, does anyone have any ideas
2017 Dec 19
3
detect suspicious logins
does anyone know of a linux module (maybe similar to fail2ban) that
could be installed which would monitor email logs (sign ins) and alert
the user to any suspicious activity on their account? i suspect it
would need to log geo location, device type and ip address to a
database. it seems like a module like this would be very useful and
should exist already? thanks in advance
2016 Oct 19
2
sieve sending vacation message from vmail@ns1.domain.tld
Also, please provide an example scenario; i.e., for one problematic
delivery provide:
- The values of the variables substituted in the dovecot-lda command
line; i.e., provide that command line.
- The incoming e-mail message.
Regards,
Stephan.
Op 19-10-2016 om 12:43 schreef Matthew Broadhead:
> dovecot is configured by sentora control panel to a certain extent. if
> you want those
2015 Oct 28
2
Dovecot, JavaMail, UIDs and Message Numbers
Hi,
new to this list, so a little prelude to my issue with Dovecot.
We have been using JavaMail against Cyrus for ages, and developed Webtop, a huge Java web collaboration application running on them in production in various installations for all this time.
Recently we had to run the same software against Dovecot pre-existing accounts running on Nethesis NethServer solution.
After some time of
2003 Sep 25
2
can't read attachments using javamail with dovecot
Dear folks,
this might be a java-bug, but it seems to occur only when connecting to
dovecot-IMAP.
UW and Cyrus-ditto works, while when I try to read attachments (base64),
I get slapped in the face with this:
java.lang.NullPointerException
at com.sun.mail.iap.Response.parse(Response.java:99)
at com.sun.mail.iap.Response.<init>(Response.java:68)
at
2008 Dec 16
3
Check if data frame column is numeric
Hi R-users,
I want to apply a function to each column of a data frame that is numeric.
Thus I tried to check it for each column first:
> apply(df, 2, function(x) is.numeric(x))
A60 A64 A66a A67 A71 A75a A80
A85 A91 A95 A96 A97 A98 A99
FALSE FALSE FALSE FALSE FALSE FALSE FALSE
FALSE
2009 Jul 10
3
strange strsplit gsub problem 0 is this a bug or a string length limitation?
I was working with the rmetrics portfolioBacktesting function and dug into
the code to try to find why my formula with 113 items, i.e. A1 thru A113,
was being truncated and I only get 85 items, not 113.
Is it due to a string length limitation in R or is it a bug in the strsplit
or gsub functions, or in my string?
I'd very much appreciate any suggestions
============Input script:
2017 Apr 20
1
JavaMail setFlags on readonly folder
Hi,
I'm facing a strange issue using JavaMail, where Dovecot let me open "READ_WRITE" a folder with readonly ACLs (same happens on other imap servers), but then doesn't issue any error when if try to setFlags(...) on that folder.
The result is that the code thinks the folder marked the messages (deleted, flagged, etc), while it actually did not.
Just refreshing the folder from
2013 Nov 28
1
imap list response has an extra field on some mailboxes.
Hello,
per rfc3501
7.2.2. LIST Response
Contents:
name attributes
hierarchy delimiter
name
Dovecot: 2.1.16
/usr/lib/dovecot/imap -u user at domain.tld
list "" "*"
Most responses are correct. But some appears to not be.
"""
* LIST (\HasNoChildren) "/" {117}
path/to/"part_mailbox_name" other_parts
* LIST (\HasNoChildren) "/"
2010 Jan 05
2
Sorting in IMAP list command?
Hi All,
I'm running Dovecot 1.2.9 and have noticed the IMAP list command does
not appear to send a sorted list of folders with list command. For
example on our Cyrus server I get a sorted list of folders (with INBOX
listed first):
2 list "" "*"
* LIST (\Noinferiors) "/" "INBOX"
* LIST (\HasNoChildren) "/" "CalProject"
* LIST
2016 Nov 06
0
sieve sending vacation message from vmail@ns1.domain.tld
it seemed like a simple configuration issue. i was hoping someone could
point me in the right direction. seems i was wrong. i may as well
unsubscribe this list as there is not much help here
On 02/11/2016 18:29, Matthew Broadhead wrote:
> is there something more i need to be doing my end?
>
> On 25/10/2016 09:11, Matthew Broadhead wrote:
>> are there any instructions or tests