ЕК
Size: a a a
ЕК
AY
AY
k
location ~* ^.+\.(jpg|jpeg|gif|png|ico|css|txt|mp3|js)$ {
rewrite
}
ЕК
d.
postfix
and dovecot
, and when i sent mail to my address there, it's working fine,ThunderBird
to connect on my address (info@thewentech.com), it's not working ! 🤔 Why ?Jan 22 03:51:45 centos-s-1vcpu-1gb-nyc1-01 dovecot: pop3-login: Disconnected (no auth attempts in 2 secs): user=<>, rip=41.202.219..., lip=167.172...., TLS: SSL_read() failed: error:14094412:SSL routines:ssl3_read_bytes:sslv3 alert bad certificate: SSL alert number 42, session=<CjV0cbKcVWcpyttB>Any idea please ?
Jan 22 03:51:47 centos-s-1vcpu-1gb-nyc1-01 dovecot: pop3-login: Disconnected (no auth attempts in 2 secs): user=<>, rip=41.202.219...., lip=167.172...., TLS: SSL_read() failed: error:14094412:SSL routines:ssl3_read_bytes:sslv3 alert bad certificate: SSL alert number 42, session=<i4KWcbKcsB4pyttB>
/etc/dovecot/conf.d/10-ssl.conf
: https://termbin.com/f80zJan 23 08:29:30 centos-s-1vcpu-1gb-nyc1-01 dovecot: pop3-login: Login: user=<info@thewentech.com>, method=PLAIN, rip=41.202.219.72, lip=167.172.141.208, mpid=13758, TLS, session=<qQefcMqcZ7kpyttI>And that's all...
Jan 23 08:29:30 centos-s-1vcpu-1gb-nyc1-01 dovecot: pop3(info@thewentech.com): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
СЛ
СЛ
СЛ
СЛ
AY
СЛ
add_header X-Robots-Tag "noindex, nofollow, nosnippet, noarchive";
# add_header 'Access-Control-Allow-Credentials' 'true' always;
add_header X-Club-Id "2" ;
location ~ /\.git {
deny all;
}
location ~ /\.ht {
deny all;
}
location / {
# proxy_pass http://192.168.1.45:27040;
proxy_pass http://127.0.0.1:27043;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Club-Id "2";
# enables WS support
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}
}
СЛ
AY