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.


Topics - muhittin

Pages: [1]
1
SSL / After Installed SSL how to open site automatic https?
« on: September 29, 2015, 05:47:49 PM »
i installed purchase SSL it is working, no problem. But my site not open automatic https://www.mysite.tls. only manual type https://www.mysite.tls
how i setup my site open automatic https?

2
How to / How to Change your mail port (Some ISP Block 25, 26 port)
« on: March 10, 2015, 07:14:55 AM »
Hello Friends
Some ISP s is blocked 25 and 26 port ( i am from Turkiye, Blocked port 25)
solve this issue:
1-  you change your master.cf     path: /etc/postfix/master.cf

Quote
# ==========================================================================
smtp      inet  n       -       n       -       -       smtpd
#  -o content_filter=smtp-amavis:127.0.0.1:10024
#  -o receive_override_options=no_address_mappings

TO :
Quote
# ==========================================================================
smtp      inet  n       -       n       -       -       smtpd
587     inet  n       -       n       -       -       smtpd
26      inet  n       -       n       -       -       smtpd
#  -o content_filter=smtp-amavis:127.0.0.1:10024
#  -o receive_override_options=no_address_mappings


2- add this 587  and 26 ports in  your firewall incoming and outgoing ports
Your CWP panel --->> Security --> CSF Firewall
                                                 after click First Blue button Firewall Configuration
             find ports line and add your ports. if you use ipv6 add your ports there line too.
Quote
# Allow incoming TCP ports
TCP_IN = "20,21,2222,25,26,53,80,110,143,443,465,587,993,995,2030,2031,10011,30033"

# Allow outgoing TCP ports
TCP_OUT = "20,21,2222,25,26,53,80,110,113,443,2030,2031,587,993,995,10011,30033"
Note: i am not sure for add both in and out lines, but i use both

and finally you restart your services or restart your server
good luck ;)

Pages: [1]