Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - PavelZh

Pages: 1 [2] 3
16
Postfix / Re: yahoo gmail and hotmail
« on: January 13, 2018, 02:06:39 PM »
And you have IPv6 configured at your side?

17
CentOS 7 Problems / Re: Cannot open port 443
« on: January 12, 2018, 01:27:30 PM »
Looks like you have no service (Apache) that listen on port 443

exec this command in shell

netstat -an|grep 443

If you see nothing, your HTTPS engine is not enabled

18
SSL / Re: Wildcard SSL Instructions
« on: January 11, 2018, 05:28:35 PM »
Replay from my memory

domain.tld - domain for which *-certificate was generated. E.g., mydomain.com.
.key, .crt, .cert, .bundle - file extensions which CWP SSL vHost Manager recognize

so, this part of filename 'wcard.domain.tld' should be the same for all 3 files - key, cert, intermediate cert

using shell and/or 'scp' command/utility do following:

- put wcard.domain.tld.key in /etc/pki/tls/private
- put wcard.domain.tld.crt in /etc/pki/tls/certs
- create symlink wcard.domain.tld.cert -> wcard.domain.tld.crt (was required for CWP SSL vHost Manager, may be not needed in newer versions of CWP)
- put intermediate certificate as wcard.domain.tld.bundle in /etc/pki/tls/certs

Run CWP SSL vHost Manager (CWP.Admin->Apache Settings -> SSL vHost Manager), then find your *-cert in drop-down list. Select it - cert propeties should be displayed without errors. Select user. Generate vHost file. CWP will add '*' in path to files, so you should edit them accordingly later

19
Postfix / Re: yahoo gmail and hotmail
« on: January 11, 2018, 01:55:59 PM »
Looking good. Can you provide a full session log sending message to @gmail.com ?

20
Postfix / Re: yahoo gmail and hotmail
« on: January 10, 2018, 03:38:59 PM »
Check your server with mxtoolbox.com - https://mxtoolbox.com/diagnostic.aspx

21
CentOS-WebPanel Bugs / Re: CWPpro version: 0.9.8.400
« on: January 08, 2018, 08:11:34 AM »
issue #3 affected me too :(

update: seems to be fixed in 0.9.8.401 now

22
Installation / Re: How to install web server in CentOS 7?
« on: January 06, 2018, 08:24:39 PM »
Two ways:

Way 1. https://www.liquidweb.com/kb/how-to-install-apache-on-centos-7/
Way 2.

- Install CentOS 7 Minimal
- Install CWP
- Enjoy this!

23
Installation / Re: After install my server send mail in spam ...
« on: January 04, 2018, 09:34:13 PM »
If yahoo.com mark your mail as 'good' but Gmail mark you mail as 'spam', you need to report about problem to Gmail team via form https://support.google.com/mail/contact/msgdelivery


24
Installation / Re: After install my server send mail in spam ...
« on: January 03, 2018, 11:11:34 AM »
Try to send a 'big' e-mail - 1MB or even bigger, with .PDF as attachment and see how it will be detected
Try to send to other mail domain, not to gmail.com - and see how it will be detected

Try to setup serv1.youmusic.ro. as MX in nicolaeguta.ro DNS zone.  Another goal is that serv1.youmusic.ro already have 'good corresponded-to-A' PTR record.

26
Installation / Re: After install my server send mail in spam ...
« on: January 01, 2018, 08:27:48 PM »
You need to investigate mail headers like X-SPAM* - it can help to find why Mail was marked as spam

27
Installation / Re: After install my server send mail in spam ...
« on: December 30, 2017, 07:59:41 PM »
Mail marked as ‘spam’ on local or on remote server? If on remote, check your IP and MX via mxtoolbox.com

28
E-Mail / Re: Strange Mail problem
« on: December 30, 2017, 09:32:59 AM »
Hiding real domain names and/or real IP’s doesn’t help to resolve your issue, but do it more complex to resolve. Is 35.195.101.223 your real IP? (taken from provided output)

Can you test your sever with telnet from other machine, not from localhost?

telnet 35.195.101.223 25 is failed for me. You are firewalled or Postfix listen only at 127.0.0.1:25 ?


29
E-Mail / Re: Strange Mail problem
« on: December 29, 2017, 06:55:00 PM »
Can you send mail from GMail to your hosted domain? Do you get any errors on this action?

30
E-Mail / Re: Email just stopped working
« on: December 20, 2017, 07:07:41 PM »
PTR Record point to domain (daowen.pub), not to host

Pages: 1 [2] 3