Displaying 20 results from an estimated 123 matches for "lastlogins".
Did you mean:
lastlogin
2014 Oct 29
2
smtp lastlogin
Hey guys!
I've been googling without success. Do anyone know if there is a way to
track last login of a smtp authentication?
I've tried without success using:
service auth {
executable = auth lastlogin
unix_listener auth-userdb {
}
unix_listener /var/spool/postfix/private/auth {
mode = 0660
group = postfix
}
}
service lastlogin {
executable = script-login
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 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
2020 Oct 20
3
A user's last access time
On 20.10.2020 9.30, Matthias Lay wrote:
> Am Tue, 20 Oct 2020 09:31:16 +0700
> schrieb Victor Sudakov <vas at sibptus.ru>:
>
>
>> Hello Sami,
>>
>> I have seen this but I do not want this information in a database. If
>> you know how to make the lastlogin_plugin write to a local file, that
>> would be very helpful. Even a local sqlite database would
2019 Jun 24
2
LastLogin update
Em 24/06/2019 11:48, @lbutlr via dovecot escreveu:
> On 24 Jun 2019, at 08:25, J?lio Covolato via dovecot <dovecot at dovecot.org> wrote:
>> #$ cat dovecot-last-login.conf
> [ ? ]
>
>> dovecot.conf:
>>
>> plugin {
>> # Track last login time on imap and pop3
>> last_login_dict = proxy::lastlogin
>> last_login_key =
2019 Jun 24
0
LastLogin update
Hi Julio,
Could you share with us your "acl" config for shared folder?
May be interesting for me,
Jorge,
-----Original Message-----
From: dovecot <dovecot-bounces at dovecot.org> On Behalf Of J?lio Covolato via
dovecot
Sent: Monday, June 24, 2019 16:15
To: dovecot at dovecot.org
Subject: Re: LastLogin update
Em 24/06/2019 11:48, @lbutlr via dovecot escreveu:
> On 24 Jun
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
2019 Jun 20
0
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 "fields" for the ip address.
On 6/20/19 3:24 PM, Jorge Bastos via dovecot wrote:
>
> 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:
2018 Apr 02
0
dovecot lastlogin tracking
Hello,
I am trying to get Dovecot 2.3.1 to track lastlogins of users. I'm
using a MySQL database. When I log in I am getting this in the error
log:
2018-04-02 18:24:21 imap(user at domain.com)<61855><6R0rDeVodcl/AAAB>:
Error: last_login_dict: Failed to write value for user
user at domain.com: dict-server returned failure: sql dict: commit
f...
2018 Apr 12
0
two unrelated issues, lastlogin, and an out of memory fatal error
Hello Aki and everyone,
"Increase memory, your cache takes more memory than you have anticipated."
What setting do I need to update in dovecot? I hope your not talking
about the vps it has 4GB of ram.
Thanks.
Dave.
On 4/12/18, Reio Remma <reio at mrstuudio.ee> wrote:
> Hey,
>
> maybe it's like Aki said, you need more memory. :) Other than that I
> can't
2019 Jun 24
0
LastLogin update
On 24 Jun 2019, at 08:25, J?lio Covolato via dovecot <dovecot at dovecot.org> wrote:
> #$ cat dovecot-last-login.conf
[ ? ]
> dovecot.conf:
>
> plugin {
> # Track last login time on imap and pop3
> last_login_dict = proxy::lastlogin
> last_login_key = last-login/%u/%d/%r/%s
> }
Thank you, that is very clear.
Where is the file dovecot-last-login.conf
2019 Jun 25
1
LastLogin update
Em 24/06/2019 18:39, Jorge Bastos via dovecot escreveu:
> Hi Julio,
>
> Could you share with us your "acl" config for shared folder?
> May be interesting for me,
>
> Jorge,
Hi Jorge.
Currently I'm not using the shared folder.
Maybe you could be interested in this tutorial from iRedmail:
https://docs.iredmail.org/public.folder.html
2019 Jun 22
2
LastLogin update
> On 20 Jun 2019, at 11:36, Adrian Minta via dovecot <dovecot at dovecot.org> wrote:
>
> this seems to work very well:
>
> 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 interfere with or confuse postfixadmin? I use that so that users can
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 =
2017 Oct 18
0
Last Login example
My config:
config plugins:
# cat /etc/dovecot/conf.d/90-last_login.conf
> dict {
> lastlogin = mysql:/etc/dovecot/dict.conf.d/90-lastlogin.conf
> }
> plugin {
> last_login_dict = proxy::lastlogin
> }
config db connector:
# cat /etc/dovecot/dict.conf.d/90-lastlogin.conf
> connect=host=localhost dbname=mail_user user=userDB password=Pa$$w0rd
> map {
>
2019 Jun 23
0
LastLogin update
> 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 interfere with or confuse postfixadmin? I use that so that users can update their
2014 Oct 18
0
Recap: last_login plugin with MySQL
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
With many thanks to Gedalya and Sven Hartge
Situation: Dovecot installation with userbase in a MySQL table with the same
structure described in Postfix.Admin installation; filesystem permission is
flat with a single user (vmail) who owns maildir mailbox files and directories.
Procedure to implement last-login plugin to update mailbox table. The
2007 Dec 02
2
Requiring a login to a phone
Hi List,
We have a remote asterisk SIP phone at the cottage.
I'd like it to have minimal privileges when it first registers with
Asterisk. Ideally it should be in a restricted context. Dialing any
number would intercept the call and tell the person to log on. This
way, if the phone was stolen or someone got into the cottage, we
wouldn't have a bunch of surprise charges on our phone
2017 Apr 28
4
Dovecot last_login plugin and Mysql
Hello,
Trying to implement lastlogin via mysql. I'm getting an unknown column
username which I don't get. Here's the log:
Apr 28 17:18:15 ohio dovecot: imap-login: Login:
user=<user at example.com>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1,
mpid=16257, secured, session=<KxiSnEBOwUx/AAAB>
Apr 28 17:18:15 ohio dovecot: dict(17099): Error: sql dict: commit
failed: Unknown
2006 Mar 17
3
Timestamps casted to nil?
Hi,
for some reason, all timestamp fields with or without time zone in my
Postgres tables seem to be casted to nil. From console:
>> me = User.find(''PS12345'')
=> #<User:0x2379788 @attributes={"mtime"=>"01.03.2006 13:26:32.737166",
"valid"=>"8", "valid_from"=>"01.03.1999 14:09:21 CET",