Re: Dovecot behind Reverse Proxy and IP families

2023-10-20 Thread Willy Manga
Hi, On 18/10/2023 15:58, Arnaud Cordier via dovecot wrote: On 10/13/23 06:55, Arnaud Cordier wrote: Hi Justas, Thank you for your answer. Unfortunately, I already have a dual stack cluster with an IPv6 assigned to the pod: 3: eth0@if22: mtu 1430 qdisc noqueue state UP qlen 1000     link/ether

Re: submission server relay to localhost

2023-10-20 Thread Michael Grant via dovecot
I think I just figured this out myself On Fri, Oct 20, 2023 at 09:47:28AM -0400, Michael Grant via dovecot wrote: > How do I stop dovecot from proposing AUTH to the relay server? submission_relay_port = 25 I was using port 587. Michael Grant signature.asc Description: PGP signature ___

submission server relay to localhost

2023-10-20 Thread Michael Grant via dovecot
I'm trying to set up dovecot-submission server which will listen on external ports 465 (SSL) and 587 (StartTLS) and relay mail to sendmail waiting on localhost port 587. I have dovecot submission listening on the external ports and sendmail listening on the localhost port. I want dovecot-submissi

Re: Question: ETA OpenSSL 3.0 Support

2023-10-20 Thread Niklas Meyer
Hi Aki, yeah i already thought that. But a ETA is not set yet i presume from this message? Thanks for your reply! Kind regards Niklas aka. DerLinkman mailcow: dockerized Developer Am 19.10.2023 um 20:51 schrieb Aki Tuomi: On 17/10/2023 11:23 EEST Niklas Meyer wrote: Hello everyone,

Re: Extract body preview in lua notify script

2023-10-20 Thread Teemu Huovila via dovecot
Hello On 16.10.2023 19.19, Filip Hanes via dovecot wrote: Hi, I am trying to extract short text preview from mail body in function dovecot_lua_notify_end_txn. I want to send notification about new email with perex included. How can it be done? Is it possible? thanks Th