Hello all,
I'm currently wondering whether Dovecot submission proxy service supports
RFC 8314 § 3.3 as well, which means implicit TLS for SMTP submission.
https://github.com/dovecot/core/blob/2cbbe9b4829adb184c83dbf780316f4144559054/doc/example-config/conf.d/10-master.conf#L48
from Git master jus
Further investigation shows that `doveconf` called
`/usr/lib/dovecot/managesieve` which in return calls `doveconf` again,
but with another uid (possible? I'm not sure) and a few extra arguments,
which causes a call to `glob` in
`src/config/config-parser.c:settings_include` to fail with `GLOB_NO
* Voytek Eymont via dovecot:
> or where is the extra 'c' from ?
> "Unknown column 'mailbox.enablesievec'"
sievec is just Pigeonhole's Sieve script compiler. Try "man sievec" in
a shell. I suggested you use it because sievec would report possible
errors in your sieve scripts.
I use script files w
For many years I had the following in my dovecot.conf:
userdb {
args = /usr/local/etc/dovecot/dovecot-sql.conf.ext
default_fields = uid=vpopmail gid=vchkpw
mail_location=/usr/local/virtual/%u/Maildir
mail=maildir:/usr/local/virtual/%u/Maildir
driver = sql
}
Recently, I started having quit
Hi list,
This issue was raised here by John Fawcett on 12/02/19 but got no response.
So, as I'm facing the same issue, I would like to try again:
When using the vacation sieve extension, if I send an email to
user.n...@mydomain.com it will work, but not to user.n...@mydomain.com.
Is there a wa
On Sun, June 9, 2019 4:30 pm, Voytek Eymont via dovecot wrote:
> On Sat, June 1, 2019 8:47 am, Voytek Eymont via dovecot wrote:
>
>
> I'm still not sure what/where am I missing...?
>
>
> do I need some tables in the mailbox sql file ...?
>
> or where is the extra 'c' from ?
>
> "Unknown column 'mai