Paul Schmehl via Postfix-users skrev den 2024-06-18 06:39:
On Jun 17, 2024, at 10:14 PM, Cowbay via Postfix-users
<postfix-users@postfix.org> wrote:
On 2024/6/18 10:43, Paul Schmehl via Postfix-users wrote:

The problem is neither tls nor ssl worked. No matter what config I
used, roundcube would always through an error. If I used
$config['smtp_host'] = ‘tls;//www.stovebolt.com'; or I used
$config['smtp_host'] = ’ssl;//www.stovebolt.com'; roundcube would

typo tls; ssl; its not valid, must be ssl: and tls:

xpoint@tux ~ $ posttls-finger -w -lsecure -C "www.stovebolt.com:465" "www.stovebolt.com"
posttls-finger: Connected to www.stovebolt.com[108.174.193.28]:465
posttls-finger: server certificate verification failed for www.stovebolt.com[108.174.193.28]:465: num=62:hostname mismatch

issue new cert to fix it

certbot --apache -d *.stovebolt.com -d stovebolt.com

if * is to be avoided add all valid hostnames with -d




_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to