Displaying 16 results from an estimated 16 matches similar to: "Dovecot 2.0 auth socket error"
2009 Aug 15
2
Dovecot LDA
Good morning,
Still not having luck to get the LDA to work, using Qmail + Vpopmail and read the wiki. I'm using:
auth default {
mechanisms = plain
passdb vpopmail {
}
userdb vpopmail {
}
user = vpopmail
count = 1
ssl_require_client_cert = no
}
Which work well for authenticating users, however when using the following in a .qmail file:
|/var/qmail/bin/preline -f
2004 Jun 25
0
/etc/group issue
Good morning...
I ran into a problem yesterday and I am wondering about the way
samba (2.2.8) reads the /etc/group file. I have a group that has 2000+ users
in it, so the group is defined with multiple entry lines for the same group:
Groupa::1000:id1:id2:...
Groupa::1000:id100:id101:...
I have noticed that a user is in the 1st line of the group
definition (ie: id1), he can get access to the
2010 Jun 15
1
Managesieve error
Hi all,
ok, I am updating to the 2.0 way of doing things and have managed to get
everything set up right, except I am getting the following errors when
attempting to use managesieve with our webmail client (roundcube) that I
didnt get when using dovecot 1.2.11...
Jun 14 17:20:33 managesieve(address at domain.com): Warning: sieve-storage:
Active sieve script symlink
2010 Jun 19
2
More Dovecot 2.0 permissions issues
Hi Timo,
ok, using the latest 2.0beta6...
I can't figure out the settings for the log file to have the correct
permissions. When the log file is created, it is created owned by root
and 0600 permissions, which doesn't allow the lda to write to it if I
use different users and groups for that main config...
If I then chmod the log file to 666, then everything is happy, but
again, if that
2010 Nov 19
2
lda sieve error using global after sieve script
Hi all,
ok, so I've implemented an after sieve script with the following line
in the plugins area :
sieve_after = /home/mailboxes/sieve/to_spam_folder.sieve
It seems to work ok on some accounts, but then I'm getting the following
error in the deliver error log for many accounts :
Error: sieve: script /home/mailboxes/sieve/to_spam_folder.sieve failed
with unsuccessful implicit keep
2013 Oct 28
0
[PATCH] xfstests: add generic/320 to test fsync() on directories V2
Btrfs had some issues with fsync()''ing directories and fsync()''ing after
renames. These three new tests cover the 3 different issues we were seeing.
This breaks out the dmflakey stuff into a common helper to be shared between
generic/311 and generic/320. Thanks,
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
---
V1->V2: moved this out into its own test instead of
2013 Nov 15
7
[PATCH 1/2] xfstests: add generic/321 to test fsync() on directories V2
Btrfs had some issues with fsync()''ing directories and fsync()''ing after
renames. These three new tests cover the 3 different issues we were seeing.
This breaks out the dmflakey stuff into a common helper to be shared between
generic/311 and generic/321. Thanks,
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
---
V1->V2: rename test to generic/321
-removed an
2011 Feb 02
1
Quota ignore issue
Hi Timo,
ok, in my dovecot setup, I have a setting to ignore messages in the Spam
folder (I will put my dovecot -n at the end of the message), and a
strange thing appears to be happening.
If I do a quota recalc on an account, It creates the maildirsize file
correctly, without the contents of the Spam folder calculated into the
total used.
But, it looks like when a new spam email is delivered,
2010 Dec 03
1
SSL issues on separate IPs
Hi Timo,
I have set up 2.07 to answer on several different IP's with different
SSL certs, like the following :
local 209.132.xx.4 {
ssl_cert = </shared/templates/res/1040/certs/*.xxxxx.com.crt-pem-298
ssl_key = </shared/templates/res/1040/certs/*.xxxxx.com.key-298
}
I have several of these, and there appears to be a problem with one in
particular that is dropping connections, and
2010 Dec 02
3
Permission denied error log messages
Hi Timo,
ok, I have a large 2.07 NFS setup, and I have been monitoring error
messages to make sure I catch things, and I've come across a lot of
messages that come in pairs and look like this :
Dec 01 17:48:35 lda(paul at xxxxxx.com): Error:
write(/home/mailboxes/data/301/paul at xxxxxx.com/Maildir/tmp/1291254514.M620308P83269.mta2.scaledsystems.com)
failed: Permission denied
Dec 01
2012 Mar 12
0
Dovecot LDA breaking .qmail forwarding?
Good morning all,
I've a problem, I'm using the Dovecot LDA in my .qmail file:
|/var/qmail/bin/preline -f /usr/local/libexec/dovecot/deliver -d $EXT@$USER
However when I add a forward, such as:
|/var/qmail/bin/preline -f /usr/local/libexec/dovecot/deliver -d $EXT@$USER
<mailto:&wouter at vdschagt.com> &wouter at vdschagt.com
The mail isn't forwarded
2019 Feb 04
0
Issues with stats-writer
Here is the full mail coming in:
@400000005c57633625970624 starting delivery 12824: msg 1270896 to local ma.org-you at mattei.org <mailto:ma.org-you at mattei.org>
@400000005c57633625970a0c status: local 1/10 remote 0/60
@400000005c57633711a138c4 delivery 12824: success: lda(you at ma.org <mailto:you at
2019 Jan 08
1
Permission error on stats writer
I?m running Dovecot 2.3.4 on FreeBSD 11.2 with qmail. In my mail log, I see messages like this on every delivery
Jan 8 10:30:02 v1 qmail: 1546961402.314222 delivery 533: success: lda(matt,)Error:_net_connect_unix(/var/run/dovecot/stats-writer)_failed:_Permission_denied/did_0+0+1/
Searching for this error, I found a message on a support forum for a different server that suggested adding this to
2002 Feb 05
0
New forkoff() and chan_wont_read/write() API
Markus,
How's this patch?
- a chan_wont_read()/chan_wont_write() API is added that is very much
like chan_read_failed()/chan_write_failed(), but for the debug
messages and chan_wont_*() don't ever call error()
The 3.0.2p1 channel_pre_x11_open() uses chan_*_failed() but looks
like it ought to use chan_wont_*() instead :)
- forkoff() no longer fakes EOF for SSHv2 (still
2008 Mar 14
5
Branching scenarios, GivenScenario and database
I''m trying to use stories to drive some high-level design.
I''ve got some branching scenarios where I want to follow a scenario,
to establish a base situation, and then have different scenarios which
''branch'' out from that state, possibly several levels deep.
I asked a bit about this a few days ago, and David pointed out the
rather undocumented GivenScenario
2008 Oct 16
3
regarding dovecot.index.cache
Hi,
This is regarding updating dovecot.index.cache.
I have few backup ids configured. these are used only when old mail
needs to be retrieved.
usually these mailboxes contains more then 9,000 mails.
while login to webmail, imap consumption is high, which creates
performance related issues for regular mailboxes.
to resolve this i have to move heavy mailbox to dedicated server.
before doing