search for: rfc2971

Displaying 9 results from an estimated 9 matches for "rfc2971".

2011 May 13
1
ID RFC2971 stored anywhere when client announced it?
Does dovecot store RFC2971 information supplied by client, anywhere?
2014 Feb 19
1
ID command and dovecot
...issues with IMAP ID command using latest Roundcube builds on dovecot 2.2.10 responding "Input buffer full, aborting". Roundcube webmail connects to IMAP server and issues ID command first with some long arguments to ID command, however shorter than 1024 octets, which are specified in RFC2971 for ID IMAP extension. The situation is easily reproducible (see http://pastebin.com/q4HX4wqb): # telnet hostname 143 * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE AUTH=PLAIN AUTH=LOGIN] Server ready. . ID ("name" "Roundcube" "version" &q...
2019 Apr 12
2
Mail account brute force / harassment
...reject":false,"tls":false} > For webmails, this requires both login_trusted_networks and also support > from the webmail software to forward client IP. > I did get a reply from the Squirrelmail list: "Well, I've had code sitting around for a while that implements RFC2971 (ID command), so I just committed it. You can use it for this purpose by putting something like this into your config/config_local.php $imap_id_command_args = array('remote-host' => '###REMOTE ADDRESS###');" Which I also added previously. But that doesn't address emacs...
2014 Jul 28
3
identify MUA connecting?
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.
2016 Feb 02
2
Mail User Agent?
...ITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE STARTTLS LOGINDISABLED] Ready. However, as a previous poster noted, Dovecot doesn't do anything with it other than to log it. The client can elect to ignore it or send an ID string. The ID extension is documented here https://www.ietf.org/rfc/rfc2971.txt I speculated it could be used as a client-side CAPA info so that an IMAP server can modify it's behaviour knowing it's dealing with a certain client, but that is flatly forbidden by RFC (Quoting from RFC) The sole purpose of the ID extension is to enable clients and servers to e...
2019 Apr 12
1
Mail account brute force / harassment
...> > > > > For webmails, this requires both login_trusted_networks and also > support from the webmail software to forward client IP. > > > > I did get a reply from the Squirrelmail list: > > "Well, I've had code sitting around for a while that implements RFC2971 > (ID command), so I just committed it. You can use it for this purpose by > putting something like this into your config/config_local.php > > $imap_id_command_args = array('remote-host' => '###REMOTE ADDRESS###');" > > > > Which I also added previous...
2018 Apr 09
1
IMAP_ID_LOG
SMTP lets you know the user agent, I thought that pop3 also. 2018-04-09 22:15 GMT+02:00 Michael Slusarz <michael.slusarz at dovecot.fi>: > ID is an IMAP specific protocol command (RFC 2971). There is no POP or > SMTP equivalent. > > > On April 9, 2018 at 10:19 AM "j.emerlik" <j.emerlik at gmail.com> wrote: > > Hi, > there in configuration is
2019 Apr 12
0
Mail account brute force / harassment
...alse,"tls":false} > > > For webmails, this requires both login_trusted_networks and also support from the webmail software to forward client IP. > > I did get a reply from the Squirrelmail list: > "Well, I've had code sitting around for a while that implements RFC2971 (ID command), so I just committed it. You can use it for this purpose by putting something like this into your config/config_local.php > $imap_id_command_args = array('remote-host' => '###REMOTE ADDRESS###');" > > Which I also added previously. But that doesn't...
2019 Apr 12
2
Mail account brute force / harassment
> > Probably there's an existing solution for both problems (subsequent > attempts and dnsbl): > > > >