Displaying 8 results from an estimated 8 matches for "thadt".
Did you mean:
thad
2015 Aug 15
2
Multidomain / IP Address Setup (Dovevot 2.2.10 on CentOS7 ) is failing: Fatal: Couldn't parse private ssl_key: error:0906D06C:PEM
...ult" ssl_key and ssl_cert as well, or you will receive errors.
>
> in addition to your two domain specific ssl certs have you also defined a "default" ssl_key and ssl_cert as required as required by the documentation?
>
> regards
> - c
Did you really read the wiki and thadt i allready said it was my main
source??
1) Domains works flawless
2) If i change the domainnames and certificates it works flawless
but
3) If i try (like described in the Wiki you posted) i get this
"imap-login "parse private ssl_key: error:0906D06C:PEM"
Its the fucking imap-logi...
2015 Aug 29
5
virtual users with postfix
Hello!
"dravion.smith at gmx.net" <dravion.smith at gmx.net> schrieb am 29.08.15 um 10:41:09 Uhr:
> Am 29.08.2015 um 10:10 schrieb Andreas Meyer:
> > Aug 29 09:52:57 imap(info at nimmini.de): Error: mkdir_parents(/var/lib/dovecot/db) failed: Permission denied
> > Aug 29 09:52:57 imap(info at nimmini.de): Error: acl: dict commit failed
> >
> try chmod
2015 Aug 15
0
Multidomain / IP Address Setup (Dovevot 2.2.10 on CentOS7 ) is failing: Fatal: Couldn't parse private ssl_key: error:0906D06C:PEM
...ll, or you will receive errors.
>>
>> in addition to your two domain specific ssl certs have you also
>defined a "default" ssl_key and ssl_cert as required as required by the
>documentation?
>>
>> regards
>> - c
>
>Did you really read the wiki and thadt i allready said it was my main
>source??
>
>1) Domains works flawless
>2) If i change the domainnames and certificates it works flawless
>but
>3) If i try (like described in the Wiki you posted) i get this
>
>"imap-login "parse private ssl_key: error:0906D06C:PEM&...
2015 Aug 29
0
virtual users with postfix
...ry chmod /var/lib/dovecot 755
> this is what it already has.
>
> Andreas#
Hmm, did you use recursion?
Maybe something like
chmod -R 775 /var/lib/dovecot
or
chmod -R 777 /var/lib/dovecot
service dovecot restart
Will do the trick. Other users in the maillist archive reported this
solved thadt error.
But maybe youre right and dovecot needs read/write/execute permissions
as well
chown -R /var/lib/dovecot
service dovecot restart
And then relogin with Thunderbird or ou favorite IMAP client.
Hope this helps.
Greetings,
Dravion
2015 Aug 15
1
Multidomain / IP Address Setup (Dovevot 2.2.10 on CentOS7 ) is failing: Fatal: Couldn't parse private ssl_key: error:0906D06C:PEM
On 08/14/15 20:30, dravion.smith at gmx.net wrote:
>
> ### CORRECTION
> Am 15.08.2015 um 03:22 schrieb dravion.smith at gmx.net:
>>
>> #### BUT ####
>> If i try something like this in /etc/dovecot/conf.d/10-ssl.conf
>>
local_name imap.mydomain01.tld
>> local imap.mydomain01.tld {
>> protocol imap {
>> ssl_cert =
>>
2015 Aug 15
2
Multidomain / IP Address Setup (Dovevot 2.2.10 on CentOS7 ) is failing: Fatal: Couldn't parse private ssl_key: error:0906D06C:PEM
I think you should post doveconf -n output.
On 08/14/15 20:30, dravion.smith at gmx.net wrote:
>
> ### CORRECTION
> Am 15.08.2015 um 03:22 schrieb dravion.smith at gmx.net:
>>
>> #### BUT ####
>> If i try something like this in /etc/dovecot/conf.d/10-ssl.conf
>>
>> local imap.mydomain01.tld {
>> protocol imap {
>> ssl_cert =
>>
2015 Aug 15
3
Multidomain / IP Address Setup (Dovevot 2.2.10 on CentOS7 ) is failing: Fatal: Couldn't parse private ssl_key: error:0906D06C:PEM
...any warning or error message.
ps:
imap.mydomain01.tld.key begins with -----BEGIN RSA PRIVATE KEY----- and
ends with -----END RSA PRIVATE KEY-----
imap.mydomain02.tld.key begins with -----BEGIN RSA PRIVATE KEY----- and
ends with -----END RSA PRIVATE KEY-----
ps2:
There was a hint on some website thadt dovecot needs the certs in a
single *.pem file because the implementation of SNI
and related code "was poorly implemented".
Thanks , Drav
2015 Aug 14
2
Multidomain / IP Address Setup (Dovevot 2.2.10 on CentOS7 ) is failing: Fatal: Couldn't parse private ssl_key: error:0906D06C:PEM
Hi,
I want to say hello and here is my big problem ;D
Iam trying to archive a Postfix/Dovecot 2.2.10 CentOS7 Multidomain Setup
with multiple (valid
StartSSL Certs), but iam only able to run a single Domain Cert server only.
ps: I need a multiple domainssetup for every customer and it is not an
option for me redirecting any email
to a single domain server. I really need this setup working.