similar to: script-login help

Displaying 20 results from an estimated 8000 matches similar to: "script-login help"

2015 Feb 13
1
script-login help
Hi, I'm trying to execute a bash script to update the last login, IP, and protocol on the user's record, but I'm not being able 'cause I think this is only for 2.2.24+ http://dovecot.org/pipermail/dovecot/2014-January/094610.html I'm on 2.2.23, any change/example to make it work here? Thanks in advanced, Jorge Bastos
2015 Feb 13
2
examples of shared shared-mailboxes.db
Dear Andre, Thanks for yr reply. What do i include in the file shared-mailboxes.db ? As in the input. Is it really plain text ? So for example i write into the file shared-mailbox.db :- shared at domain.net shared2 at domain.net etc... Is it like that or what kind of syntax needs to be used? On Fri, Feb 13, 2015 at 12:45 PM, Andr? Peters <andre.peters at debinux.de> wrote: > Hi,
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
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 { >
2015 Feb 13
0
examples of shared shared-mailboxes.db
Hi Kevin, You don't put anything into it by yourself. This file only helps Dovecot to lookup shares to prevent iterating through every users mailbox. When you create a share, Dovecot places a plain-text entry inside this file. When a user logs in, Dovecot asks its acl "database" in whose mail directory it should look for a share. An entry could look like 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 Jan 12
1
Save login's to a table
<!DOCTYPE html> <html><head> <meta charset="UTF-8"> </head><body><p><br></p><blockquote type="cite">On January 12, 2018 at 5:41 PM Alex JOST wrote:<br><br><br>Am 12.01.2018 um 16:23 schrieb Jorge Bastos:<blockquote type="cite">Hi,<br><br> <br><br>I'd
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
2014 Oct 13
2
Mailbox format (was: RE: Compile dovecot with sieve/managesieve support)
Guys, Whats the best mailbox format: - dbox - mbox - maildir - ?!? Pros and cons? > -----Original Message----- > From: dovecot [mailto:dovecot-bounces at dovecot.org] On Behalf Of Jorge > Bastos > Sent: segunda-feira, 13 de Outubro de 2014 21:35 > To: dovecot at dovecot.org > Subject: RE: Compile dovecot with sieve/managesieve support > > I see, > > If i need
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
2014 Oct 13
4
Compile dovecot with sieve/managesieve support
I see, If i need anything else i'll post, Thanks, > -----Original Message----- > From: Larry Rosenman [mailto:larryrtx at gmail.com] > Sent: segunda-feira, 13 de Outubro de 2014 21:05 > To: Jorge Bastos > Subject: Re: Compile dovecot with sieve/managesieve support > > Pigeonhole does ManageSieve as well...... > > On 10/13/14, Jorge Bastos <mysql.jorge at
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 Nov 14
2
SASL AUTH with postfix
Hi Benny, I've tried to search for the realm part in dovecot but didn't found it, Could you guide me to it? -----Original Message----- From: dovecot <dovecot-bounces at dovecot.org> On Behalf Of Benny Pedersen via dovecot Sent: 13 de novembro de 2019 23:33 To: dovecot at dovecot.org Subject: Re: SASL AUTH with postfix Jorge Bastos via dovecot skrev den 2019-11-13 23:53: > Jorge
2019 Jul 22
2
Help with IMAP IDLE
> On 22 Jul 2019, at 12.45, Jorge Bastos via dovecot <dovecot at dovecot.org> wrote: > > On Jul 21, 2019, at 11:50, Jorge Bastos via dovecot <dovecot at dovecot.org> wrote: >> SSL/TLS is done via Stunnel > >> Dirst, others have asked but I haven?t seen an answer, do you have any reason to think Outlook supports IMAP idle at all? I mean, I know outlook.com >
2014 Oct 13
0
Compile dovecot with sieve/managesieve support
Larry & Pascal, Thanks for the reply. Ok this is the lib for sieve, and the sieved, I see in debian packages that there is a dovecot-managesieved, the daemon, does this pigeonhole is the daemon also? > -----Original Message----- > From: Larry Rosenman [mailto:larryrtx at gmail.com] > Sent: segunda-feira, 13 de Outubro de 2014 20:12 > To: Jorge Bastos > Subject: Re: Compile
2015 May 15
0
IMAP and POP3 operations log per user
On 05/14/15 23:49, Jorge Bastos wrote: > Hi, > > > > I'd like to have a log per user, and protocol (imap+pop3), where this log > would tell me/save the message sender+subject+operation (deleted, marked to > expunge/other/was read/other). > > Is there something similar to this that already exists? > > > > If not is there something like this on the
2014 Nov 21
2
Handle of "subscription" file/folder for IMAP
Hi, Ok you're right about it, let me simplify it. There's some files in the Maildir, that are from dovecot, like the dovecot.sieve, subscriptions, and these are files, but here are shown an being folders to be subcribed. Question was if it is possible to deny the show of this info in IMAP globally. If I subscribe, for example to "subscriptions", it created the folder,
2015 Apr 27
0
Extra help, Hotmail nightmare
On Mon, Apr 27, 2015 at 03:46:30PM +0100, Jorge Bastos wrote: > Hi, > > > > Some extra help. > > How would I make hotmail accept my emails and not make them go to junk > folder? > > Is there any trick to do this? This isn't really a dovecot issue, but you can start with Microsoft's policies here: https://mail.live.com/mail/policies.aspx > >
2019 Jun 20
0
IMAP IDLE
Hum guys, For this, i was comparing configuration from my old dbmail imap server, and i had it with time_out 30 seconds, and connection timeout 24 hours. No one will work more than 24 hours in a row.. (except for me, but i'm an idiot!) I'll set the same.. let's see the behavior. -----Original Message----- From: dovecot <dovecot-bounces at dovecot.org> On Behalf Of Jorge Bastos