Re: dovecot ssl error message from my own connections

2019-03-30 Thread Esteban L via dovecot
Thanks! I will have a look.

-Original Message-
From: @lbutlr via dovecot 
Reply-to: "@lbutlr" 
To: Davide Marchi via dovecot 
Subject: Re: dovecot ssl error message from my own connections
Date: Sat, 30 Mar 2019 06:28:06 -0600

On 30 Mar 2019, at 06:20, Esteban L via dovecot 
wrote:
> date time myserver dovecot: imap-login: Debug: SSL error: SSL_read()
> syscall failed: Connection reset by peer

I don't get that particular message, but in general Debug messages are
informational, not errors or warnings. Seems like the likely cause is
you MUA is not closing out the session properly.

Start looking for "dovecot.*Debug" in your logs and you're going to see
a lot of lines (so many that i have them logged into a separate file).




Re: dovecot ssl error message from my own connections

2019-03-30 Thread Esteban L via dovecot
Opps, forgot that important requirment! sorry

Dovecot 2.2.27 

-Original Message-
From: Aki Tuomi 
Reply-to: Aki Tuomi 
To: este...@little-beak.com, Esteban L via dovecot 
Subject: Re: dovecot ssl error message from my own connections
Date: Sat, 30 Mar 2019 14:25:41 +0200 (EET)

> On 30 March 2019 14:20 Esteban L via dovecot < dovecot@dovecot.org>
> wrote:
> 
> 
> Hello all,
> 
> Just a minor thing. Not a big deal, because everything works fine,
> and
> I feel secure with my setup.
> 
> But, I get this error message pretty much throughout the day/night,
> which appears to come from my own mail clients (desktop or mobile).
> I would like to resolve it, because it must me something (that is not
> good--that I may not understand), that may have other ramifications.
> 
> So, here it is.
> 
> date time myserver dovecot: imap-login: Debug: SSL error: SSL_read()
> syscall failed: Connection reset by peer
> 
> 
> Anyone have a suggestion of what this might hint to, other than
> obvious
> SSL. I tried parsing through various logs, but the most I find is
> just
> this single line.
> 
> I can produce it, whenever I close my email client.
> 
> Thanks in advance.

Which version of dovecot is this?
---
Aki Tuomi


dovecot ssl error message from my own connections

2019-03-30 Thread Esteban L via dovecot
Hello all,

Just a minor thing. Not a big deal, because everything works fine, and
I feel secure with my setup.

But, I get this error message pretty much throughout the day/night,
which appears to come from my own mail clients (desktop or mobile).
I would like to resolve it, because it must me something (that is not
good--that I may not understand), that may have other ramifications.

So, here it is.

date time myserver dovecot: imap-login: Debug: SSL error: SSL_read()
syscall failed: Connection reset by peer


Anyone have a suggestion of what this might hint to, other than obvious
SSL. I tried parsing through various logs, but the most I find is just
this single line.

I can produce it, whenever I close my email client.

Thanks in advance.


Re: Send folder disappeared

2019-03-23 Thread Esteban L via dovecot
Thank you Aki,

That was it. I would never have thought to look there in 100 years, so
asking helps=)

But, now it's all working. For some reason, my MUA had it's setting
changed such that all sent mail from all accounts was sent to the Local
, "On this computer/Sent" folder.

The day getting off to a good start!

-Original Message-
From: Aki Tuomi via dovecot 
Reply-to: Aki Tuomi 
To: este...@little-beak.com, Esteban L via dovecot 
Subject: Re: Send folder disappeared
Date: Sat, 23 Mar 2019 10:22:43 +0200 (EET)

> On 23 March 2019 01:59 Esteban L via dovecot 
> wrote:
> 
>  
> Hello, 
> 
> Dovecot 2.2.27
> 
> I have a strange issue, where my "Send" folder was absent in my
> mailbox. It had been there before, fully functioning. Then, it was
> gone.
> 
> I went into:
> vi /etc/dovecot/conf.d/15-mailboxes.conf
> 
> And, noticed that my mailbox for Sent was no longer automatically
> subscribed, so I changed it, and restarted dovecot.
> 
> > # For \Sent mailboxes there are two widely used names. We'll mark
> > both of
> >   # them as \Sent. User typically deletes one of them if duplicates
> > are created.
> >   mailbox Sent {
> > special_use = \Sent
> > auto = subscribe
> >   }
> >   mailbox "Sent Messages" {
> > special_use = \Sent
> >   }
> > }
> 
> Now, Sent shows up again, but email I send, doesn't show up in the
> sent
> file?? The sent file is, and remains, empty.
> 
> 
> > 

Uh. Folders do not disappear itself, also they do not become
unsubscribed on their own. auto=subscribe makes permanent subscription
on create.

Are you sure you have not fumbled with your MUA?

Aki


Messages not saved to my "Sent" folder

2019-03-22 Thread Esteban L via dovecot
Hello, 

Using Dovecot 2.2.27

1. Had an issue where my Sent box, "disappeared." I used to be present,
but then it was just gone. I went in and changed the
/etc/dovecot/conf.d/15-mailboxes.conf

the auto=subscribe feature had disappeared, even though I had added
that line at setup. Below is the new changes.

# For \Sent mailboxes there are two widely used names. We'll mark both
of
  # them as \Sent. User typically deletes one of them if duplicates are
created.
  mailbox Sent {
special_use = \Sent
auto = subscribe
  }
  mailbox "Sent Messages" {
special_use = \Sent
  }
}

2. But, mail is STILL not sent to SENT folder.

3. I have reload both postfix and dovecot, and also systemctl restart
postfix && systemctl restart dovecot.

The Sent folder is present, but no mail is stored to it.

4. Before sending this email, I checked my mobile client, and the Sent
file was full from previously sent email. When I "updated it"/repolled
it, it is now empty. 

Any able to lend a helping hand?

Thanks.




Send folder disappeared

2019-03-22 Thread Esteban L via dovecot
Hello, 

Dovecot 2.2.27

I have a strange issue, where my "Send" folder was absent in my
mailbox. It had been there before, fully functioning. Then, it was
gone.

I went into:
vi /etc/dovecot/conf.d/15-mailboxes.conf

And, noticed that my mailbox for Sent was no longer automatically
subscribed, so I changed it, and restarted dovecot.

> # For \Sent mailboxes there are two widely used names. We'll mark
> both of
>   # them as \Sent. User typically deletes one of them if duplicates
> are created.
>   mailbox Sent {
> special_use = \Sent
> auto = subscribe
>   }
>   mailbox "Sent Messages" {
> special_use = \Sent
>   }
> }

Now, Sent shows up again, but email I send, doesn't show up in the sent
file?? The sent file is, and remains, empty.


> 


dovecot.sieve shows up as a mailbox

2019-03-21 Thread Esteban L via dovecot
Hello, 

Config infos below.

Short version, I am getting this weird anomaly on my main email
account. Such that, "dovecot.sieve" is showing up as a mailbox in my
various email clients (e.g. k-9 (mobile), and Evolution).

I have tried deleting the "rogue folder" with doveadm, but it just
returns.

Anyone have any suggestions where I can track this down.

dovecot --version
2.2.27

dovecot -n

# 2.2.27 (c0f36b0): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.16 (fed8554)
# OS: Linux 4.9.0-6-amd64 x86_64 Debian 9.8 ext4
auth_debug = yes
auth_debug_passwords = yes
auth_mechanisms = plain login
auth_verbose = yes
auth_verbose_passwords = yes
mail_debug = yes
mail_location = maildir:/var/mail/vmail/%d/%n
mail_plugins = " quota"
mail_privileged_group = vmail
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope encoded-
character vacation subaddress comparator-i;ascii-numeric relational
regex imap4flags copy include variables body enotify environment
mailbox date index ihave duplicate mime foreverypart extracttext
namespace inbox {
  inbox = yes
  location =
  mailbox Archive {
auto = subscribe
special_use = \Archive
  }
  mailbox Drafts {
auto = subscribe
special_use = \Drafts
  }
  mailbox Junk {
auto = subscribe
special_use = \Junk
  }
  mailbox Sent {
special_use = \Sent
  }
  mailbox "Sent Messages" {
special_use = \Sent
  }
  mailbox Trash {
auto = subscribe
special_use = \Trash


}
  prefix =
}
passdb {
  args = /etc/dovecot/dovecot-sql.conf.ext
  driver = sql
}
plugin {
  quota = maildir:User quota
  quota_grace = 10%%
  quota_rule = *:storage=10G
  quota_rule2 = Trash:storage=+1G
  quota_status_overquota = 552 5.2.2 Mailbox is full
  quota_warning = storage=95%% quota-warning 95 %u
  quota_warning2 = storage=80%% quota-warning 80 %u
  sieve = ~/.dovecot.sieve
  sieve_after = /etc/dovecot/sieve/spamfilter.sieve
  sieve_dir = ~/sieve
}

protocols = " imap lmtp sieve"
service auth {
  unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0666
user = postfix
  }
}
service imap-login {
  inet_listener imaps {
port = 993
ssl = yes
  }
}
service lmtp {
  unix_listener /var/spool/postfix/private/dovecot-lmtp {
group = postfix
mode = 0600
user = postfix
  }
}
ssl = required
ssl_cert =