Re: Dovecot and Letsencrypt certs

2017-09-09 Thread Bill Shirley
Oh, also I removed the '2>1> /dev/null' from the acme.sh crontab entry so that it will always send an email; and entered this in sieve: # --- let's encrypt --- if header :contains "subject" "acme.sh" {   if body :regex "Error[[:space:]]+renew" { #    redirect :copy "b...@example.com";    

Re: Dovecot and Letsencrypt certs

2017-09-09 Thread Bill Shirley
If you're using acme.sh: acme.sh --installcert -d imap.example.com \   --keypath /etc/pki/dovecot/private/imap.example.com.pem \   --certpath /etc/pki/dovecot/certs/imap.example.com.crt \   --fullchainpath /etc/pki/dovecot/certs/imap.example.com.full.chain.crt \   --reloadcmd   

Re: offtopic: Solr compatible IMAP client

2017-09-09 Thread Peter Chiochetti
Am 2017-09-08 um 12:47 schrieb Andy Smith: I've had a look at Thunderbird and you can use IMAP search, buy you have to manually select it from an advanced search dialogue and it seems you cannot make this the default behaviour. Hello Andy, it is not that difficult to get a button in Thunderbird

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

Re: offtopic: Solr compatible IMAP client

2017-09-09 Thread Larry Rosenman
Neomutt. https://www.neomutt.org/ -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: larry...@gmail.com US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106 On 9/9/17, 9:58 AM, "dovecot on behalf of Andy Smith"

offtopic: Solr compatible IMAP client

2017-09-09 Thread Andy Smith
Hi, not sure if I'm allowed to go this off topic on here, sorry if not! I've just installed Solr FTS for Dovecot and its great, as is Dovecot! ;) It works perfectly for fast searches using Roundcube, but can anyone suggest any Windows and/or Linux mail clients that work well with IMAP searches

Share Website certificate with SSL/STL Dovecot IMAP and Postifix SMTP

2017-09-09 Thread Marco Marco
Hi guys, I've bought a certificate from the authority for my website to use to access in https mode. Is it possible to share the same pairs to authenticate the emails sent by postfix and Dovecot in order to avoid that client as Hotmail.it or Gmail intercept these as Spam? Thank you

Re: disable imap for ldap user

2017-09-09 Thread Markus Rosjat
no this is not the intented behaviour for thsi attribute. In general every user can use pop3 but only a few can use imap so what I want is: - permit pop3 by default - check if the attribute is 0 or 1 - depending on the result a user can login with imap protocol regards Markus Am

What INTERNALDATE does dovecot with mbox storage set on a COPY'd message?

2017-09-09 Thread Steinar Bang
When a message is copied to a folder on dovecot with mbox storage, is the mtime of the saved mbox file set to the time of the save? Or is the mtime set to the Date: field of the source message that is saved? If there is a difference in the behaviour, do someone know the dovecot version number

Re: Dovecot and Letsencrypt certs

2017-09-09 Thread Вадим Бажов
"writing a script to check the certs" - there is no need to write any scripts. As one mentioned, it's done by a hook to certbot. Please read the manuals for LE or certbot. The issue you have is quite common and of course certbot designed to do it for you. The manual: