Displaying 20 results from an estimated 600 matches similar to: "Dovecot IMAP connections"
2002 Nov 18
1
(no subject)
Good morning,
I am david pierrot ingeener for it company.
We nned to install a ssh client and ssh server (linux and win 2000)
we have have problem , could you tell me please if this thing is possible.
we want that users on ssh can only use sftp or scp but we do not want thath
they can be use roo command or something elese.
with sshd command it is possible to use telnet by port 22, do you think
2016 Jul 23
4
Doveadm error
Il 15.07.2016 16:03 aki.tuomi at dovecot.fi ha scritto:
>> On July 12, 2016 at 4:30 PM L?szl? K?rolyi <laszlo at karolyi.hu> wrote:
>>
>>
>> Hey everyone,
>>
>> I've got a weird error since I upgraded to the latest dovecot on my
>> FreeBSD box:
>>
>> root at postfixjail /# doveadm quota recalc -u xxx at xxx.com
>>
2011 Apr 16
2
doveadm mailbox status 2.0.12 crashes
My gdb won't cooperate and produce a backtrace so I hope this dbx stack
trace gives sufficient clues as to why it crashed. It happended when
I was testing a doveadm command for a user which a large collection
of mboxs:
# dbx doveadm
(dbx) run mailbox status -u user messages \*
... long list ...
igel messages=1
INBOX messages=231
doveadm(user): Panic: Trying to deinit storage
2010 Jun 22
1
quota_set leak
The quota plugin in 2.0.beta6 leaks 2KB "quota settings" pools. Here is a patch to plug this leak, assuming you intended the caller of quota_init to retain ownership of the quota_set. If on the other hand you intended for quota_init to assume ownership of the quota_set, then the quota_settings_deinit call belongs in quota_deinit.
--- a/src/plugins/quota/quota-storage.c (beta6)
+++
2014 Jul 07
1
[PATH] expire plugins segfault with misconfigured dict
dovecot 2.2.13
With configuration like
plugin {
expire_dict = blblbla
}
expiere plugins segfaults during deinit. It might also segfault if the
dict service was unavaiable.
attached bellow is a diff against 2.2.13
Jul 7 14:51:11 dovecot1 dovecot: lmtp(10548, lazy): Error: expire
plugin: dict_init(blblbla) failed: Dictionary URI is missing ':':
blblbla
Jul 7 14:51:11 dovecot1
2018 Mar 05
2
Fts solr and https
Hi,
Dovecot 2.2.32-34
FreeBSD 10.4
Solr 7.2.1(Centos 6)
When I try to use https to connect to solr, I get error when a
self-signed certificate:
Mar 3 05:15:47 server dovecot: indexer-worker(email at domain.com):
Received invalid SSL certificate: self signed certificate: /C=Country/
ST=State/L=Location/O=Organization/OU=Organizational
Unit/CN=solr.domain.com
Mar 3 05:15:47 server dovecot:
2016 Jul 12
2
Doveadm error
Hey everyone,
I've got a weird error since I upgraded to the latest dovecot on my FreeBSD box:
root at postfixjail /# doveadm quota recalc -u xxx at xxx.com
doveadm(xxx at xxx.com): Error: dict-client: Commit failed: Deinit
fish: 'doveadm quota recalc -u xxx@?' terminated by signal SIGSEGV (Address boundary error)
root at postfixjail /# dovecot --version
2.2.25 (7be1766)
root at
2017 Oct 25
3
Password encription
SHA512-CRYPT and PLAIN/LOGIN with SSL.
---Aki TuomiDovecot oy
-------- Original message --------From: "j.emerlik" <j.emerlik at gmail.com> Date: 25/10/2017 12:07 (GMT+02:00) To: Aki Tuomi <aki.tuomi at dovecot.fi> Cc: Dovecot Mailing List <dovecot at dovecot.org> Subject: Re: Password encription
What scheme and mechanism do you recommend?
2017-10-25 11:01 GMT+02:00
2017 Jul 07
2
pigeonhole-0.4.14
Yes, I'am sure.
I've only global as:
==============
require "fileinto";
if header :contains "X-Spam-Status" "YES" {
fileinto "INBOX.Junk";
}
if header :contains "X-Spam-Level" "********************" {
discard;
stop;
}
and default as:
==============
require "fileinto";
if header :contains
2014 May 24
4
Plugin mail-filter tangles
System installed : Dovecot 2.2.12 as IMAP server and Postfix as MTA.
Dovecot and Postfix connected via LMTP
+ Dovecot mail plugin 'mail-filter' to encrypt/decrypt emails on the fly
with public/private users' RSA keys.
Case study :
You have 3 (virtuals) users belonging to 3 different domains, all
managed by your Dovecot server.
One of these users is connected to Dovecot with MUA
2017 Jun 23
4
Courier migration to dovecot
Hi,
I'm almost ready to migrate Courier to Dovecot 2.2.31 but I have one
question about home and mail directory.
It's good idea to have same directory form home and mail ?
Which scenerio will be better and why ?
For example:
A)
Home: /home/doamin/user1
Mail: /home/doamin/user1
B)
Home: /home/doamin/user1/home
Mail: /home/doamin/user1
C)
Home: /home/doamin/user1/
Mail:
2017 Jun 12
4
Log authentication attempts
We alse have same problem, now we are running Dovecot 2.2.30.2 and also use
Dovecot SASL for SMTP authentication (postfix 2.11).
We need to save all failed login attempts to database as source IP address,
username and date and time but post-login script can do this but only after
successful login. Failed login attempts information may be useful in the
fight with bruteforce attacks.
It's
2017 Oct 25
1
Password encription
CRAM-MD5 should not be used. Its not terribly secure.
---Aki TuomiDovecot oy
-------- Original message --------From: "j.emerlik" <j.emerlik at gmail.com> Date: 25/10/2017 11:58 (GMT+02:00) To: Aki Tuomi <aki.tuomi at dovecot.fi> Cc: Dovecot Mailing List <dovecot at dovecot.org> Subject: Re: Password encription
Thx Aki,
with CRAP-MD5 as scheme and mechanism?
2006 Oct 18
1
trash plugin causes crashes in quota plugin?
I just lost my scrollback - so I'll have to recreate it the issue.
Using both 1.0r7 and 1.0r10 on FreeBSD 6.1-STABLE.
For the:
mail_plugins = quota imap_quota
that works fine (using maildir for quota plugin)
But...
mail_plugins = quota imap_quota trash
will cause the quota plugin to die at line 156 of quota.c:
root->v.deinit(root);
I haven't dug through the code enough to
2007 Nov 19
2
How to write plugin
Hi,
Where can I find documentation for plugin writers? Now I see
mail-log-plugin source, but I can't understand how entry points
(functions mail-log-plugin-init and mail-log-plugin-deinit) are
defined to execute some actions on load/unload/copy messages.
Can anybody comments this?
2020 Mar 31
1
mail_crypt crashing randomly during LMTP
On 29. Mar 2020, at 17.07, Timo Sirainen <timo at sirainen.com> wrote:
>
>> This is what the log says in the moment of crashing:
>> dovecot: lmtp(53852): Panic: Module context mail_crypt_user_module missing
>> *** backtrace *** (see: https://pastebin.com/YCiFtxmy)
>
> It shows mailbox_free() in the backtrace, so it's probably crashing in
2017 Jul 07
2
pigeonhole-0.4.14
Op 7/7/2017 om 1:18 PM schreef j.emerlik:
> Solved temporary by replacing X-Spam-Status to X-Spam-Flag.
>
> X-Spam-Flag in my system is added only to SPAM e-mail, anyway it looks like
> a bug.
Can you show your configuration (output from `dovecot -n`)?
An example message may also be useful.
Regards,
Stephan.
> Regards,
> Jack
>
>
> 2017-07-07 12:41 GMT+02:00
2003 Oct 20
1
vorbis_comment_add_tag() and Codewarrior OS X
Hi, after banging my head against the wall for quite a while I finally
found what crashes my code:
Because I'm working with Codewarrior 8 on OS X I had to compile the ogg
/ vorbis libs with CW. To do so I used the CW projects for OS 9 and
modified them. Howerver, they don't work as expected.
Everything seems to be fine, encoding & decoding works, only
vorbis_comment_add_tag() crashes
2017 Oct 20
2
Post-login scripting
No, it's entirely my own.
If all you want to do is write client IP addresses to a database then your script will probably fit in 20 lines of code or so.
On 10/20/2017 05:04 PM, j.emerlik wrote:
> Which one policy server are you using ?
> Someone from that list : http://www.postfix.org/addon.html
>
> 2017-10-20 16:53 GMT+02:00 Gedalya <gedalya at gedalya.net>:
>
>>
2018 Apr 09
2
IMAP_ID_LOG
Hi,
there in configuration is possibile to set imap_id_log for logging Client
ID e.g.: ID sent: name=Thunderbird, version=52.7.0.
Is possible to set same but for POP3 or SMTP Auth ?
Ideally, it would be possible to log in to the database e.g. using
postlogin script.
Regards,
MattX
-------------- next part --------------
An HTML attachment was scrubbed...
URL: