Displaying 20 results from an estimated 3000 matches similar to: "IMAP on 993/SSL or 143/STARTTLS?"
2014 Aug 27
2
multiple IMAP sessions when connecting from one client
Hello,
I am using Postfix/Dovecot/IMAP.
Everything is working fine, but I have noticed that every time I connect
with Thunderbird to my server via IMAP, not one but 4 connections are
being logged into /var/log/mail/mail.log:
2014-08-27 09:17:46 dovecot: imap-login: Login: user=<martin>,
method=PLAIN, rip=11.22.33.44, lip=55.66.77.88, mpid=12519, TLS,
session=<uyb/N5cB+gBUDFRB>
2014 Jul 17
3
Sieve: adding Date: header when missing
Hello,
there is a way with a sieve rule to add a Date: header when it is
missing? Adding one with the time of reception of the message or using
the date from the the first Received: header would be good options.
Unfortunately I'm receiving some useful automated messages that lack a
Date header and this screws up the sorting in my imap clients. I have a
script to fix those acting on the
2014 May 11
2
questions about process_limit
Hello all!
# dovecot --version
2.1.17
Sometimes I have this in the logfile:
May 11 16:55:52 master: Warning: service(imap-login): process_limit (100) reached, client connections are being dropped
May 11 17:35:03 master: Warning: service(imap-login): process_limit (100) reached, client connections are being dropped
May 11 17:36:27 master: Warning: service(imap-login): process_limit (100)
2016 Jul 14
5
controlling STARTTLS by IP address
> Seems like your firewall could redirect to a different port that doesn't
> offer starttls.
Yes, of course. But that would require multiple ports, making the client
configuration cumbersome and error-prone.
Michael
2014 Jun 17
3
RFE: dnsbl-support for dovecot
after having my own dnsbl feeded by a honeypot and even
mod_security supports it for webservers i think dovecot
sould support the same to prevent dictionary attacks from
known bad hosts, in our case that blacklist is 100%
trustable and blocks before SMTP-Auth while normal RBL's
are after SASL
i admit that i am not a C/C++-programmer, but i think
doing the DNS request and in case it has a
2015 Apr 09
15
Calendar and address book with Dovecot
Hi all
I recently install Postfix and Dovecot, and so far so good. My assumption
was that calendar and address book (similar to Gmail calendar or address
book) are part of Dovecot. However I do not see anything concerning them in
any of the docs I have read so far.
What other software (ideally open source, free) do I need in other to have
Calendar and address book so my users can manage their
2015 Feb 16
2
/etc/ssl/certs/dovecot.pem erased by OpenSuse's update mechanism
Why not /etc/dovecot/private? That's where I put my dovecot certs. Dovecot's needs are a bit different from other software, and so it is unclear whether the files won't be unique to it. For example, I haven't seen the following before I read it on the Dovecot wiki:
"The CA file should contain the certificate(s) followed by the matching CRL(s). Note that the CRLs are required
2015 Mar 04
4
IP drop list
Am 04.03.2015 um 21:03 schrieb Dave McGuire:
> On 03/04/2015 02:12 PM, Michael Orlitzky wrote:
>>> I would like to reiterate Reindl Harald's point above, since subsequent
>>> discussion has gotten away from it. If Dovecot had DNS RBL support
>>> similar to Postfix, I think quite a few people would use it, and thereby
>>> defeat the scanners far more
2015 Mar 02
6
IP drop list
Am 02.03.2015 um 18:56 schrieb Robert Schetterer:
> perhaps and i mean really "perhaps" go this way
>
> https://sys4.de/de/blog/2014/03/27/fighting-smtp-auth-brute-force-attacks/
>
> https://sys4.de/de/blog/2012/12/28/botnets-mit-rsyslog-und-iptables-recent-modul-abwehren/
>
> 45K+ IPs will work in a recent table
> i have them too but for smtp only like
>
>
2015 Mar 01
12
IP drop list
I wonder if there is an easy way to provide dovecot a flat text file of
ipv4 #'s which should be ignored or dropped?
I have accumulated 45,000+ IPs which routinely try dictionary and
12345678 password attempts. The file is too big to create firewall
drops, and I don't want to compile with wrappers *if* dovecot has an
easy ability to do this. If dovecot could parse a flat text file of
2017 Aug 21
6
pop 110/995, imap 143/993 ?
If I read this correctly, starttls will fail due to the MITM attack. That is the client knows security has been compromised. Using SSL/TLS, the MITM can use SSL stripping. Since most Postifx conf use "may" for security, the message would go though unencrypted. Correct???
Is there something to enable for perfect forward security with starttls?
? Original Message ?
From: s.arcus at
2011 Apr 09
1
143 STARTTLS/ 993 SSL/TLS query
I'm testing my new dovecot server with Thundirbird
I can have it working on
port 143 with STARTTLS, or on
port 993 with SSL/TLS
my uderstanding is that on 993 I get encrypted 'password and mail transfer'
(yes ?)
so what happens if I use 143 with STARTTLS, is that equivalent to port 993
if STARTTLS is used ?
thanks for any insights..
--
Voytek
2014 Jan 03
1
Allow both SSL/993 and STARTTLS/143 connections (secure only)
Hi all,
Ok, up until now, I've only always allowed IMAPS connections to dovecot
on port 993.
I want to also start allowing clients to user port143+STARTTLS, but I
walso want to make sure both ports are locked down to ONLY allow secure
connections.
So... is disable_plaintext_auth = yes in the main config enough to
accomplish this?
http://wiki2.dovecot.org/SSL/DovecotConfiguration says:
2017 Aug 21
2
pop 110/995, imap 143/993 ?
Lest anyone think STARTTLS MITM doesn't happen,
https://threatpost.com/eff-calls-out-isps-modifying-starttls-encryption-commands/109325/3/
Not only for security, I prefer port 993/995 as it's just plain simpler
to initiate SSL from the get-go rather than to do some handshaking that
gets you to the same point.
Joseph Tam <jtam.home at gmail.com>
2017 Aug 20
4
pop 110/995, imap 143/993 ?
just setting a new Dovecot server to migrate from older system, but, I
have a general question:
1. I've set the server with self issued cert, and both pop/imap
StartTLS/110/143 SSL/993/995 (apologies if I'm using wrong naming
terminology)
is there a 'preferred way'? should I tell users to use 143 over 993 ? or
993 over 143? or?
my current understanding is that some (MS?)
2016 Jul 14
5
controlling STARTTLS by IP address
On my POP3 server, I need to be able to control the use of STARTTLS by
client IP address. Specifically:
* Clients on certain internal subnets (e.g., 192.168.1.0/24) must not have
the option to use TLS. If the client tries to use STARTTLS, the option
should be rejected. This is to satisfy US FCC rules regarding the use of
encryption over certain radio frequencies.
* All other internal clients
2009 Jan 15
3
Enforcing STARTTLS for all mechs while disabling imaps
Hi all,
Is there a way to enforce STARTTLS for all connections, regardless their
authentication mechanism? disable_plaintext_auth only takes care of the auth
conversation, but I would like to have all communication encrypted.
As far as I can see, this would only be possible when using imaps and
disabling imap. However, I would like to have the other way around;
disabling imaps and using imap for
2017 Nov 23
3
Dovecot LMTP Proxy + STARTTLS?
Hi
I got dovecot 2.2.26 on a Centos7 with latest updates. Dovecot is
configured to act as director and delivers to my two backend servers.
I enabled lmtp proxy on director to listen on port 24.
Now I see in msg headers that the connection to the lmtp proxy uses
STARTTLS but the connection from proxy to backend seems to be
unencrypted. Is it possible to enforce the use of STARTTLS in the
2018 Sep 17
2
Using both starttls and ssl in passdb on proxy results in timeouts
Hi List,
I have a dovecot which proxies to different backends depending on an entry in a mysql-database. The mysql-query sets ?ssl? to ?any-cert? and this works fine. But this causes me a problem: sieve-backends only support STARTTLS and if I set ?ssl? to ?any-cert? (or yes), it will attempt a TLS-connection to the sieve-backends, which fails.
My attempt was to alter the query to include
2020 Feb 10
2
starttls for some services only
Hi,
I would like to disable offering starttls to clients for certain dovecot
services.
Background is that I want to do let a load balancer do the TLS stuff
right on connect time and let dovecot only do plain imap without
offering starttls (because the clients do imaps actually). Getting rid
of the starttls feature offering works only if I set ssl = no globally
only. Setting it in the service