Displaying 9 results from an estimated 9 matches for "domain_tls".
2016 Nov 10
4
lazy-load SNI?
Hello,
We?re rolling out large SNI deployments for our mail servers. Each domain gets an entry like this in the config:
local_name mail.foo.com {
ssl_cert = </ssl/domain_tls/*.foo.com/combined
ssl_key = </ssl/domain_tls/*.foo.com/combined
}
There are a couple problems we?re finding with this approach:
1) Dovecot wants to load everything at once, which has some machines taking up many GiB of memory just for Dovecot. Is there any way to defer loading of an SSL...
2016 Nov 11
0
lazy-load SNI?
On Friday 11 of November 2016, Felipe Gasper wrote:
> Hello,
>
> We?re rolling out large SNI deployments for our mail servers. Each domain
> gets an entry like this in the config:
>
> local_name mail.foo.com {
> ssl_cert = </ssl/domain_tls/*.foo.com/combined
> ssl_key = </ssl/domain_tls/*.foo.com/combined
> }
Lack of glob/regexp support here is also a problem (for me). I could have 50%
smaller config if local_name supported regexp matching, so it would be
possible to do:
local_name ^(pop3|imap)\.foo\.com {
...
}
or...
2016 Nov 11
1
lazy-load SNI?
...> On Friday 11 of November 2016, Felipe Gasper wrote:
> > Hello,
> >
> > We?re rolling out large SNI deployments for our mail servers. Each domain
> > gets an entry like this in the config:
> >
> > local_name mail.foo.com {
> > ssl_cert = </ssl/domain_tls/*.foo.com/combined
> > ssl_key = </ssl/domain_tls/*.foo.com/combined
> > }
>
> Lack of glob/regexp support here is also a problem (for me). I could have 50%
> smaller config if local_name supported regexp matching, so it would be
> possible to do:
>
> local_...
2016 Nov 11
3
lazy-load SNI?
...wrote:
> On Friday 11 of November 2016, Felipe Gasper wrote:
>> Hello,
>>
>> We?re rolling out large SNI deployments for our mail servers. Each domain
>> gets an entry like this in the config:
>>
>> local_name mail.foo.com {
>> ssl_cert = </ssl/domain_tls/*.foo.com/combined
>> ssl_key = </ssl/domain_tls/*.foo.com/combined
>> }
> Lack of glob/regexp support here is also a problem (for me). I could have 50%
> smaller config if local_name supported regexp matching, so it would be
> possible to do:
>
> local_name ^(pop...
2019 Jul 16
2
Unexpected result from LIST EXTENDED command
...yes
}
protocol lda {
mail_plugins = quota quota_clone zlib
postmaster_address = root
quota_full_tempfail = yes
}
local_name mail.HIDDEN www.mail.hidden {
ssl_cert = </etc/dovecot/ssl/dovecot.crt
ssl_key = # hidden, use -P to show it
}
local_name *.HIDDEN HIDDEN {
ssl_cert = </var/cpanel/ssl/domain_tls/HIDDEN/combined
ssl_key = # hidden, use -P to show it
}
From: Timo Sirainen <timo at sirainen.com>
Sent: Tuesday, July 16, 2019 10:59 AM
To: Emil Kalchev <ekalchev at hotmail.com>
Cc: Dovecot Mailing List <dovecot at dovecot.org>
Subject: Re: Unexpected result from LIST EXTENDED...
2017 Jun 23
1
acl shared maildir with virtual users
...aster_address = root
quota_full_tempfail = no
}
local_name home.servers.co.uk www.home.servers.co.uk {
ssl_cert = </etc/dovecot/ssl/dovecot.crt
ssl_key = # hidden, use -P to show it
}
local_name website1.com www.website1.com www.website2.com website2.com {
ssl_cert = </var/cpanel/ssl/domain_tls/website1.com/combined
ssl_key = # hidden, use -P to show it
i see this alot
Debug: acl vfile: reading file /home/server/mail/website2.com/sales/.ebay.Sent/dovecot-acl
this is how my path currently looks in debug but i've tried all sorts
Jun 23 22:32:47 ssd99 dovecot: imap(sales at websi...
2019 Jul 16
2
Unexpected result from LIST EXTENDED command
I am executing this command below to dovecot-2.3.5-6.cp1178.x86_64 server
Notice that some status responses are missing (For folders INBOX.Archive, INBOX.spam.&-BD0EOQQ9BDkEPQ-). I wonder If this is a bug or working as expected
In rfc5819 there is this:
If the server runs into unexpected problems while trying to look up
the STATUS information, it MAY drop the corresponding STATUS reply.
In
2017 Oct 10
2
Issue with mailbox conversion using dsync in v2.2.32 (maildir <-> mdbox)
..._name jason64.dev.cpanel.net {
ssl_cert = </etc/dovecot/ssl/dovecot.crt
ssl_key = # hidden, use -P to show it
}
local_name adomain.tld www.adomain.tld mail.adomain.tld webmail.adomain.tld
cpanel.adomain.tld autodiscover.adomain.tld webdisk.adomain.tld {
ssl_cert = </var/cpanel/ssl/domain_tls/adomain.tld/combined
ssl_key = # hidden, use -P to show it
}
local_name argon.tld www.argon.tld mail.argon.tld xenon.tld carbon.tld
helium.tld oxygen.tld chlorine.tld hydrogen.tld www.xenon.tld
www.carbon.tld www.helium.tld www.oxygen.tld www.chlorine.tld
www.hydrogen.tld mail.xenon.tld mail....
2017 Jul 12
0
shared namespace not showing in thunderbird
...dress = root
quota_full_tempfail = no
}
local_name server.co.uk www.server.co.uk {
ssl_cert = </etc/dovecot/ssl/dovecot.crt
ssl_key = # hidden, use -P to show it
}
local_name ourdomain1.com www.ourdomain2.com www.ourdomain1-tools.com ourdomain1-tools.com {
ssl_cert = </var/cpanel/ssl/domain_tls/ourdomain2.com/combined
ssl_key = # hidden, use -P to show it
}
debug
ction close
Jul 12 00:42:42 ssd99 dovecot: auth: Debug: http-client: conn 127.0.0.1:579 [1]: Connection disconnect
Jul 12 00:42:42 ssd99 dovecot: auth: Debug: http-client: peer 127.0.0.1:579: Lost a connection (0 queues lin...