Displaying 20 results from an estimated 5000 matches similar to: "get username in pop3s"
2016 Feb 22
2
Require different setting for mail_location for each of POP3S and IMAPS protocols
Okay,
Let's try this a different way.
I've been able to configure past dovecot to have a different
mail_location setting for the same user, but with different protocols.
When the user requests POP3S, I adjusted the mail_location to
/var/mail/$USER (with mbox in use).
When that *same* user requested IMAPS protocol, the required
mail_location is the Maildir folder.
This allows for
2015 Dec 23
5
Tutorial estadística descriptiva
Estimadas y estimados miembros de la comunidad.
Junto con saludar, les escribo este mensaje porque estoy interesado en
desarrollar un taller de estadística descriptiva con R para estudiantes de
secundaria. El objetivo es que a través de un conjunto de datos puedan
calcular medidas de tendencia central, dispersión, calcular correlaciones y
hacer gráficos.
Actualmente, he realizado un taller
2008 Feb 21
6
[LLVMdev] Removing inlining of library functions
I am interested in analyzing the bytecode code produced for C files.
By default, inlining of user and library functions (libc) is done. If
I turn off inlining (-disable-inlining in gccas and gccld) then no
inlining is done. I want to be able to inline user code but disallow
library code to be inlined.
In trying to understand the InlineSimple.cpp code, I see that library
functions are
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
2008 May 15
1
[LLVMdev] Solaris port to be contributed by Sun Labs
We are using LLVM for our bug-checking project, Parfait, and we'll be
contributing the Solaris port within the next month.
Regards,
Cristina
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080515/9030c4aa/attachment.html>
2003 Feb 13
2
password key in Windows XP
We are using SAMBA 2.2.4 to support a large community of Windows users. The
latest deployment of PC's come with Windows XP, and we need to disable
Password Encryption on those to use SAMBA. We need help in locating the
"EnablePlainTextPassword" key.
Thanks in advance
Jaime A Cifuentes
2013 Oct 15
4
quality opus_demo vs opusenc
Hi,
I have found differences in quality between opus_demo and opusenc/opusdec.
I used for both applications the same raw pcm file,16 bit,48khz,litle
endian. i use libopus 1.1-beta and opus-tools-0.1.7.
The command for opus_demo is:
opus_demo audio 48000 1 64000 -cvbr -framesize 10 in.pcm out.pcm
For opusenc/dec:
opusenc --raw --raw-chan 1 bitrate 64 -cvbr --framesize 10 in.pcm in.opus
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
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>
2013 Oct 16
1
quality opus_demo vs opusenc
Hi,
I am interested in this part of the answer:
"Make
sure both are also linked to the same libopus (opusenc could be using
the system libopus 1.0.x while opus_demo is from git)"
I dowloaded a tarball distrib of libopus (1.1-beta),build and
installed it,and afterwards did the same with opus-tools (0.1.7),using
the former installed libopus library (also using libogg 1.3.1).
When I execute
2008 Feb 21
0
[LLVMdev] Removing inlining of library functions
On Feb 20, 2008, at 6:55 PM, Cristina Cifuentes wrote:
> - in what part of the code tree is the internal linkage attribute
> being set for library functions?
Internalize pass (Transforms/IPO/Internalize.cpp) sets internal
linkage if the function is not in export list. If you're using 'llvm-
ld' try -disable-internalize.
-
Devang
2010 Feb 03
7
Forcibly emptying a POP3 mailbox
Hello,
I've recently saw a discussion on this list, about a standardised way of
emptying POP3 mailboxes on the server - but no solution came up.
Please provide a suggestion for the following situation:
- I am running a stock POP3 dovecot server, on Fedora 12 (dovecot
version 1.2.9)
- passwd-file authentication via /etc/imap.passwd
- users are virtual, sharing the same UID/GID;
-
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
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
2013 Apr 03
1
Username and Email
Ave Maria!
I'm completely new to Dovecot, I was just wondering if the username
(POP3) can be completely different to the POP3 email?
God Bless
Dan
2007 Mar 14
1
mbox and pop3, maildir and imap
Hi,
Been reading a lot of posts about dovecot configuration, but can't really
figure out if what I want is even possible or how to achieve this.
My setup is simple :
One linux machine that collects mail from my provider and sorts them for
me and my wife, where my email is stored in Maildir format in
~myuser/.maildir
and my wife's email is stored in mbox format in