Re: submission configuration issues

2019-07-27 Thread Bob Gustafson via dovecot
service submission-login {   inet_listener submissions {     haproxy = no     port = 465     reuse_port = no     ssl = yes   } } Shouldn't the port be 587 here? My config file looks like: service submission-login {   inet_listener submission {     #port = 587   } } The # comment must also

Re: submission configuration issues

2019-07-27 Thread Jean-Daniel via dovecot
> Le 27 juil. 2019 à 23:13, Stephan Bosch a écrit : > > > > On 23/07/2019 17:13, Jean-Daniel Dupas via dovecot wrote: >> Hello, >> >> I'm having trouble configuring the submission proxy. >> >> I have configured the submission service as follow: >> >> submission_host = smtp.example.com >>

Re: submission configuration issues

2019-07-27 Thread Stephan Bosch via dovecot
On 23/07/2019 17:13, Jean-Daniel Dupas via dovecot wrote: Hello, I'm having trouble configuring the submission proxy. I have configured the submission service as follow: submission_host = smtp.example.com submission_relay_host = localhost submission_relay_port = 8587

Re: submission configuration issues

2019-07-27 Thread Jean-Daniel via dovecot
> Le 27 juil. 2019 à 14:30, Stephan Bosch a écrit : > > On 23/07/2019 17:13, Jean-Daniel Dupas via dovecot wrote: >> Hello, >> >> I'm having trouble configuring the submission proxy. >> >> I have configured the submission service as follow: >> >> submission_host = smtp.example.com >>

Re: Since multiple ,matches

2019-07-27 Thread @lbutlr via dovecot
Never mind, I figured out my (stupid) error. > I have a rule in sieve like the following: > > if anyof (header :contains ["to"] [ "box", "change", "cornell”, “twitter”]) { -- 'My strength is like the strength of ten because my heart is pure,' said Carrot. 'Really? Well, there's eleven of

Since multiple ,matches

2019-07-27 Thread @lbutlr via dovecot
I have a rule in sieve like the following: if anyof (header :contains ["to"] [ "box", "change", "cornell”, “twitter”]) { setflag "\\Seen"; fileinto :create "misc"; stop; } The messages that come in are using address extensions, so user+twit...@example.com, for example. The trouble is,

Re: Help with IMAP IDLE

2019-07-27 Thread @lbutlr via dovecot
On 27 Jul 2019, at 04:15, Jorge Bastos wrote: > When i migrated the account from the old imap server to the new (dovecot), i > didn't removed and created the account in msoutlook, as i didn't saw any > reason to do it. > Creating the account again, IDLE works ok! Glad you got that figured out.

Re: Dovecot, FreeBSD, and Solr?

2019-07-27 Thread @lbutlr via dovecot
On 27 Jul 2019, at 00:42, Patrick Mahan wrote: > On Fri, Jul 26, 2019 at 2:44 PM @lbutlr via dovecot > wrote: > On 26 Jul 2019, at 09:35, dove...@filter.demeijer.com wrote: > > I basically followed https://www.c0ffee.net/blog/mail-server-guide/ And > > dovecot with solr is running fine on

Re: submission configuration issues

2019-07-27 Thread Stephan Bosch via dovecot
On 23/07/2019 17:13, Jean-Daniel Dupas via dovecot wrote: Hello, I'm having trouble configuring the submission proxy. I have configured the submission service as follow: submission_host = smtp.example.com submission_relay_host = localhost submission_relay_port = 8587

Re: Autoexpunge not working for Junk?

2019-07-27 Thread Timo Sirainen via dovecot
On 25 Jul 2019, at 7.18, Amir Caspi via dovecot wrote: > > Hi all, > > I set up dovecot a couple of months ago and am having trouble getting > autoexpunge=30d to work on my Trash and Junk mailboxes. Not sure why not > because I'm not getting error messages in my log. > Running

Re: corrupt mdbox index / zero mails showing in imap

2019-07-27 Thread Timo Sirainen via dovecot
On 27 Jul 2019, at 14.13, Timo Sirainen wrote: > > On 25 Jul 2019, at 20.55, Mike via dovecot wrote: >> >> Hi, >> >> >> I have recently migrated (under emergency conditions) a dovecot imap/pop >> based server to a new instance. The mailboxes used mdbox format and due >> to various screwups I

Re: corrupt mdbox index / zero mails showing in imap

2019-07-27 Thread Timo Sirainen via dovecot
On 25 Jul 2019, at 20.55, Mike via dovecot wrote: > > Hi, > > > I have recently migrated (under emergency conditions) a dovecot imap/pop > based server to a new instance. The mailboxes used mdbox format and due > to various screwups I had corrupt indexes. I thought I'd cleaned this up > but

RE: Help with IMAP IDLE

2019-07-27 Thread Jorge Bastos via dovecot
Guys, I just discovered the reason! When i migrated the account from the old imap server to the new (dovecot), i didn't removed and created the account in msoutlook, as i didn't saw any reason to do it. Creating the account again, IDLE works ok! Stupid outlook! Sorry for the noise, and thank

Re: Dovecot, FreeBSD, and Solr?

2019-07-27 Thread Patrick Mahan via dovecot
On Fri, Jul 26, 2019 at 2:44 PM @lbutlr via dovecot wrote: > On 26 Jul 2019, at 09:35, dove...@filter.demeijer.com wrote: > > I basically followed https://www.c0ffee.net/blog/mail-server-guide/ And > > dovecot with solr is running fine on freebsd for me. > > Thanks for that link, looks very