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 - joekirk

Pages: [1]
1
E-Mail / Junk Mail Folder
« on: March 14, 2019, 12:37:53 PM »
I have my email server setup correctly and everything works but I noticed in Roundcube, I don't have a junk mail folder nor do I get any junk/spam mail. Anyone know how to set the mail server to send junk/spam to a roundcube folder?

I'm asking because some people have been sending me email and I am not getting it.

Hotmail - I can send and receive from/toGmail - I can send and receive from/toYahoo - I can send and receive from/to
 Application Version 
  •   Apache version: Apache/2.4.34 
  •   PHP version: 7.2.10 
  •   MySQL version: 10.1.37-MariaDB 
  •   FTP version: 1.0.30 
    System Info
  •   CPU Model:   Intel(R) Xeon(R) CPU E3-1240 v3 @ 3.40GHz 
  •   CPU Details: 4 Core (3400 MHz)
  •   Distro Name: CentOS release 6.10 (Final) 
  •   Kernel Version: 2.6.32-042stab120.11 
  •   Platform: x86_64 [openvz]
Postfix mail server

2
Postfix / Re: Help me to fix this issue
« on: April 09, 2018, 05:36:05 PM »
your provider sets the rDNS you'd need to contact them to give the rDNS pointer a name.
i can set the rdns through solusVM cp.


i found it is a problem with /etc/hosts i modified it like below and got working. but if i rebooted it get reverted back to the old one.

Code: [Select]
# Auto-generated hostname. Please do not remove this comment.
host file is controlled by some process and when i searched for this, it said to be dealt with openvz.

what i did  to solve it,

Edited the line in /etc/hosts like this
Code: [Select]
127.0.0.1   xx.example.com xx localhost localhost.localdomain
Locked the host file from auto modification
Code: [Select]
chattr +i /etc/hosts
Rebooted. Done

Worked for me.

Update, this did not work for me. It broke Opendkim. Very seriously considering canceling my monthly donation since the admins don't seem to want to support their product.

3
Postfix / Re: Help me to fix this issue
« on: April 09, 2018, 12:08:43 AM »
your provider sets the rDNS you'd need to contact them to give the rDNS pointer a name.
i can set the rdns through solusVM cp.


i found it is a problem with /etc/hosts i modified it like below and got working. but if i rebooted it get reverted back to the old one.

Code: [Select]
# Auto-generated hostname. Please do not remove this comment.
host file is controlled by some process and when i searched for this, it said to be dealt with openvz.

what i did  to solve it,

Edited the line in /etc/hosts like this
Code: [Select]
127.0.0.1   xx.example.com xx localhost localhost.localdomain
Locked the host file from auto modification
Code: [Select]
chattr +i /etc/hosts
Rebooted. Done

Worked for me.

4
Postfix / (ERROR: You don't have a valid hostname set!)
« on: April 01, 2018, 10:34:17 PM »
Your Hostname is: localhost.localdomain and it resolves to IP: (ERROR: You don't have a valid hostname set!)
 rDNS/PTR = FAILED, check with your hosting provider! FAILED

rDNS/PTR check for IP addr:192.227.206.26 = not found!

BUT.........

Current Settings in Postfix:
 
mydomain = myhostname.org (NOT REAL HOSTNAME) myhostname = node.myhostname.org (NOT REAL HOSTNAME)

And from the main page:
[/b]

[/pre]
  • Server IP: ***.***.***.** | node.myhostname.org
  •   Shared IP: ***.***.***.*** [Change]
  •   Hostname: node.myhostname.org [Change]
  • Server IP: ***.***.***.*** | node.myhostname.org
  •   Shared IP: ***.***.***.*** [Change]
  •   Hostname: node.myhostname.org [Change]
 My server provider has already changed my rDNS, I should not be getting that error.

5
E-Mail / SSL and Roundcube
« on: December 14, 2017, 05:16:21 AM »
By default (on my system), roundcube uses port 2095, which is not ssl secured. When I change the port in my browser to 2096 it is. I found this in
/usr/local/apache/conf.d/webmail.conf

ProxyPass /webmail/  http://localhost:2095/
ProxyPassReverse /webmail/ http://localhost:2095/


Can I change this to:


ProxyPass /webmail/  https://localhost:2096/
ProxyPassReverse /webmail/ https://localhost:2096/


and not break anything?

6
SSL / Re: Certificate name mismatch
« on: December 04, 2017, 05:23:10 AM »
I did get rid of the hostname mismatch, but now I have a mismatch with another domain on the server.

7
SSL / Re: Certificate name mismatch
« on: December 03, 2017, 06:50:22 PM »
and when I access my site, https://joekirk.org, I get "Insecure Connection"

8
SSL / Certificate name mismatch
« on: December 03, 2017, 06:49:16 PM »
SSL Server Test results in this error:

 Certificate name mismatch
 Click here to ignore the mismatch and proceed with the tests   Try these other domain names (extracted from the certificates):
   What does this mean?
We were able to retrieve a certificate for this site, but the domain names listed in it do not match the domain name you requested us to inspect. It's possible that:
 
  • The web site does not use SSL, but shares an IP address with some other site that does.
  • The web site no longer exists, yet the domain name still points to the old IP address, where some other site is now hosted.
  • The web site uses a content delivery network (CDN) that does not support SSL.
  • The domain name is an alias for a web site whose main name is different, but the alias was not included in the certificate by mistake.
The "Node" is the hostname of my site. Any ideas where I should start. I have another domain with SSL that works on the same server.

9
With this change, how does one add a cert for sub domains, like I used for my control panel?

10
Mod_Security / Re: Status engine is currently disabled ?
« on: April 07, 2017, 03:27:38 PM »
This is what I'm getting:

Mod Security Configurator For instructions please use our forum.
 We recommend to use Comodo WAF rules as they are much simplier and easier for beginners.

Mod Security configuration is: not installed [test]
 If you get 403 Forbidden message that means that the mod_security rules work, don't forget to check the logs below.

 Select which rules you would like to use:
 OWASP old (Old rules which come as default with CWP)
 OWASP latest (Latest version of OWASP rules with automatic updates) [CWPpro required]
 Comodo WAF (Latest version of Comodo WAF rules with automatic updates) [CWPpro required] Installed version: 1.117

11
SSL / Re: Connection Not Secure
« on: March 04, 2017, 04:59:38 PM »
After checking the contents of the file I posted and finding my mistake and fixing it, my cert now works fine.

Thanks for your time.

12
SSL / Re: Connection Not Secure
« on: March 04, 2017, 03:51:22 PM »
This is the contents of /usr/local/swpsrv/conf.d file

*I've edited the server IP and domain name.

Listen 2031
<VirtualHost SERVER-IP:2031>
        ServerName ***.********.org
        SSLEngine on
   SSLCertificateFile /etc/pki/tls/certs/***.********.org.crt
   SSLCertificateKeyFile /etc/pki/tls/private/***.********.org.key
   #SSLCertificateChainFile
 SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown

</VirtualHost>

13
SSL / Connection Not Secure
« on: March 03, 2017, 04:27:03 PM »
I'm having this issue with Letsencrypt and how I connect to my centos control panel. I've installed certs for my domains and they work with no issues. When I first installed the cert for the control panel, it worked without issues. When I logged in the other day, Firefox game me the "BS" connection not secure error message informing me that, "This website does not supply ownership information".

I'm confused on how the cert can work fine one day and give that error message the next.

I haven't changed anything with the server or certs and I'm running Centos 6.8.

Apache version: Apache/2.2.27
CWPpro version: 0.9.8.153

Any advice?

Pages: [1]