Displaying 20 results from an estimated 10000 matches similar to: "Check if a message has attachments"
2013 Apr 13
2
Dict quota question
Hi all,
I'm using Dovecot 2.1.16 and I'd like to know if the following
configuration is supported:
* An SQL dictionary quota
* A static userdb to get uid/gid/home information
* An SQL userdb to get per-user quota limit
Currenlty, current quota usage are properly stored into the database but
per-user limits are not found. If I replace the SQL dictionary by the
maildir backend (my
2017 Sep 07
2
Strange SASL issue
2017-09-07 14:29 GMT+02:00 Aki Tuomi <aki.tuomi at dovecot.fi>:
>
>
> On 07.09.2017 15:26, Antoine Nguyen wrote:
> > Hi all,
> >
> > I've just upgraded my server from debian 8 to debian 9 and I now
> encounter
> > a strange issue. I'm using prosody (XMPP server), configured to
> > authenticate against dovecot using SASL and a unix socket.
2017 Sep 07
2
Strange SASL issue
2017-09-07 15:04 GMT+02:00 Sami Ketola <sami.ketola at dovecot.fi>:
>
> > On 7 Sep 2017, at 16.03, Antoine Nguyen <ngu.antoine at gmail.com> wrote:
> >
> > 2017-09-07 14:29 GMT+02:00 Aki Tuomi <aki.tuomi at dovecot.fi>:
> >
> >>
> >>
> >> On 07.09.2017 15:26, Antoine Nguyen wrote:
> >>> Hi all,
> >>>
2011 Jul 27
3
sieve on debian squeeze
Hi. I have a quite problem with dovecot and sieve on Debian Squeeze.
I'm trying to enable sieve plugin into dovecot, but something is
deeply wrong. I hope that this is the right place to give some help.
There are no errors or warning messages, simply sieve don't works.
For the big picture about my mail server you can follow this link
2013 Apr 24
1
Strange issue with doveadm user
Dear all,
I encounter a strange issue with the *doveadm user* command. (dovecot
2.1.16)
I try to retrieve information about a specific user but dovecot says it
doesn't exist (whereas I just created it). The following command fails:
$ sudo -u vmail doveadm user pouet at domain.tld
userdb lookup: user pouet at domain.tld doesn't exist
If I try a more global lookup, the user is properly
2012 May 16
2
Getting Postfix Admin's DB to work with Postfix's/Dovecot's MySQL DB
Hi all,
I followed the instructions here:
http://library.linode.com/email/postfix/dovecot-mysql-centos-5
to configure Postfix to work with MySQL and Dovecot before discovering
PostfixAdmin (I was searching for a visual tool for creating users).
Since I had created MySQL database already for virtual domains and user
mailboxes (following the instructions I linked to earlier)
and PostFix
2012 May 10
1
BODYSTRUCTURE bug?
Hi! I've found a bug in Content-Type parsing. It's old instance of
dovecot 1.1. Maybe fixed in newer versions.
I have a mail with header:
Content-Type: multipart/signed;
boundary="------------080705010808010608030700";
protocol="application/x-pkcs7-signature";micalg="SHA1"
and it works, but when the boundary is in different order
Content-Type:
2017 May 02
2
Issue with parsing of forwarded messages with attachments and quotes in the subject
Hi all,
at work we use Roundcube acting as a mail client for the Dovecot Imap server.
In Roundube the messages are parsed through the Imap BODYSTRUCTURE command
If a message contains forwarded messages and attachments and some of the messages contains
a quote (") in the subject, then the resulting BODYSTRUCTURE appears to be malformed.
---
After some digging through the code of
2011 Feb 17
16
Unindent ERB output
Hi all,
I''d like to unindent a block of ERB specifically to combat the extra
spacing being added to content inside <textarea> by the browser. Is
there such a feature in ERB?
I shall denote indentation with underscores in the pseudo code example
below.
Thanks in advance,
Khoan.
myview.erb:
<html ...>
__<%= render ''form'' %>
</html>
2008 Oct 23
4
Possible header parsing problem
Hi,
I ran into a problem wherein my mail client (RoundCube) would not
display a message from a Dovecot IMAP server (claiming that the message
had no content). The raw source of the message looked fine, but the body
structure returned by Dovecot only had the first text/plain part and not
the alternative text/html part. The message looks like:
... headers removed ...
X-Mailer: Lotus
2012 Apr 14
0
Unseen messages question
Hi list,
this question is related to the IMAP protocol itself, not really to
Dovecot.
I'm trying to understand what is the more efficient way to maintain the
number of unseen messages of the currently selected mailbox. RFC3501 says a
client must not issue a STATUS command to the selected mailbox and that
information sent by a SELECT is enough.
My current idea follows these steps :
* Issue a
2012 Apr 11
6
Bug tracker
I started thinking that perhaps I should move my TODO list to a bug tracker. But because of reasons I've explained a few times before, I don't want a full blown public bug tracking system. The requirements for it are:
* I am the only person who can add new bugs. Everyone else reports bugs/requests to this mailing list as before. (Well, I guess Stephan could use this as well if he wants
2020 Nov 17
2
[External] exists, get and get0 accept silently inputs of length > 1
I noticed the recent commit to R-dev (r79434). Is this wise? I've
often used get() in constructions like
for (j in ls()) if (is.numeric(x <- get(j))) ...
(and often interactively, rather than in a package)
Am I to understand that get(j) will now be equivalent to `j` even if j
is a string referring putatively to another object?
On Sat, 14 Nov 2020 at 01:34, <luke-tierney at
2017 Sep 07
2
Strange SASL issue
Hi all,
I've just upgraded my server from debian 8 to debian 9 and I now encounter
a strange issue. I'm using prosody (XMPP server), configured to
authenticate against dovecot using SASL and a unix socket.
This setup was working fine on debian 8.
Now, each time I try to connect using my XMPP client, the authentication
fails and I see the following error in logs:
auth: Error: BUG:
2018 Jan 10
2
Doveadm field for message body without attachments
Happy new year to all,
what is the message field in doveadm data model representing the body
without attachments? I need to dump the message body without the
attachments so as to avoid unnecessary size of the exported files and
while I am also not interested in this part of the message.
with kind regards
Athanasios
2017 Sep 07
0
Strange SASL issue
* Antoine Nguyen [2017-09-07 15:13]:
> 2017-09-07 15:04 GMT+02:00 Sami Ketola <sami.ketola at dovecot.fi>:
>
> >
> > > On 7 Sep 2017, at 16.03, Antoine Nguyen <ngu.antoine at gmail.com> wrote:
> > >
> > > 2017-09-07 14:29 GMT+02:00 Aki Tuomi <aki.tuomi at dovecot.fi>:
> > >
> > >>
> > >>
> > >>
2010 Sep 22
20
problem in downloading large file with apache+mongrel
hii all,
am using apache as frontend to mongrel and loaded xsendfile
module in apache ,am looking for 1 GB of download .this is download
routine
def download
@stream = Stream.find(params[:id])
send_file(@stream.location,:filename => @stream.name,:disposition >
''attachment'',:x_sendfile => true )
and
And this is how it is processed
Processing
2017 Sep 07
0
Strange SASL issue
> On 7 Sep 2017, at 16.03, Antoine Nguyen <ngu.antoine at gmail.com> wrote:
>
> 2017-09-07 14:29 GMT+02:00 Aki Tuomi <aki.tuomi at dovecot.fi>:
>
>>
>>
>> On 07.09.2017 15:26, Antoine Nguyen wrote:
>>> Hi all,
>>>
>>> I've just upgraded my server from debian 8 to debian 9 and I now
>> encounter
>>> a
2020 Nov 13
3
exists, get and get0 accept silently inputs of length > 1
Dear R-devel,
The doc of exists, get and get0 is unambiguous, x should be an object given
as a character string. However these accept longer inputs. It can lead an
uncareful user to think these functions are vectorized when they're not,
and generally lets through bugs that one might have preferred to trigger
earlier failure.
``` r
exists("d")
#> [1] FALSE
exists(c("c",
2020 Nov 17
1
[External] exists, get and get0 accept silently inputs of length > 1
Come on, folks. There is no NSE involved in calls to get(): it's
standard evaluation all the way into the C code. Prior to the change a
first argument that is anything other than a character vector would
produce an error. After the change, passing in a symbol will do the
obvious thing. Code that worked previously without error (i.e. called
get() with string values) will continue to work