Sumbission crashes when relaying over TLS

2020-08-27 Thread Alec Moskvin
Hello, I'm trying to set up the submission proxy, but if I set submission_relay_ssl = starttls, it crashes. Without it, it works. Please find the details below. Thanks, Alec dovecot[256855]: submission-login: Login: user=, method=PLAIN, rip=::1, lip=::1, mpid=257033, secured, session= dovecot

Submission proxy warning connecting to Exim

2020-08-27 Thread Alec Moskvin
Hello, When connecting to Exim 4.94, dovecot submission logs this warning: dovecot[25235]: submission(alec)<25347>: Warning: smtp-client: conn localhost:25 ([::1]:25) [1]: Received invalid EHLO response line: Unexpected character in EHLO keyword Looks like it doesn't like the underscore in "

Sieve: deleteheader now working with duplicate filter for implicit keep

2020-08-29 Thread Alec Moskvin
Hello, I have a rule to always delete a header. If the message gets fileinto'd, the header is gone, but if it's delivered into the INBOX through implicit keep, the header does not get deleted. Interestingly, if I remove the "if duplicate" filter, the header does get deleted as expected. I'm usin

Re: Submission crashes when relaying over TLS

2020-09-02 Thread Alec Moskvin
Hi Stephan, I actually found the problem. If I downgrade to 2.3.10.1, it no longer crashes and outputs a proper error message. The issue was here: > ssl_client_ca_file = Will investigate.. > > On 28/08/2020 01:07, Alec Moskvin wrote: > > Hello, > > > > I'm

Re: Sieve: deleteheader not working with duplicate filter for implicit keep

2020-09-03 Thread Alec Moskvin
Hi Stephan, On Wednesday 02 September 2020 19:59:57, Stephan Bosch wrote: > > > On 29/08/2020 21:04, Alec Moskvin wrote: > > Hello, > > > > I have a rule to always delete a header. If the message gets fileinto'd, > > the header is gone, but if it's de

Re: Sieve: deleteheader not working with duplicate filter for implicit keep

2020-09-03 Thread Alec Moskvin
Hi Stephan, On Thursday 03 September 2020 22:28:20, Stephan Bosch wrote: > > > On 03/09/2020 23:25, Alec Moskvin wrote: > > Hi Stephan, > > > > On Wednesday 02 September 2020 19:59:57, Stephan Bosch wrote: > >> > >> On 29/08/2020 21:04, Alec Moskvin

Re: dovecot warns (non-fatal) "invalid EHLO response line: Unexpected character in EHLO keyword" connecting to submission relay ?

2020-09-26 Thread Alec Moskvin
On Friday 25 September 2020 12:56:50, PGNet Dev wrote: > I'm setting up an alternative submission relay host for dovecot. Atm, it's > pointing @ fastmail.com. > > with dovecot config, > > submission_relay_host = smtp.fastmail.com > submission_relay_port = 465 > submi