Hello I am using dovecot 1.2.15 on ubuntu.
Is it possible to somehow log the MUA information that is connecting to Dovecot?
The reason I am wanting to do this is I would like to know if people are getting their email on personal devices instead of work secured / standardized phones.
Am 28.07.2014 19:58, schrieb Juan Pablo:
from where should that information come?
dovecot has IP, auth-method, username, passwword, TLS that is logged - there is no more information available
grep the logs and analyze IP's reslove the PTR's and you get some useful informations
On 2014-07-28 18:14, Reindl Harald wrote:
from where should that information come?
That is what I was not sure. I did not know what information was possible available. I was thinking or hoping something same as http logs
dovecot has IP, auth-method, username, passwword, TLS that is logged - there is no more information available
I see unfortunate but thank you for this information
grep the logs and analyze IP's reslove the PTR's and you get some useful informations
not of use as their business device can be used from home where also their personal device may be
Am 28.07.2014 22:40, schrieb Peter Chiochetti:
a client certificate hadrly makes a device secure if the device is compromised your cert is gone
So possibly a useful hint the OP may be interested in! Might well be that its the reason for learning which MUA was used?
well, "what client is used" is impossible
there is no user-agent like HTTP and even for HTTP the header is not mandatory and rqeuire it will break your web-app for anybody who cares for privacy while gain nothing
Am 29-07-2014 09:08, schrieb Frank Elsner:
But this depend on if some Mailheader (X-mailer, User-Agent (k9), ...) are set. I'm sure this could be logged with sieve.
I haven't seen a option on http://wiki2.dovecot.org/Variables for normal dovecot log, maybe there is one.
Cheers Aleks
29.07.2014 09:08, Frank Elsner:
Dovecot already knows about the ID fields a client sends. It just doesn't log them by default. This default, of course, can be changed - by setting imap_id_log appropriately. For example imap_id_log = * will log all ID info a client sends.
Obviously, if a client doesn't send ID info, there's nothing dovecot can do about it, though.
-- Regards mks
On 07/28/2014 05:58 PM, Juan Pablo wrote:
Hello I am using dovecot 1.2.15 on ubuntu.
UPGRADE! Dovecot < 2.x is no longer supported.
Is it possible to somehow log the MUA information that is connecting to Dovecot?
In the Dovecot v2.0 tree there was the following commit:
changeset: 9123:edcafb3efbbf
branch: HEAD
user: Timo Sirainen <tss@iki.fi>
date: Thu Apr 16 19:14:23 2009 -0400
summary: Added imap_idle_notify_interval setting.
Some time later in the v2.1 tree there was fix:
changeset: 14197:32ffa616f249
user: Timo Sirainen <tss@iki.fi>
date: Sat Feb 25 07:29:15 2012 +0200
summary: imap-login: imap_id_* settings were ignored pre-login.
So, if you would use Dovecot v2.1.x you would be able to log some information about the connected client. BUT not all mail clients are supporting RFC2971 [http://tools.ietf.org/html/rfc2971].
The settings for this feature are configured in conf.d/20-imap.conf:
* imap_id_log
* imap_id_send
That depends on the used software, see above
Regards, Pascal
The trapper recommends today: beeffeed.1420920@localdomain.org
On 28. jul. 2014 19.59.07 Juan Pablo <juanpablo83@openmailbox.org> wrote:
Hello I am using dovecot 1.2.15 on ubuntu.
dovecot -n is more usefull for more help
ignore this maillist of unsupported version here is what settings i have
in pluging section
mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename mail_log_group_events = no mail_log_fields = uid box msgid size
Sent with AquaMail for Android http://www.aqua-mail.com
participants (9)
-
Aleksandar Lazic
-
Benny Pedersen
-
Frank Elsner
-
Juan Pablo
-
Markus Schönhaber
-
Pascal Volk
-
Peter Chiochetti
-
Reindl Harald
-
Rick Romero