Re: What imap ssl/auth settings work best with MS Outlook?

2021-04-28 Thread Greg Rivers
On Wednesday, 28 April 2021 13:49:03 CDT Steve Dondley wrote: > I repeatedly have a hell of a time getting clients' Outlook software > working well with Dovecot. It's hard for me to test myself since I don't > have Outlook and it would be impossible to keep up with all the > different versions a

Re: Updated my Dovecot certificate for the first time

2016-11-23 Thread Greg Rivers
certs && openssl s_client -connect remote.server:143 -starttls imap -showcerts &0 | H=$(openssl x509 -hash -out imap.pem) && ln -sf imap.pem ${H}.0 # ls -l total 5 lrwxr-xr-x 1 root wheel11 Nov 23 15:34 3a82ab1a.0 -> imap.pem -rw-r--r-- 1 root wheel 1371 Nov 23 15:34 imap.pem -- Greg Rivers

Re: offtopic: Solr compatible IMAP client

2017-09-09 Thread Greg Rivers
On Saturday, September 09, 2017 10:01:03 Larry Rosenman wrote: > Neomutt. > https://www.neomutt.org/ > Also alpine. https://www.washington.edu/alpine/ -- Greg Rivers

dsync panic

2015-03-01 Thread Greg Rivers
always aborts before completion with the following error: dsync(gcr): Panic: file mail-transaction-log.c: line 271 (mail_transaction_log_rotate): assertion failed: (file->locked) The exit code is 262. Does anyone know why this might happen or how to fix it? -- Greg Rivers# 2.2.15: /usr/local/

Re: FYI: dovecot (008632bdfd2c) compilation woes, and minor glitch regarding update-version.sh

2015-05-09 Thread Greg Rivers
-xr-xr-x 2 root wheel 382368 Nov 11 15:03 /bin/csh* 118 -r-xr-xr-x 1 root wheel 142184 Nov 11 15:03 /bin/sh* 108 -r-xr-xr-x 2 root wheel 382368 Nov 11 15:03 /bin/tcsh* -- Greg Rivers

[Dovecot] Dovecot LMTP does not pass envelope recipient +detail to sieve

2014-01-06 Thread Greg Rivers
sieve.log sieve: info: started log at Jan 05 23:57:21. main script: line 5: info: DEBUG: EnvelopeTo=gcr, EnvelopeFrom=g...@tharned.org. main script: line 9: info: DEBUG: EnvelopeToUser=gcr, EnvelopeToDetail=. info: msgid=<201401060557.s065umym069...@tharned.org>: stored mail into mailbox 'INBOX'. $ exit Script done on Sun Jan 5 23:57:55 2014 -- Greg Rivers

Re: [Dovecot] Dovecot LMTP does not pass envelope recipient +detail to sieve

2014-01-07 Thread Greg Rivers
y message: LOCAL_CONFIG H?${u}?X-Original-To: $u -- Greg Rivers

Re: [Dovecot] Dovecot LMTP does not pass envelope recipient +detail to sieve

2014-01-08 Thread Greg Rivers
header of your choice) when lda_original_recipient_header is defined, I think one would say that dovecot LMTP does already support this natively. So it's not really a hack, it's just a matter of setting the dovecot config variable and ensuring that the MTA adds the corresponding header to

Re: [Dovecot] Dovecot LMTP does not pass envelope recipient +detail to sieve

2014-01-08 Thread Greg Rivers
On Wed, 8 Jan 2014, Miquel van Smoorenburg wrote: On 8-01-14 5:46 PM, Charles Marcus wrote: On 2014-01-07 9:20 PM, Greg Rivers wrote: So for the archives, to get sieve's "envelope :detail ..." working with sendmail and dovecot LMTP, do the following: 1) Add "lda_origi

Re: [Dovecot] Dovecot LMTP does not pass envelope recipient +detail to sieve

2014-01-08 Thread Greg Rivers
On Wed, 8 Jan 2014, Charles Marcus wrote: On 2014-01-08 2:27 PM, Greg Rivers wrote: Given that LMTP does in fact parse X-Original-To (or any other header of your choice) when lda_original_recipient_header is defined, I think one would say that dovecot LMTP does already support this natively

Re: [Dovecot] Dovecot LMTP does not pass envelope recipient +detail to sieve

2014-01-09 Thread Greg Rivers
On Thu, 9 Jan 2014, Steffen Kaiser wrote: On Tue, 7 Jan 2014, Greg Rivers wrote: [snip] So for the archives, to get sieve's "envelope :detail ..." working with sendmail and dovecot LMTP, do the following: 1) Add "lda_original_recipient_header = X-Original-To" t

Re: [Dovecot] Dovecot LMTP does not pass envelope recipient +detail to sieve

2014-01-10 Thread Greg Rivers
preserved, otherwise it is the duty of the map to preserve the detail. If I read the traces (attached) correctly, the +detail makes it unscathed through the maps, aliases, and rule sets. If that's the case, it would indicate that the problem is with sendmail's LMTP code. Do you concur?

Re: [Dovecot] Dovecot LMTP does not pass envelope recipient +detail to sieve

2014-01-12 Thread Greg Rivers
On Sat, 11 Jan 2014, Steffen wrote: I have: ... deliverable: mailer local, user uid+detail instead of "deliverable: mailer local, host detail, user gcr" Hmm, see http://etutorials.org/Server+Administration/Sendmail/Part+I+Build+and+Install/Chapter+4.+Configure+sendmail.cf+with+m4/FEATUREpreser

Re: [Dovecot] Dovecot LMTP does not pass envelope recipient +detail to sieve

2014-01-14 Thread Greg Rivers
On Tue, 14 Jan 2014, Steffen Kaiser wrote: "FEATURE(`preserve_local_plus_detail')" is actually one of the first things I tried when I started working on this problem, but it doesn't quite work with the standard configuration: $ sendmail -bv -d21.12 gcr+xy...@badger.tharned.org -rule match

Re: [Dovecot] Sieve is not getting the propper RCPT from the LMTP daemon

2014-02-11 Thread Greg Rivers
On Tue, 11 Feb 2014, Stephan Bosch wrote: On 12/24/2013 2:15 PM, klondike wrote: The relevant lines for the test e-mail I sent are these: sieve: info: started log at Dec 24 13:37:23. main script: line 9: info: DEBUG: envelope to `klondike (at) gentoo.org'. main script: line 10: info: DEBUG: env