Re: dovecot sasl support

2019-03-24 Thread Alexander Dalloz via dovecot
Am 24.03.2019 um 10:01 schrieb Wojciech Puchar via dovecot: solved by setting saslauthd to authenticate over imap - through dovecot server. testsaslauthd shows it works fine. but it seems sendmail strips domain name from entered login. No, it is saslauthd. Check the documention and see the "-

Re: Help on CRAM-MD5

2019-06-18 Thread Alexander Dalloz via dovecot
Am 19.06.2019 um 00:04 schrieb Jorge Bastos via dovecot: Howdy, I'm using dovecot and mysql users, and i'm creating the password with: ENCRYPT('some-passwd',CONCAT('$6$', SUBSTRING(SHA(RAND()), -16))) So far so good, everything's fine. Today saw that i didn't enabled CRAM-MD5, but if I do, and

Re: Help on CRAM-MD5

2019-06-20 Thread Alexander Dalloz via dovecot
Am 20.06.2019 um 12:28 schrieb FUSTE Emmanuel via dovecot: Le 20/06/2019 à 11:59, @lbutlr via dovecot a écrit : On 20 Jun 2019, at 02:53, FUSTE Emmanuel via dovecot wrote: There is plenty of context where TLS is not possible/desirable. I’d say that is terrible advice. There are no reasonable

Re: Listener indicated in logs

2019-06-21 Thread Alexander Dalloz via dovecot
Am 21.06.2019 um 18:05 schrieb jbwlists--- via dovecot: I'm looking for a way to indicate which listener a connection came in via in the logs. For instance, I have IMAPS connections coming in via 993 as well as 1993, and would like some way to differentiate in the logging. Is there a way to

Re: dovecot/imap [blocking on log write]

2019-07-05 Thread Alexander Dalloz via dovecot
Am 05.07.19 um 23:13 schrieb alpha_one_x86 via dovecot: Hi, from log: Jul  4 12:10:19 localhost dovecot: master: Warning: service(imap): process_limit (2) reached, client connections are being dropped Increase the process_limit. https://wiki.dovecot.org/LoginProcess Alexander

Re: dovecot/imap [blocking on log write]

2019-07-05 Thread Alexander Dalloz via dovecot
Am 05.07.19 um 23:13 schrieb alpha_one_x86 via dovecot: Jul  4 12:10:19 localhost dovecot: master: Warning: service(imap): process_limit (2) reached, client connections are being dropped Increase the process_limit. https://wiki.dovecot.org/LoginProcess Alexander

Re: Help with IMAP IDLE

2019-07-21 Thread Alexander Dalloz via dovecot
Am 21.07.19 um 14:24 schrieb Jorge Bastos via dovecot: Hi, [ ... ] How can i make IDLE work for real with MSOutlook, so that i can receive emails when they arrive, instead of changing folder/get out and in my account? Microsoft's Outlook is primarily meant as the client for Exchange. IMAP

Re: doveadm: Error: open(/proc/self/io) failed

2019-07-30 Thread Alexander Dalloz via dovecot
Am 30.07.2019 um 19:33 schrieb Reio Remma via dovecot: On 30.07.2019 20:07, Tom Diehl via dovecot wrote: Does anyone have an Idea how to fix this? Regards, Perhaps see if there are any denials in SELinux audit log: sudo grep denied /var/log/audit/audit.log | grep dovecot | audit2allow -a

Re: doveadm: Error: open(/proc/self/io) failed

2019-07-30 Thread Alexander Dalloz via dovecot
Am 30.07.2019 um 20:12 schrieb Alexander Dalloz via dovecot: aausearch -m avc -c dovecot | audit2why sorry, "ausearch" is the proper command

Re: Panic: Module context expire_mail_user_module missing (Debian 10)

2019-08-02 Thread Alexander Dalloz via dovecot
Am 2019-08-02 10:31, schrieb Thomas Krause via dovecot: Hi all, I tried to migrate a mailserver from Debian 9 (Dovecot 2.2.27) to Debian 10 (Dovecot 2.3.4.1). I moved the mail-partition and /etc/dovecot from the old to the new server. Dovecot started with 2 warnings. When trying to fetch mails vi

Re: Panic: Module context expire_mail_user_module missing (Debian 10)

2019-08-02 Thread Alexander Dalloz via dovecot
Am 2019-08-02 10:46, schrieb Thomas Krause via dovecot: Am 2019-08-02 10:39, schrieb Alexander Dalloz via dovecot: Am 2019-08-02 10:31, schrieb Thomas Krause via dovecot: Hi all, I tried to migrate a mailserver from Debian 9 (Dovecot 2.2.27) to Debian 10 (Dovecot 2.3.4.1). I moved the mail

Re: Panic: Module context expire_mail_user_module missing (Debian 10)

2019-08-02 Thread Alexander Dalloz via dovecot
Am 2019-08-02 11:05, schrieb Thomas Krause: Thomas, please keep the discussion on list. There is zero need to copy send any list discussion to my personal address. # diff dovecot.conf dovecot.conf-ok 5c5 < mail_plugins = quota mailbox_alias acl zlib expire --- mail_plugins = quota mailbox_a

Re: Dovecot Sieve doesn't move spam to Junk folder in maildir

2019-08-06 Thread Alexander Dalloz via dovecot
Am 2019-08-06 15:04, schrieb Nagy Tibor via dovecot: I have an *Ubuntu 16.04* mail server with postfix/spamassassin/*dovecot-2.2.2**2* with virtual mailboxes in maildir format. The whole process is working excellently since a year. Spams are marked with "*SPAM*" in subject and with "X-Spa

Re: dovecot-lmtp and postfix

2019-08-11 Thread Alexander Dalloz via dovecot
Am 11.08.2019 um 18:06 schrieb Coy Hile via dovecot: And in syslog I see: 2019-08-11T15:37:57+00:00 81716ec5-bca4-6d53-ed81-bd1a55d46b4f postfix/smtpd[56103]: [ID 197553 mail.info] 12327F13D: client=ns1.coyhile.com[172.17.64.25] 2019-08-11T15:38:40+00:00 81716ec5-bca4-6d53-ed81-bd1a55d46b4f p

Re: Dovecot not responding to external clients

2019-08-14 Thread Alexander Dalloz via dovecot
Am 15.08.2019 um 00:34 schrieb Edwin Humphries via dovecot: Hi all I have Dovecot on my Linux-Mint workstation, running IMAP for the Thunderbird client thereon, but previously also for my phone and laptop clients as well. Since upgrading to Linux-Mint 19, however, although the Thunderbird cli

Re: Segfault with error 4 in doveadm-server

2019-08-19 Thread Alexander Dalloz via dovecot
Am 2019-08-19 10:34, schrieb Holger Dehnhardt via dovecot: I set up dovecot on two servers with replication enabled. The replication is over a vpn connection. I get massive segfaults from doveadm-server every few minutes. dmesg: doveadm-server[30030]: segfault at 0 ip 557fa16d2e62 sp 7ff

Re: Segfault with error 4 in doveadm-server

2019-08-19 Thread Alexander Dalloz via dovecot
Am 2019-08-19 16:01, schrieb Holger Dehnhardt via dovecot: Alexander and Aki, thanks for your quick answers. It might be the best to compile a more recent version of dovecot. For some reason it seems unpossible to get a core dump and the error might be fixed in a recent version. Holger https:

Re: sometimes no shared cipher after upgrade from 2.2 to 2.3

2019-08-21 Thread Alexander Dalloz via dovecot
Am 2019-08-21 15:39, schrieb Lefteris Tsintjelis via dovecot: [ ... ] SSL3 is no longer included in the cipher sets. Try this: ssl_min_protocol = SSLv3 Instead of doing that I recommend to identify the users and teaching them to use a current OS / mail client. SSLv3 should not be used by a

Re: Server administration

2019-09-01 Thread Alexander Dalloz via dovecot
Am 01.09.2019 um 14:41 schrieb Aleksandr Mette via dovecot: 4. Forward e-mail Don't do that nor let your users auto-forward their mail received on your MX. Else you will end up faster than you think on blacklists as very likely your server will forward SPAM and gets classified as a SPAM sour

Re: Server administration

2019-09-02 Thread Alexander Dalloz via dovecot
Am 2019-09-02 09:55, schrieb Michael Hallager via dovecot: 1. Add/remove e-mail address 2. Change user e-mail address password 3. Add user e-mail address into mail alias 4. Forward e-mail 5. List all users e-mails I agree with Mark. We can't answer them anyway because we don't know what ba

Re: Error: SSL_accept() syscall failed

2019-10-11 Thread Alexander Dalloz via dovecot
Am 11.10.2019 um 13:22 schrieb C. James Ervin via dovecot: In setting up my new mail server, I am getting the following in the logs: Oct 11 07:10:59 kumo dovecot[5704]: imap-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=24.53.79.10, lip=172.26.12.90, *TLS handshaking: SSL_acce

Re: MariaDB database for users and passwords?

2019-11-08 Thread Alexander Dalloz via dovecot
Am 08.11.2019 um 21:23 schrieb Ken Wright via dovecot: On 11/8/19 3:14 PM, @lbutlr via dovecot wrote: On 08 Nov 2019, at 11:56, Ken Wright wrote: Nov 8 13:28:53 grace dovecot: auth: Fatal: Unknown passdb driver ‘ You do not have Dovecot compiled with support for mysql' But the dovecot-mys

Re: How to rewrite local_lmpt ipc to tcp port 24

2019-12-05 Thread Alexander Dalloz via dovecot
Am 05.12.2019 um 09:33 schrieb Marc Roos via dovecot: How to change this line in sendmail.mc, to the tcp port 24 on eg 127.0.0.1? FEATURE(`local_lmtp',`[IPC]',`FILE /var/run/dovecot/lmtp')dnl See the cyrusv2 mailer definition: Mcyrusv2, P=[IPC], F=lsDFMnqXzA@/:|mQ, S=En

Re: Uppercase username emails are rejected

2024-04-06 Thread Alexander Dalloz via dovecot
Am 06.04.2024 um 16:34 schrieb lua8ds--- via dovecot: So I updated that setting to: auth_username_format = %Lu expecting that %Lu would lowercase the username - and that my problem would be fixed. It's not auth where you have to fix the uppercase / lowercase issue. Check your userdb / pas