Displaying 20 results from an estimated 4000 matches similar to: "authentication with mysql - problem with table name escaping"
2016 Dec 22
3
permissions and doveadm
I did an upgrade from OpenSUSE 13.1 to 13.2 (finally), and now doveadm
fails.
I went from an self-compiled source, to 'repsitory'-version
(from version 2.1.6, to 2.2.13)
luuk at opensuse:~/bin> id
uid=1000(luuk) gid=100(users)
groups=100(users),7(lp),33(video),118(vboxusers)
luuk at opensuse:~/bin> doveadm quota recalc
luuk at opensuse:~/bin> doveadm quota recalc -u luuk
2013 Nov 25
2
error while compiling dovecot 2.2.9
while doing 'sudo make install',
its complaining about the existance of ?/usr/local/lib/dovecot/auth?
.....
make[3]: Entering directory `/home/luuk/source/dovecot-2.2.9/src/anvil'
/usr/bin/mkdir -p '/usr/local/lib/dovecot'
/bin/sh ../../libtool --mode=install /usr/bin/install -c anvil
'/usr/local/lib/dovecot'
libtool: install: /usr/bin/install -c .libs/anvil
2012 May 12
2
Quota, message is never send?
I think i have quota setup correctly, but finally time arrived to check
that ;)
opensuse:/etc/dovecot # doveadm quota get -u luuk
Quota name Type Value Limit %
User quota STORAGE 571973 716800 79
User quota MESSAGE 45555 - 0
It seems i am at 79% of my quota
so, i added a line to conf.d/90-quota.conf, to get a wraning when quota
exceeds 10%:
....
plugin {
quota_warning = storage=95%%
2016 Dec 25
1
permissions and doveadm
> On 22-12-16 20:46, dovecot wrote:
> > I did an upgrade from OpenSUSE 13.1 to 13.2 (finally), and now doveadm
> > fails.
> >
> > I went from an self-compiled source, to 'repsitory'-version
> >
> > (from version 2.1.6, to 2.2.13)
> >
> > luuk at opensuse:~/bin> id
> > uid=1000(luuk) gid=100(users)
> >
2016 Dec 31
3
expunging all mailboxes
> Huh, it certainly did for me, although I used "all" instead of
> "savedbefore 30d" since I just wanted to empty the trash. What
> version of Dovecot? Mine is 2.2.27.
Well, not for me.
doveadm search -u user at domain ALL savedbefore 2d
-- returns some messages
doveadm expunge -u user at domain mailbox '*' savedbefore 2d
-- nothing shown, but no error
doveadm
2006 Dec 30
4
Escaping inside code blocks?
I am doing unit-tests for Maruku and every once in a while I run into
some doubts.
I am posting a lot to the list, but all of these messages should be
in-topic (tell me if not).
Consider the input:
---
`There is a literal backtick (\`) here.`
`There is a literal backtick (\\`) here.`
``There is a literal backtick (`) here.``
---
The documentation says that line 2 and 3 are equivalent.
2010 Dec 07
3
IMAP Clients can not see 3rd tier nested IMAP directories
I have a very bizarre problem that I hope someone can help me with. I am
not sure if this is a Dovecot problem, or IMAP client problem.
I recently used Transend's Migrator to move mail from Exchange 2007 to
my Dovecot 1.0.7 server. The program seems to have moved the nested IMAP
dirs properly as seen below in a directory listing of the maildir dir.
The nested dirs have indexes, cur, new
2008 Jan 09
3
Per user mailbox quota
Hi,
How do I setup per user mailbox quota? I am using /etc/passwd database.
Thanks
BAT
2008 Oct 05
2
zlib plugin
hi,
Could anyone give some info on this plugin?
When i read the wiki (http://wiki.dovecot.org/Plugins/Zlib) i'm still
left with some questions...
I use Maildir to store my mails, if i enable this zlib-plugin,
should i 'manually' compress all messages?
or wil the uncompressed messages still be accessible by dovecot?
wil new messages be compressed automagically?
how should the
2017 May 15
1
Frauenhofer signing off on mp3, ogg stream player for Macs?
If Icecast2 works fine with AAC, shouldn't that be mentioned in the
documentation?
--
That Jack Elliott
(541) 848 7021
KPOV 88.9 FM High Desert Community radio
Producer, The Wednesday Point
Host, The Sunday Classics
On 5/15/2017 3:13 PM, Richard G Elen wrote:
> You can send AAC-HE from a streaming client (LadioCast on Mac for
> example) to an Icecast server and it'll broadcast
2008 Sep 02
2
SSL fields as variables for SQL statements ...
Hi,
I was wondering if there is any possibility to access the status if a
user has provided a certificate, that has been accepted or not via
variables. And further if there is any way to get the value of SSL
certificate fields by use variables. I'd like to use those variables in
sql statements.
I then could assign a single certificate to a user, and make up passdb
sql statements, that
2016 Dec 30
3
expunging all mailboxes
> doveadm expunge -u <user> mailbox '*' savedbefore 30d
That doesn't work for me either. The command is accepted, but the messages
are not expunged.
I guess my search/fetch will just have to return the mailbox name, in
addition to other fields, and then I'll need to loop through the mailbox
names and perform multiple expunges for each user. I understand the desire
to
2012 Mar 15
3
Problem with stored configs / Invalid unicode escaping
Hello,
i have a problem with stored configs since the migration from "sqlite"
to "postgresql".
dho@appelbaum:~$ sudo puppetd --test --verbose
info: Retrieving plugin
info: Loading facts in disks
info: Loading facts in users
info: Loading facts in mountpoints
info: Loading facts in disks
info: Loading facts in users
info: Loading facts in mountpoints
err: Could not retrieve
2019 May 26
0
some advices
in my opinion, i think opus 16kbps is ok, but in this video
https://www.drm.org/wp-content/uploads/2013/09/DRM-xHE-AAC-Demo_v2_20130913.avi
i think opus should learn more about this video. this video audio format is wav, i think you can compare the different audio features about them, such as frequency,i don't have so much time, you can also cut the wav sample and minus aac sample,compare and
2006 Dec 30
3
problems with escaping backticks
I can't escape backticks if on a line with other code:
$ echo 'maybe use `fixed face` for `/path/to/file` by using \`back ticks\`
around it' | /usr/pkg/bin/Markdown
<p>maybe use <code>fixed face</code> for <code>/path/to/file</code> by
using \<code>back ticks\</code> around it</p>
and this is even more wrong:
$ echo 'maybe use
2006 Mar 28
3
How to generate a list of lists recursively (for bayesm)
Dear all,
I need to generate a list of lists as required by the bayesm-package. This means in my application that I have to generate a list which consists of 2000 elements, which are lists themselves:
list(list(y1,X1),...,list(y2000,X2000)).
The y are vectors and the X are matrices of different dimensions. I tried to solve this problem iteratively by the following code, but received an error
2014 Dec 12
2
Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: 26.
Anna Crepes: Traubenzucker
+ Feldsalat spezielles Dressing (bringt selbst mit?)
-------- Weitergeleitete Nachricht --------
Betreff: Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: 26.
Datum: Thu, 11 Dec 2014 15:34:39 +0100
Von: Markus <universe at truemetal.org>
An: universe at truemetal.org
Geschenke Moritz: dunkle Schokolade.
Geschenke Anna: normale Schokolade.
-------- Weitergeleitete
2014 Feb 02
4
xorriso or genisoimage syntax assistance
I got this figured out much faster than I thought I would. Thanks to all of
your help, Peter, Mattias, Thomas and Helmut. And Thomas, that 8 partition
live OS sounds right up my alley, and I will definitely check it out.
The second partition is working well with `parted' and `fdisk', so I am
quite pleased. Below is, again, "what I came up with". I tried to integrate
each of your
2007 Jun 23
1
Dovecot and Sendmail Working Together . . .
I am new to this, I was just given the responsibility Thursday to get
Sendmail/SquirrelMail/Dovecot to work in sync. How do I start?
iloadmin
2020 Feb 12
2
Identify multiple users doing reverse port FWD with their pubkeys
Hi Jochen,
On Wed, 12 Feb 2020 at 00:16, Jochen Bern <Jochen.Bern at binect.de> wrote:
>
> On 02/11/2020 07:07 PM, Cl?ment P?ron wrote:
> > - I have X devices (around 30) and one SSH server
> > - Each of them have a unique public key and create one dynamic reverse
> > port forwarding on the server
> > - All of them connect with the same UNIX user (I don't