Displaying 20 results from an estimated 26 matches for "a3d0e1171".
2020 May 22
1
fail2ban setup centos 7 not picking auth fail?
...server Centos 6, but, not getting anywhere with 'new' server on Centos 7
using standard filters
I've copied same 'filter' to new server, still get nothing
any idea how to figure this out ?
on old server, it logs to syslog/messages
CentOS release 6.10 (Final) dovecot 2.3.10.1 (a3d0e1171)
old # fail2ban-client status dovecot
Status for the jail: dovecot
|- Filter
| |- Currently failed: 2
| |- Total failed: 168
| `- File list: /var/log/dovecot.log
`- Actions
|- Currently banned: 0
|- Total banned: 32
`- Banned IP list:
on new server CentOS Linux release...
2020 Sep 24
3
dovecot TSL 1.3 config option 'ssl_ciphersuites' causes fatal error on launch. not supported, bad config, or bug?
I've installed
grep PRETTY /etc/os-release
PRETTY_NAME="Fedora 32 (Server Edition)"
dovecot --version
2.3.10.1 (a3d0e1171)
openssl version
OpenSSL 1.1.1g FIPS 21 Apr 2020
iiuc, Dovecot has apparently had support for setting TLS 1.3 ciphersuites since v2.3.9, per this commit
lib-ssl-iostream: Support TLSv1.3 ciphersuites
https://github.com/dovecot/core/commit/8f6f04eb21276f28b81695dd0d3df57c7b8f43e4
checking...
2020 Jun 23
1
Apple mail works but thunderbird unable to connect
...p=10.244.0.24, lip=10.244.0.108, TLS handshaking: SSL_accept() failed:
error:1408F10B:SSL routines:ssl3_get_record:wrong version number,
session=<rEH6ocGoOtUK9AAY>
I found that I could disable ssl3 by "ssl_protocols = !SSLv2 !SSLv3" but
this option is not working (dovecot 2.3.10.1 (a3d0e1171)
On Tue, Jun 23, 2020 at 6:27 PM Michael Peddemors <michael at linuxmagic.com>
wrote:
> On 2020-06-23 8:24 a.m., Alexander Dalloz wrote:
> > Am 23.06.2020 um 07:33 schrieb Bernardo Reino:
> >> If you use postfix a "workaround" is to temporarily disable
> >&...
2020 Aug 25
2
BUG: _presence_ of valid openssl.cnf Option = 'ServerPreference' causes Dovecot submission relay FAIL: "failed: Failed to initialize SSL: ..."
I've
dovecot --version
2.3.10.1 (a3d0e1171)
openssl version
OpenSSL 1.1.1g FIPS 21 Apr 2020
, atm on Fedora32.
I configure
/etc/pki/tls/openssl.cnf
to set preferences for apps' usage, e.g. Postfix etc; Typically, here
cat /etc/pki/tls/openssl.cnf
openssl_conf = default_conf
[default_conf]
ssl_conf = ssl_sect
[ssl_s...
2020 May 22
1
Dovecot passdb and postfix login
...t/local_sql_users.conf, because userdb sql not used." in my Postfix server logs and not able to successfully authenticate via AUTH LOGIN on the Postfi instance.
Perhaps I'm missing something obvious from my config ? Here is the doveconf -n from the Postfix server in question:
# 2.3.10.1 (a3d0e1171): /etc/dovecot/dovecot.conf
# OS: Linux 4.19.0-9-amd64 x86_64 Debian 10.4
# Hostname: foobar.example.com
auth_mechanisms = plain login
auth_verbose = yes
auth_verbose_passwords = sha1:7
disable_plaintext_auth = no
mail_location = mbox:~/mail:INBOX=/var/mail/%u
namespace inbox {
? inbox = yes
? loca...
2020 May 29
1
Operation not permitted - fchown() failed for /run/dovecot/login
# dovecot --version
2.3.10.1 (a3d0e1171)
Dovecot is unable to start, I see error " Fatal: fchown() failed for
/run/dovecot/login: Operation not permitted"
what could be the problem?
any help please
$ls -la /var/mail/
drwxr-xr-x 1 root root 4096 May 29 17:32 .
drwxr-xr-x 1 root root 4096 May...
2020 Sep 01
1
Dsync replication - delayed replication (Sync lock)
...Tl8FEAAAZJ7A9A>: Error: Couldn't lock
/path/to/mailbox/.dovecot-sync.lock:
fcntl(/path/to/mailbox/.dovecot-sync.lock, write-lock, F_SETLKW) locking
failed: Timed out after 30 seconds (WRITE lock held by pid 3697)
Process 3697 is dovecot/doveadm-server.
*Doveconf -n output:*
# 2.3.10.1 (a3d0e1171): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.10 (67bf5bd7)
# OS: Linux 4.19.0-10-amd64 x86_64 Debian 10.5
# Hostname: <server hostname>
auth_verbose = yes
default_vsz_limit = 0
doveadm_password = # hidden, use -P to show it
first_valid_gid = 8
first_valid_uid = 8
last_valid_gid = 8
la...
2020 Aug 19
3
sieve_max_script_size is ignored
...ply.sieve'
I tried to set sieve_max_script_size = 2M or 0 (unlimited). I also tried to run "sievec -o sieve_max_script_size=2M /var/vmail/xxx.xxx/z.z/sieve/autoreply.sieve" but the result is still same. Below is my config.
Can you please advice where can be the problem?
# 2.3.10.1 (a3d0e1171): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.10 (67bf5bd7)
# OS: Linux 5.4.44-2-pve x86_64 Debian 10.4
# Hostname: mail.xxx.xxx
auth_cache_size = 2 M
auth_cache_ttl = 5 mins
auth_master_user_separator = *
auth_mechanisms = plain login
auth_policy_check_before_auth = no
auth_policy_hash_nonc...
2020 Sep 24
0
dovecot TSL 1.3 config option 'ssl_ciphersuites' causes fatal error on launch. not supported, bad config, or bug?
> On 24/09/2020 05:24 PGNet Dev <pgnet.dev at gmail.com> wrote:
>
>
> I've installed
>
> grep PRETTY /etc/os-release
> PRETTY_NAME="Fedora 32 (Server Edition)"
> dovecot --version
> 2.3.10.1 (a3d0e1171)
> openssl version
> OpenSSL 1.1.1g FIPS 21 Apr 2020
>
> iiuc, Dovecot has apparently had support for setting TLS 1.3 ciphersuites since v2.3.9, per this commit
>
> lib-ssl-iostream: Support TLSv1.3 ciphersuites
> https://github.com/dovecot/core/commit/8f6f04eb21276f28...
2020 Sep 22
0
BUG: _presence_ of valid openssl.cnf Option = 'ServerPreference' causes Dovecot submission relay FAIL: "failed: Failed to initialize SSL: ..."
bump
On 8/24/20 5:17 PM, PGNet Dev wrote:
> I've
>
> dovecot --version
> 2.3.10.1 (a3d0e1171)
> openssl version
> OpenSSL 1.1.1g FIPS 21 Apr 2020
>
> , atm on Fedora32.
>
> I configure
>
> /etc/pki/tls/openssl.cnf
>
> to set preferences for apps' usage, e.g. Postfix etc; Typically, here
>
> cat /etc/pki/tls/openssl.cnf
>
> openssl...
2020 Jun 23
2
Apple mail works but thunderbird unable to connect
Am 23.06.2020 um 07:33 schrieb Bernardo Reino:
> If you use postfix a "workaround" is to temporarily disable postscreen,
> which IIRC is the one (rightly) complaining about the improper pipelining.
>
> Cheers,
> Bernardo Reino
No, submitting on SMTP port 25 would be the wrong step. There's
submission on port 587 or submissions (formerly called smtps) on port
465
2020 Aug 19
1
sieve_max_script_size is ignored
...b-sieve/sieve-limits.h#L18
>
>
> That error is about the maximum length of a string literal. This is
> currently hard-coded at 1Mb and thus not configurable. What are you
> doing that you need such a big string value?
>
> Regards,
>
> Stephan.
>
>> # 2.3.10.1 (a3d0e1171): /etc/dovecot/dovecot.conf
>> # Pigeonhole version 0.5.10 (67bf5bd7)
>> # OS: Linux 5.4.44-2-pve x86_64 Debian 10.4
>> # Hostname: mail.xxx.xxx
>> auth_cache_size = 2 M
>> auth_cache_ttl = 5 mins
>> auth_master_user_separator = *
>> auth_mechanisms = plain...
2020 Aug 01
0
Warning: Expunged message reappeared, giving a new UID with FTS enabled
...eadm expunge -u user1 at example.com mailbox Inbox ALL
then the warning fires.
If
* FTS plugin is disabled (I tried with squat and xapian), or
* multi-alias@ redirects to only user1@
* I send the email directly to user1@
then no warning.
Can I just ignore the warning ?
dovecot -n:
# 2.3.10.1 (a3d0e1171): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.10 (bf8ef1c2)
# OS: Linux 5.4.51 x86_64 ext4
# Hostname: server
auth_debug = yes
auth_mechanisms = plain login
base_dir = /run/dovecot2
default_internal_group = dovecot2
default_internal_user = dovecot2
lda_mailbox_autocreate = yes
lda_mailbox_a...
2020 Jul 16
0
Variable expansion in passwords
...pass = 'asdf%?asdf': Unknown variable '%?'
This looks a lot like a %-variable in the user provided password is
tried to be expanded... Is this a bug or did I misconfigure something?
output of dovecot -n is attached.
regards
lukn
-------------- next part --------------
# 2.3.10.1 (a3d0e1171): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.10 (67bf5bd7)
# OS: Linux 2.6.32-754.29.2.el6.x86_64 x86_64 CentOS release 6.10 (Final)
auth_master_user_separator = *
auth_mechanisms = plain login
auth_policy_hash_nonce = # hidden, use -P to show it
auth_policy_request_attributes = login=%{re...
2020 Jun 13
2
Dovecot Replication Errors (only) when using tcps: as the mail_replica Protocol
Hi,
I've been seeing errors logged for some time with replication processes,
whereby replication sessions seem to be timing out periodically.
This is with dovecot version 2.3.10.1 (a3d0e1171) and both are Gentoo
x86_64.
After some investigation I've determined that these timeouts are only
ever occurring with tcps as the replication connection type. These
errors never occur if non-encrypted tcp is configured. I've been able
to validate this by changing only the replica_ty...
2020 Sep 22
3
BUG: _presence_ of valid openssl.cnf Option = 'ServerPreference' causes Dovecot submission relay FAIL: "failed: Failed to initialize SSL: ..."
> On 22/09/2020 20:05 PGNet Dev <pgnet.dev at gmail.com> wrote:
>
>
> bump
>
> On 8/24/20 5:17 PM, PGNet Dev wrote:
> > I've
> >
> > dovecot --version
> > 2.3.10.1 (a3d0e1171)
> > openssl version
> > OpenSSL 1.1.1g FIPS 21 Apr 2020
> >
> > , atm on Fedora32.
> >
> > I configure
> >
> > /etc/pki/tls/openssl.cnf
> >
> > to set preferences for apps' usage, e.g. Postfix etc; Typically, here
> >...
2020 Aug 19
0
sieve_max_script_size is ignored
...it.dovecot.net/pigeonhole/core/-/blob/master/src/lib-sieve/sieve-limits.h#L18
That error is about the maximum length of a string literal. This is
currently hard-coded at 1Mb and thus not configurable. What are you
doing that you need such a big string value?
Regards,
Stephan.
> # 2.3.10.1 (a3d0e1171): /etc/dovecot/dovecot.conf
> # Pigeonhole version 0.5.10 (67bf5bd7)
> # OS: Linux 5.4.44-2-pve x86_64 Debian 10.4
> # Hostname: mail.xxx.xxx
> auth_cache_size = 2 M
> auth_cache_ttl = 5 mins
> auth_master_user_separator = *
> auth_mechanisms = plain login
> auth_policy_chec...
2020 May 31
1
auth_policy_server vs client_id and x-originating-ip
.... Maybe IMAP command ID and
client_id are totally different. Can you please advise? Is it possible
to pass details about mail client to auth_policy_server? Second question
is: how I can get "x-originating-ip" from ID command to auth_policy_server?
Below is my config file:
# 2.3.10.1 (a3d0e1171): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.10 (67bf5bd7)
# OS: Linux 5.3.18-2-pve x86_64 Debian 10.4
# Hostname: mail.z-technics.com
auth_cache_size = 2 M
auth_cache_ttl = 5 mins
auth_master_user_separator = *
auth_mechanisms = plain login
auth_policy_check_before_auth = no
auth_policy_ha...
2020 Aug 12
0
Problems, virtual and alias, Dovecot, Neomutt, OpenSMTPD on OpenBSD
...some
explanations for why and how. At some point I would like to add some
more complicated things, but I don't understand what some config options
really do. I also understand that documentation vs. code work are always
in conflict. 28 hour days would really help! :-}
doveconf -n:
# 2.3.10.1 (a3d0e1171): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.10 (bf8ef1c2)
# OS: OpenBSD 6.7 amd64 ffs
# Hostname: cowboyup.xyz
auth_debug = yes
auth_debug_passwords = yes
auth_socket_path = /var/dovecot/auth-userdb
auth_verbose = yes
auth_verbose_passwords = sha1
debug_log_path = /var/log/dovecot-debug.l...
2020 Sep 26
2
managesieve script 'redirect' fails @ "Error: sieve: ... aborted due to temporary failure; Error: smtp-server: ... failed: SSL_accept() failed: error:1408F10B:SSL routines:ssl3_get_record:wrong version number"; direct send OK ?
I run
dovecot --version
2.3.10.1 (a3d0e1171)
postconf mail_version
mail_version = 3.5.7
with three valid accounts on the server,
user1 at example1.net
user2 at example2.net
admin at mx.example.com
I can send/receive from each -- both to/from external addresses, as well as between one another.
E.g., on mail sent to
user2 at examp...