Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[archive] Mail client configuration for d-thinker.org mailbox
07-16-2020, 09:03 PM
Post: #31
RE: Mail client configuration for d-thinker.org mailbox
We may need create a certificate for the mail client, e.g., thunderbird, to work with the mail servers.


Attached File(s)
.pdf  create-smime-cert.pdf (Size: 48.35 KB / Downloads: 1)
Find all posts by this user
Quote this message in a reply
07-16-2020, 10:09 PM
Post: #32
RE: Mail client configuration for d-thinker.org mailbox
We had a lot of problem configuring thunderbird on centos 8 to talk with our zimbra mail server. I tried to configure openssl config to use MinProtocol = TLSv1 and it works for 'openssl s_client' but does not work with thunrderbird. Finally, I downloaded thunderbird 68.10 from https://www.thunderbird.net/en-US/ and it appears to work well with our zimbra mail server.
Find all posts by this user
Quote this message in a reply
07-17-2020, 12:26 PM
Post: #33
RE: Mail client configuration for d-thinker.org mailbox
(08-26-2014 05:29 AM)DaY Wrote:  Thunderbird versions
We had a lot of problem configuring thunderbird on centos 8 to talk with our zimbra mail server. I tried to configure openssl config to use MinProtocol = TLSv1 and it works for 'openssl s_client' but does not work with thunrderbird. Finally, I downloaded thunderbird 68.10 from https://www.thunderbird.net/en-US/ and it appears to work well with our zimbra mail server.

Tried this way to fix Thunderbird successes, but it is hard to find configure file for openssl.
we can start from "/etc/ssl" to looking for it.
At the end I found "opensslcnf.config" with Dr.Gu's help:
Code:
[rongxuanmao@localhost back-ends]$ pwd
/etc/crypto-policies/back-ends
[rongxuanmao@localhost back-ends]$ ll opensslcnf.config
lrwxrwxrwx. 1 root root 49 Jul  9 12:33 opensslcnf.config -> /usr/share/crypto-policies/DEFAULT/opensslcnf.txt

I am not sure opensslcnf.config will always store here .
should we add this path to head-post.

RR lingu
Quote this message in a reply
07-17-2020, 01:08 PM
Post: #34
RE: Mail client configuration for d-thinker.org mailbox
(07-17-2020 12:26 PM)RongxuanMao Wrote:  
(08-26-2014 05:29 AM)DaY Wrote:  Thunderbird versions
We had a lot of problem configuring thunderbird on centos 8 to talk with our zimbra mail server. I tried to configure openssl config to use MinProtocol = TLSv1 and it works for 'openssl s_client' but does not work with thunrderbird. Finally, I downloaded thunderbird 68.10 from https://www.thunderbird.net/en-US/ and it appears to work well with our zimbra mail server.

Tried this way to fix Thunderbird successes, but it is hard to find configure file for openssl.
we can start from "/etc/ssl" to looking for it.
At the end I found "opensslcnf.config" with Dr.Gu's help:
Code:
[rongxuanmao@localhost back-ends]$ pwd
/etc/crypto-policies/back-ends
[rongxuanmao@localhost back-ends]$ ll opensslcnf.config
lrwxrwxrwx. 1 root root 49 Jul  9 12:33 opensslcnf.config -> /usr/share/crypto-policies/DEFAULT/opensslcnf.txt

I am not sure opensslcnf.config will always store here .
should we add this path to head-post.

RR lingu

OK.
Find all posts by this user
Quote this message in a reply
07-20-2020, 07:27 PM
Post: #35
RE: Mail client configuration for d-thinker.org mailbox
(08-26-2014 05:29 AM)DaY Wrote:  web client address: http://mx.d-thinker.org:9980

mail client configuration:
pop server address: mx.d-thinker.org, port: 995, using SSL authentication
smtp server address: mx.d-thinker.org, port: 25 and 587, using TLS authentication
imap with SSL, port 993

Tested Thunderbird setting:
IMAP:
Server name: mx.d-thinker.org
Port: 993
Security: SSL/TLS
Authentication method: Normal password

SMTP:
Server name: mx.d-thinker.org
Port: 25(prefer) or 587
Authentication method: Normal password
Security: STARTTLS

The maximum message size is 50MB.

Thunderbird versions
We had a lot of problem configuring thunderbird on centos 8 to talk with our zimbra mail server. I tried to configure openssl config to use MinProtocol = TLSv1 and it works for 'openssl s_client' but does not work with thunrderbird. Finally, I downloaded thunderbird 68.10 from https://www.thunderbird.net/en-US/ and it appears to work well with our zimbra mail server.

Example location of "opensslcnf.config" : "/etc/crypto-policies/back-ends/"
Note: different version of openssl may change the location of "opensslcnf.config".

After test with zhihao, find out this way not work for thunderbird 78.0 or 68.9.
Trying to store thunderbird 68.10 to GCP
define gcp://world/software/thunderbird/pkg for store thunderbird packsges
sp: g1b

RR zhihao
Quote this message in a reply
07-21-2020, 11:29 AM
Post: #36
RE: Mail client configuration for d-thinker.org mailbox
(07-20-2020 07:27 PM)RongxuanMao Wrote:  
(08-26-2014 05:29 AM)DaY Wrote:  web client address: http://mx.d-thinker.org:9980

mail client configuration:
pop server address: mx.d-thinker.org, port: 995, using SSL authentication
smtp server address: mx.d-thinker.org, port: 25 and 587, using TLS authentication
imap with SSL, port 993

Tested Thunderbird setting:
IMAP:
Server name: mx.d-thinker.org
Port: 993
Security: SSL/TLS
Authentication method: Normal password

SMTP:
Server name: mx.d-thinker.org
Port: 25(prefer) or 587
Authentication method: Normal password
Security: STARTTLS

The maximum message size is 50MB.

Thunderbird versions
We had a lot of problem configuring thunderbird on centos 8 to talk with our zimbra mail server. I tried to configure openssl config to use MinProtocol = TLSv1 and it works for 'openssl s_client' but does not work with thunrderbird. Finally, I downloaded thunderbird 68.10 from https://www.thunderbird.net/en-US/ and it appears to work well with our zimbra mail server.

Example location of "opensslcnf.config" : "/etc/crypto-policies/back-ends/"
Note: different version of openssl may change the location of "opensslcnf.config".

After test with zhihao, find out this way not work for thunderbird 78.0 or 68.9.
Trying to store thunderbird 68.10 to GCP
define gcp://world/software/thunderbird/pkg for store thunderbird packsges
sp: g1b

RR zhihao

审核gcp路径的时候,可以不用加上服务器 sp: g1b 位置。 其他没有问题。
Quote this message in a reply
07-21-2020, 11:34 AM
Post: #37
RE: Mail client configuration for d-thinker.org mailbox
(07-21-2020 11:29 AM)zhihao Wrote:  
(07-20-2020 07:27 PM)RongxuanMao Wrote:  After test with zhihao, find out this way not work for thunderbird 78.0 or 68.9.
Trying to store thunderbird 68.10 to GCP
define gcp://world/software/thunderbird/pkg for store thunderbird packsges
sp: g1b

RR zhihao

审核gcp路径的时候,可以不用加上服务器 sp: g1b 位置。 其他没有问题。
update head post
Quote this message in a reply
07-21-2020, 11:45 AM
Post: #38
RE: Mail client configuration for d-thinker.org mailbox
(07-21-2020 11:34 AM)RongxuanMao Wrote:  
(07-21-2020 11:29 AM)zhihao Wrote:  
(07-20-2020 07:27 PM)RongxuanMao Wrote:  After test with zhihao, find out this way not work for thunderbird 78.0 or 68.9.
Trying to store thunderbird 68.10 to GCP
define gcp://world/software/thunderbird/pkg for store thunderbird packsges
sp: g1b

RR zhihao

审核gcp路径的时候,可以不用加上服务器 sp: g1b 位置。 其他没有问题。
update head post

updated.
Quote this message in a reply
07-22-2020, 10:31 AM
Post: #39
RE: Mail client configuration for d-thinker.org mailbox
I've found a thunderbird 68.10 windows version, I want to upload it to gcp://world/software/thunderbird/pkg/win64/
Is this a right path?

RR RongxuanMao
Quote this message in a reply
07-30-2020, 02:29 PM
Post: #40
RE: Mail client configuration for d-thinker.org mailbox
(07-22-2020 10:31 AM)zhihao Wrote:  I've found a thunderbird 68.10 windows version, I want to upload it to gcp://world/software/thunderbird/pkg/win64/
Is this a right path?

RR RongxuanMao
I think it is good.
Quote this message in a reply
Post Reply 


Forum Jump: