Displaying 20 results from an estimated 3000 matches similar to: "last login time and host"
2007 Dec 24
1
cache files corruption
Here what one of my users sometimes gets in logs when using IMAP:
dovecot: IMAP(skribtsov at pawlin.mass.hc.ru): Disconnected in IDLE
dovecot: IMAP(skribtsov at pawlin.mass.hc.ru): Maildir
/usr/local/mail/pawlin.mass.hc.ru/skribtsov/Maildir sync: UID inserted
in the middle of mailbox (59 > 16, file =
1198267793.H747026P68033.mail5.hc.ru:2,RS)
dovecot: IMAP(skribtsov at pawlin.mass.hc.ru):
2012 Jul 15
3
Last login datetime on accounts
I have searching for the best way to tell if a Dovecot user is idle by finding the last time they have logged in.
Right now the best way I can tell is to do something like "touch" a file in the users homedir via a post login exec.
This seems like a LOT of overhead, to accomplish such a simple task, especially if your doing a lot of dozens of logins per second. Is there an
2010 Oct 13
1
Last login tracking with login_executable
Hi,
I'm using Dovecot 1.2.14, and I've read PostLoginScripting on the wiki.
Is there any way to make Dovecot use the same username/password for
database access as userdb and passdb queries? Specifying the password
with -p doesn't seem like a good idea, so I'm wondering if it can be
handled by Dovecot directly.
Or is it possible to track last logins with a plugin similar to
2007 Nov 30
1
last logon time
Hi list,
How can I detect when user last time logon into their mailbox? For what
file I should look and compare change time?
2008 Mar 01
1
I couldn't see last login time of a mail addres
Hello
I use dovecot-1.0.7 for imap. I also use vpopmail5.4.x. on qmail.
When I type vuserinfo to see last login time of a mail address in my imap server, I could not see it.
How do I correct that ?
Thanks.
2010 Jul 05
1
dovecot last logged in via sql
hello,
i am currently matching users via sql database with:
password_query = SELECT clear as password FROM users,domains WHERE
users.username = '%u' \
AND users.enabled = '1' AND (users.type='local' OR users.type='piped')
and domains.enabled='1' \
and domains.domain_id = users.domain_id
user_query = SELECT pop as home, uid, gid FROM users WHERE username
2013 Apr 29
2
last login timestamp
Hello, I am settiing up a dovecot (imap, pop, sieve, lda) + openldap
infrastructure. I need to store the timestamp of the last login of each
user in an attribute of its corresponding ldap object. I could not find
a way of doing this through configuration options so I am thinking of
coding this task into the dovecot-auth source code, maybe in the
passdb-ldap.c file. What do you recomend about this?
2008 Dec 24
2
verbose_proctitle not working with post-login
Happy Xmas,
when using a post-login procedure the "verbose_proctitle = yes" has no effect.
If it is feature
then
please explain
else
please fix the bug
fi
--Frank Elsner
2018 Jan 12
2
Save login's to a table
Hi,
I'd like to have the logins that the accounts do, saved in a *sql table,
with login name | IP | datetime, for audit porposes.
How could I achieve that, if possible?
Thanks in advanced,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20180112/10e98846/attachment.html>
2010 Dec 03
2
Problem with ACLs
Hi,
i want to use unix groups in my ACLs.
http://wiki2.dovecot.org/ACL says, I can do that with a post-login
script (http://wiki2.dovecot.org/PostLoginScripting).
I have verified, that the script is running, and that ACL_GROUPS is correct.
But I still can't access the Mailbox.
Logfile says:
Dec 3 11:19:35 mailint1 dovecot: imap(micha): Debug: acl vfile: reading
file
2014 Oct 25
2
imap-postlogin and doveadm
We are configuring location= running a bash-script during imap-postlogin
setting $MAIL in $USERDB_KEYS, as described in wiki/PostLoginScripting.txt
This works fine.
However, running a command like 'dovadm index [-u user] folder'
only works for users with settings that match the default in mail_location=
Would it be possible to make the location available for doveadm
in a similar way,
2009 Jun 02
5
Help please- Post - Login Script--- Migration
Hi all
I am in the process of migrating Courier to Dovecot, am using
courier-dovecot-migrate.pl<http://www.dovecot.org/tools/courier-dovecot-migrate.pl>it
works fine. I want to migrate each user as they login using post-login
script (As i have huge no of users). We are using NFS storage, users are
authenticated using mysql, User home directories as passed using variable
mail ( usign mysql
2007 Sep 26
7
Auto create folder(s)
Hi All,
does anyone know of a way to automatically create user folder(s)?
Like creating a Spam folder on login if not already there.
I've googled a bit but couldn't find anything relevant.
Any advice appreciated
R
/Lars
2009 Apr 30
4
Disabling users whilst still allowing logins with a 'master password'
Hi,
I'm having trouble coming up with an authentication configuration that
does what we want with dovecot, and thought it would be worth passing
it by the list in case anyone can spot an easy fix, or confirm my
suspicions that code changes are required.
You should probably be aware that this is to support a migration away
from Dovecot to a certain Microsoft-provided mail platform, so if
this
2011 Oct 31
2
setting namespaces using script-login environment in 2.0
Hi!
With dovecot 1.x, I was using a post-login script to dynamically add
shared mailboxes using NAMESPACE_X.. environment variables, based on
filesystem permissions:
After login, the post-login script was executed with user permissions
(mail_drop_priv_before_exec=yes). It added all subdirectories of
"/var/spool/mail/Shared" as namespaces for which the user had write
permissions. E.g.:
2008 Nov 07
2
limit logins by time
Hello,
i want to limit the count of pop3 logins for users by time. Whats the
correct way to do this?
I searched the webpage and conf parameters but did not find a fitting
solution.
Please give me litte hint.
Thanks,
Andre
2010 Mar 19
2
Triggering mailbox fetch
Greetings,
I would like to migrate mailboxes into a Dovecot system by using an IMAP
transfer from the old system - and I'd like this to take place automatically
at the time the user first logs into the new system.
I have a script which will perform an IMAP fetch and dump it into the local
maildir.
In courier-imap I could create a '.loginexec' file which is executed when
the user
2017 May 22
1
Dovecot pop3 feature
Hi all,
we are using dovecot since several years without any problems or trouble.
Now we are having trouble with a few of our customers - they are trying
to fetch their emails every few seconds (3-5!). These customers are
using Microsoft Exchange Server and also all of these customers are
cared by the same IT Professional...
Is it possible to send a pop3 "LOGIN-DELAY" if the
2007 Aug 07
3
Maildir Skeleton
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I'm setting up a new mailserver with postfix and Dovecot.
I'd like to prepare a skeleton for the users maildir to create i.e. a spam
folder and a sieve file per default.
Is there any chance to realize this with dovecot?
Regards
Sebastian
- --
Sebastian Ganschow
K?nigsberger Str. 17
45770 Marl
Germany
Phone: +49 2365 9 24 96 76
2013 Jul 05
5
popup to all users ?
Hello
I need to have a information popup will be send when
my thunderbird's users connect to our server.
Is there a function in Dovecot to do so ?
Thank you