Displaying 20 results from an estimated 400 matches similar to: "setting service_count results in Permission denied"
2015 Apr 07
0
setting service_count results in Permission denied
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Mon, 6 Apr 2015, Micah Anderson wrote:
> service imap { service_count = 100 }
where do you put this config line?
> but when I added that to the service imap block, and restarted dovecot,
> I see this in the logs: Error:
> net_connect_unix(/run/dovecot/imap-postlogin) failed: Permission denied
> I dont understand how this impacts
2011 Aug 25
2
Virtual user and post-login 2.0.13
Hi
I tried several variants of suggestions but I can't get it working
dovecot-info.log:
===========
Aug 25 17:37:48 imap-login: Info: Login: user=<vuser>, method=PLAIN, rip=192.168.1.xx, lip=192.168.1.xx, mpid=11264
Aug 25 17:37:48 imap(vuser): Info: Post-login script denied access to user vuser
dovecot.log
========
Aug 25 17:31:28 imap-postlogin: Error: script-login: Error: user pmp
2010 Nov 09
1
service_count=0 for imap and pop3
This is copy-pasted from Timo's comment in the "Todays Performance
Data for 2.0.x" thread, but I didn't want to hijack that thread. In
it, Timo says:
<snip>
service imap {
service_count = 0
}
(i.e. reuse imap processes) reduced the system CPU usage to almost
nothing. But if you use different UIDs for different users you can't do
that.
</snip>
Is that safe to
2014 Dec 23
1
Curious dovecot behavior with service_count = 0
Hello,
I'm not experiencing this problem at all with service_count = 1
With service_count = 0, this is what I got randomly in my logs:
TLS: SSL_read() syscall failed: Connection reset by peer
To be successfully logged, the user have to initiate a new connection.
I primary thought about vsz_limit but I've put this value to 10GB (yes
this is very overkill, that was just for the test)
2013 Sep 25
1
"service_count = 0" for "service dict" (High-performance mode)
Hi,
I'm running dovecot 2.1.17 with "Login processes" in "High-performance
mode" as explained here:
service imap-login {
service_count = 1
http://wiki2.dovecot.org/LoginProcess
but i thinks I should also set "service dict" in high-performance mode
since sometimes the number of dict processes reach the limit of 100
(from default_process_limit=100) and I
2017 Aug 22
0
Disconnected in APPEND depends on service_count?
Hello,
we have quite odd behaviour of dovecot under new OS.
We use dovecot 2.2.18 for years under Ubuntu12 and Ubuntu14. Now we use
Ubuntu16 and notice some strange errors.
dovecot 2.2.18 is rather old, but runs reliable and we dont need newest
features, so we packaged it again on Ubuntu16.
For explanation: We use some own patches for dovecot and insert some
functions in deb packages, so we
2012 Jul 02
1
mailboxes missing after upgrade from 2.1.4 to 2.1.7
Hi all,
I mentioned this on the #dovecot irc channel, but I thought I would post
here so I can provide more details.
The basic problem is that when I upgraded from 2.1.4 to 2.1.7, some
users no longer are able to see their folders in pine/alpine. The
folders are actually there, and are subscribed (according to doveadm)
and its possible to do operations on those folders, if you know the
name (for
2011 Aug 31
0
sorting order changed during migration from courier
Hello,
I've been working to migrate to dovecot (debian stable: 1:1.2.15-7) from
courier (debian old-stable: 4.4.0-2). I've setup everything and migrated
a test user over to the new system, and ran the
courier-dovecot-migrate.pl script.
The user is using alpine (the free version of pine) and their sort order
changed on move to dovecot. Originally it was the default in alpine,
which is to
2011 Oct 28
2
post login script
Hello all,
I am testing postlogin script with dovecot 2.
I works but i would like that the imap and pop session get executed
even if the post-login script fail.
my postlogin script is very simple:
#/etc/dovecot/conf.d/10-master.conf
service imap {
executable = imap imap-postlogin
}
#
service imap-postlogin {
executable = script-login /usr/local/bin/postlogin.sh
unix_listener
2016 Dec 12
4
Dovecot 2.2.27 & windows 10 outlook (no auth attempts in 0 secs) error.
Aki Tuomi wrote:
>
> Can you do
>
> doveconf -a | grep auth_mech
>
auth_mechanisms = plain login
P.S. Seems this 2.2.24 is the last win10 compatible version (as my
testserver doesn't have win10 users and thunderbird works well), any
never version gives an error. However I didn't find any hint from
http://www.dovecot.org/list/dovecot-news/2016-July/000324.html etc.
--
2023 Mar 01
1
Multiple scripts with postlogin
Hello,
I'm having trouble understanding how to execute separate scripts with
postlogin. According to the documentation, it should be as simple as:
You can run multiple post-login scripts by just giving multiple scripts as parameters to|script-login|, for example:
executable = script-login rawlog /usr/local/bin/postlogin.sh /usr/local/bin/postlogin2.sh
Given this information, I supplied two
2016 Dec 12
3
Dovecot 2.2.27 & windows 10 outlook (no auth attempts in 0 secs) error.
Edit: When using win8, then logs started appear in dovecot.rawlog. But
as win10 gives error in ssl level, before user authentication, then no
debug logs will be written into user dovecot.rawlog folder.
So how to debug this ssl issue?
Aki Tuomi wrote:
> https://wiki2.dovecot.org/Debugging/Rawlog
>
> can you try this to get rawlogs to find out what happens?
>
> Aki
I'm bit
2017 Oct 20
3
Post-login scripting
Hi ,
I would like to save every authentication IP addresses to database, for
IMAP and POP3 everything working correct but I don't know how to configure
Post-login script for SMTP AUTH.
Can you help me ?
Regards,
Jack
2011 Aug 01
2
Update 2.0.12 -> 2.0.13 is broken
Hello,
today I tried to update 2.0.12 to 2.0.13, but I got those messages, only:
Aug 1 10:20:27 mail dovecot: master: Dovecot v2.0.13 starting up (core dumps disabled)
Aug 1 10:20:33 mail dovecot: imap-login: Login: user=<***@***.**>, method=PLAIN, rip=192.168.1.99, lip=192.168.1.1
, mpid=5123, TLS
Aug 1 10:20:33 mail dovecot: imap-postlogin: Error: script-login: Error: user ***@***.**:
2016 Dec 20
2
doveadm expunge -A Error: Dictionary commit failed
Il 19/12/2016 14:28, Aki Tuomi ha scritto:
>
>
> On 19.12.2016 15:25, Alessio Cecchi wrote:
>> Hi,
>>
>> with the latest dovecot-ee version (dovecot-ee-2.2.26.1-10) if I run
>> ?doveadm expunge -A mailbox Spam savedbefore 30d? dovecot an error:
>>
>> doveadm: Error: dict-client: Commit failed: Dict server timeout: No
>> input for 1916.209 secs (1
2010 Nov 24
2
Automatic expire on post-login
I need to clear two folder from Maildir at login.
Exatly, delete all mails older than 30 days on Trash and 1 day on spam folder.
I'm using dovecot 2.0 and I think about use a post-login script
calling doveadm -u $user expunge but post-login scripts in dovecot 2.0
are very complex
Is there possible to get the environment vars like on dovecot 1.2 ?
I think this action must be done by expire
2016 Oct 13
4
Outlook 2010 woes
On 10/13/16 9:07 AM, Aki Tuomi wrote:
>
>> On October 13, 2016 at 4:55 PM Jerry <jerry at seibercom.net> wrote:
>>
>>
>> On Thu, 13 Oct 2016 08:36:23 -0500, Bryan Holloway stated:
>>
>>> I also extended the "Server Timeout" setting in OT2010 to 10 minutes,
>>> which doesn't seem to help either. (!)
>>
>> Outlook
2019 Dec 08
2
bash script hook lda_mailbox_autocreate for generate mail-crypt user encrypted private key with user password
What it is way most best for causing bash script run (as root) of time
mailbox created (lda_mailbox_autocreate)?
I use dovecot 2.3.4.1 in Debian 10.
And I use of mail-crypt-plugin
https://doc.dovecot.org/configuration_manual/mail_crypt_plugin/
I setup mail-crypt for requiring user encrypted EC key
(mail_crypt_require_encrypted_user_key = yes). I want for passphrase
encrypt EC key using client
2012 Jan 01
3
Dsync fails on second sync for folders with dot in the name
I'm in the processes of running our first dsync backup of all users
(from maildir to mdbox on remote server), and one problem I'm hitting
that dsync will work fine on first run for some users, and then
reliably fail whenever I try a new run:
$ sudo dsync -u janfrode at example.net backup ssh -q mailbackup at repo1.example.net dsync -u janfrode at example.net
$ sudo dsync -u janfrode
2013 Nov 11
1
Enable Rawlog from userdb in Dovecot v2.2
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
how do I enable Rawlog for one person only?
http://wiki2.dovecot.org/Debugging/Rawlog
describes how to enable the postlogin script for all users. Rawlog gets
active only, if the dovecot.rawlog directory exists. So far, it's working.
However. I suspect that there is some notable overhead in this chain, so I
tried to enable rawlog via