Displaying 20 results from an estimated 1000 matches similar to: "last-login Plugin"
2020 Aug 19
0
pop3_migration plugin
Hello,
I'm trying to migrate from an old courier-IMAP server on which I made a
plugin to access the individual mailboxes with a master password
Emails are used in both POP3 and IMAP.
I followed this guide https://wiki.dovecot.org/Migration/Dsync
In the log I find these messages, which are generated by the server
independently without issuing the command "doveadm backup ..."
2020 Jul 16
2
NFS vs Replication
Thank you all for replies!!!
Some missing infos...
- As load balancer I'm using a pair of keepalived with simple setup and
not the DNS
- Load balancer algorithm is "Weighted Least-Connection"
- About 20 domains and 3000 email
- I'm monitoring my backend servers with poolmon
- The backend servers are virtual machine (vmware) with datastore on
"all flash" storage
based
2020 Jul 15
4
NFS vs Replication
Hello list,
I built an email system using a proxy / director pair (IMAP, POP3, LMTP)
and a backend pair.
To have an HA system, I would like to understand if it is better to use
an NFS export or replication to save emails and index files
NFS is provided by a NAS (in HA), while for replication I would use the
local backend disks
Which of the two systems is more reliable? Are there any drawbacks
2020 Jul 16
2
NFS vs Replication
Il 16/07/20 12:40, Gerald Galster ha scritto:
>> Some missing infos...
>>
>> - As load balancer I'm using a pair of keepalived with simple setup and
>> not the DNS
>> - Load balancer algorithm is "Weighted Least-Connection"
>> - About 20 domains and 3000 email
>> - I'm monitoring my backend servers with poolmon
>> - The backend
2018 May 10
2
Error compiling with --with-storages=
Hello,
Usually I compile Dovecot with option --with-storages=maildir
Starting with 2.2.30 and up to 2.2.36 RC this option cause the
compilation to fail with this error:
.libs/quota-imapc.o: In function `imapc_quota_refresh':
quota-imapc.c:(.text+0x82d): undefined reference to
`imapc_client_get_capabilities'
quota-imapc.c:(.text+0x87d): undefined reference to
2013 Aug 21
2
Dovecot tuning for GFS2
Hello,
I'm deploing a new email cluster using Dovecot over GFS2. Actually I'm
using courier over GFS.
Actually I'm testing Dovecot with these parameters:
mmap_disable = yes
mail_fsync = always
mail_nfs_storage = yes
mail_nfs_index = yes
lock_method = fcntl
Are they correct?
RedHat GFS support mmap, so is it better to enable it or leave it disabled?
The documentation suggest the
2013 Nov 11
0
maildir_very_dirty_syncs and GFS
Hello,
I have two dovecot 2.2.7 and postfix with LDA backend that shares a GFS
partition as email storage. In front of them there is a proxy with Director.
In both backend servers only Dovecot access the cur/ directory.
Can I use maildir_very_dirty_syncs=yes?
Thanks,
Andrea
--
----------------------------------------------------------------
That is what learning is. You suddenly understand
2005 Dec 31
0
SecureCRT and Wine 0.9.4
Hi,
I installed Wine 0.9.4 package for Suse 10 and configured it with WineTools 0.9.3jo. Internet
Explorer 6 and other Windows software installs and run fine. I have a problem running SecureCRT
(version 5.0.0 and 5.0.4). I used the suggestion found in the application DB, i.e. installing with
version=winxp and run it with version=win98. The installation run fine but when I run the
application
2019 Jun 06
3
Last Login Plugin Help
Hi,
I'm configuring Last_Login plugin whith Mysql back end and all works fine.
I just wonder to track besides time_stamp, user and domain, the remote
IP and proto (imap or pop3)
I tried in dovecot.conf:
plugin {
...
...
??? # Track last login time on imap and pop3
??? last_login_dict = proxy::lastlogin
??? last_login_key = last-login/%u/%d/%r
}
dict {
...
??? lastlogin =
2019 Jun 24
3
LastLogin update
Em 22/06/2019 22:41, Zhang Huangbin via dovecot escreveu:
>
>> On Jun 23, 2019, at 4:43 AM, @lbutlr via dovecot <dovecot at dovecot.org> wrote:
>>
>>> https://docs.iredmail.org/track.user.last.login.html
>> This is cool, but I have a question:
>>
>>> For MySQL/MariaDB backends, we create the sql table in database vmail.
>> Would this
2018 Apr 11
3
two unrelated issues, lastlogin, and an out of memory fatal error
Hello Aki,
Thanks for your suggestion. I followed it and the wiki at:
https://wiki.dovecot.org/Plugins/LastLogin
Good news, I get a record in the users table, with the username that
just logged in. This is good. Bad news is I got unexpected output from
the last_login time stamp. Here's the table and the user:
mysql> describe users;
2019 Jun 20
4
LastLogin update
Howdy,
I'd like an adive on what to use.
I have sql users, and i want to have the lastlogin of them, what is the
native option for this:
* Using last_login plugin which will give me the last login?
* Use postlogin for imap and pop3n which will give me besides
lastlogin the IP and protocol?
Thanks in advanced,
-------------- next part --------------
An HTML attachment was
2019 Apr 01
1
Possible bug with last_login plugin and PostgreSQL
Dear all,
I'm trying to get last_login plugin working with PostgreSQL, but seems Dovecot
doesn't handle duplicate key while updating last login time (note: same setting
works fine with MariaDB). I wonder whether it's a bug of Dovecot or i should handle
this with PostgreSQL trigger.
OS: OpenBSD 6.4 (amd64)
Dovecot: 2.2.36
PostgreSQL: 10.5
Error log:
###################
Mar 31
2018 Oct 15
2
Problems with qouta_clone plugin
On Mon, 2018-10-15 at 15:31 +0300, Aki Tuomi wrote:
> You should add quota_clone to mail plugins.
>
> Aki
>
>
> On 15.10.2018 15:28, Christian Ejlertsen wrote:
> > Hello
> >
> > I'm having troubles getting the quota_clone plugin to work for me.
> > i?, trying to put the quota values into to to fields, messages and
> > usage_in_bytes, in the
2017 Mar 22
2
last_login LDAP - killed with signal 11 (core dumped)
Hi
I am trying to configure the last_login plugin with LDAP dictionary
which is causing dict service to crash. Not sure if this is a bug or
some configuration parameter I'm getting wrong?
Running latest dovecot but was having the same problem in earlier
version 2.2.25
# dovecot --version
2.2.28 (bed8434)
I have configured dovecot like so:
dovecot.conf (before conf.d/*.conf:
dict {
2018 Apr 10
2
two unrelated issues, lastlogin, and an out of memory fatal error
Hello,
I've got a few misc issues that I'm trying to get a handle on.
I'm having what is probably a simple error with last logins. It's not
working, unable to write values to the database. Here's the log lines:
2018-04-10 10:43:34 imap-login: Info: Login: user=<user at domain.com>,
method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=75934, TLS,
2017 Apr 28
2
Dovecot last_login plugin and Mysql
Hi Aki,
Thanks. Can you tell me how you implemented it?
Thanks.
Dave.
On 4/28/17, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
>
>> On April 28, 2017 at 8:08 PM David Mehler <dave.mehler at gmail.com> wrote:
>>
>>
>> Hello,
>>
>> Is anyone using the last_login plugin with a Mysql database? I'd like
>> to track when users were last on
2017 Mar 22
1
last_login LDAP - killed with signal 11 (core dumped)
On Wed, Mar 22, 2017, at 01:04 AM, Aki Tuomi wrote:
>
> On 22.03.2017 10:03, Leon Kyneur wrote:
> > Hi
> >
> > I am trying to configure the last_login plugin with LDAP dictionary
> > which is causing dict service to crash. Not sure if this is a bug or
> > some configuration parameter I'm getting wrong?
> >
> > Running latest dovecot but was
2019 Jun 20
1
LastLogin update
Hi,
Cool howto, and for protocol would this have that option also?
From: dovecot <dovecot-bounces at dovecot.org> On Behalf Of Adrian Minta via
dovecot
Sent: Thursday, June 20, 2019 18:37
To: dovecot at dovecot.org
Subject: Re: LastLogin update
Hi,
this seems to work very well:
https://docs.iredmail.org/track.user.last.login.html
You could also add "rip = $rip" in
2014 Oct 18
1
last_login plugin with MySQL
Hi,
I have a Dovecot test installation with MySQL userbase and authentication where
I am trying to setup last_login plugin with SQL dictionary
I read http://wiki2.dovecot.org/Plugins/LastLogin and I addes this to my
configuration
plugin {
last_login_dict = sql:/etc/dovecot/dovecot-sql.conf.ext
}
mail_plugins = $mail_plugins stats
protocol imap {
mail_plugins = $mail_plugins imap_stats