Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-03-29, 14:51:04

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

Pages: [1] 2 3 ... 7
1
Kloxo-MR Technical Helps / Re: kloxo configs
« on: 2015-05-21, 06:30:22 »
my /etc/nginx/nginx.conf

Code: [Select]
user nginx;

worker_processes auto;
worker_rlimit_nofile 400000;

pid /var/run/nginx.pid;

events {
    worker_connections 20480;
    multi_accept on;
    use epoll;
}

http {
    add_header Cache-Control public;

    server_names_hash_max_size 4096;
    server_names_hash_bucket_size 2048;

    types_hash_bucket_size 256;
    types_hash_max_size 2048;

    client_header_buffer_size 2k;
    client_header_timeout 90s;
    client_body_timeout 90s;
    send_timeout 90s;

    client_max_body_size 64M;
    client_body_buffer_size 128k;

    sendfile        on;
    tcp_nopush      on;
    tcp_nodelay     on;
    server_tokens   on;

    include '/etc/nginx/conf.d/*.conf';

   set_real_ip_from   127.0.0.1;
   set_real_ip_from   199.27.128.0/21;
   set_real_ip_from   173.245.48.0/20;
   set_real_ip_from   103.21.244.0/22;
   set_real_ip_from   103.22.200.0/22;
   set_real_ip_from   103.31.4.0/22;
   set_real_ip_from   141.101.64.0/18;
   set_real_ip_from   108.162.192.0/18;
   set_real_ip_from   190.93.240.0/20;
   set_real_ip_from   188.114.96.0/20; 
   set_real_ip_from   197.234.240.0/22;
   set_real_ip_from   198.41.128.0/17;
   set_real_ip_from   162.158.0.0/15;
   set_real_ip_from   104.16.0.0/12;
   set_real_ip_from   172.64.0.0/13;
   set_real_ip_from   2400:cb00::/32;
   set_real_ip_from   2606:4700::/32;
   set_real_ip_from   2803:f800::/32;
   set_real_ip_from   2405:b500::/32;
   set_real_ip_from   2405:8100::/32;
   real_ip_header     CF-Connecting-IP;

}



2
Kloxo-MR Technical Helps / Re: kloxo configs
« on: 2015-05-20, 21:38:54 »
for example in nginx-proxy because using cloudflare,
i need this to see real visitor ip in nginx config:
Code: [Select]
   set_real_ip_from   127.0.0.1;
   set_real_ip_from   199.27.128.0/21;
   set_real_ip_from   173.245.48.0/20;
   set_real_ip_from   103.21.244.0/22;
   set_real_ip_from   103.22.200.0/22;
   set_real_ip_from   103.31.4.0/22;
   set_real_ip_from   141.101.64.0/18;
   set_real_ip_from   108.162.192.0/18;
   set_real_ip_from   190.93.240.0/20;
   set_real_ip_from   188.114.96.0/20; 
   set_real_ip_from   197.234.240.0/22;
   set_real_ip_from   198.41.128.0/17;
   set_real_ip_from   162.158.0.0/15;
   set_real_ip_from   104.16.0.0/12;
   set_real_ip_from   172.64.0.0/13;
   set_real_ip_from   2400:cb00::/32;
   set_real_ip_from   2606:4700::/32;
   set_real_ip_from   2803:f800::/32;
   set_real_ip_from   2405:b500::/32;
   set_real_ip_from   2405:8100::/32;
   real_ip_header     CF-Connecting-IP;

i can add it no problem, but if i use sh /script/fix-all
then that information lost from nginx config

3
Kloxo-MR Technical Helps / kloxo configs
« on: 2015-05-20, 02:50:57 »
when i use sh /script/fixall for example
i lost information in configs for nginx/httpd

can u tell me where is the configs i need to fix
so when i use scripts i dont lose valuable info in my configs!

4
Kloxo-MR Technical Helps / Re: smtp blocked
« on: 2015-05-10, 09:18:35 »
you cant connect to my server at that address, because "sunderfall.com" 
go through cloudflare, and cloudflare blocking many ports.

only possible direct connect to : "services.sunderfall.com"
this address  not routed through cloudflare network.



anyways i created a new vps on the same network
installed kloxo 7 and setup routeable domain
but i had same problem with mail server could not connect.

5
Kloxo-MR Technical Helps / Re: smtp blocked
« on: 2015-05-09, 23:04:15 »
i dont know how to explain to you that NOTHING has changed for DNS or the Firewall.
email server was working fine before my hard drive crashed.
and i never set those records you speak of.

6
Kloxo-MR Technical Helps / Re: smtp blocked
« on: 2015-05-09, 22:59:35 »
again i will tell you its listed because i have to send mail to ISP mail server
and those records are no reason i cannot open an SMTP connection in MY OWN server.

7
Kloxo-MR Technical Helps / Re: smtp blocked
« on: 2015-05-09, 22:18:59 »
hi again,

i tried those tests before posting here.
mxtoolbox found no problem with my servers


btw, my error is the same as the other guy having mail problems, but mine is 7.0
May  9 15:04:41 services send: delivery 15: deferral: Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/

                                                                                                                                                             

8
Kloxo-MR Technical Helps / Re: smtp blocked
« on: 2015-05-09, 07:49:44 »
its only failed if i dont use smtp relay of my isp.
i was sending mail without problem before my drive failed and i reinstall kloxo.

9
Kloxo-MR Technical Helps / Re: smtp blocked
« on: 2015-05-09, 07:40:17 »
yes im sure its not a spam issue.

my ip by default listed in spamhaus and other lists
(if spam i get back message saying that email was rejected by remote server)
need send my mail to my isp smtp server, which i set in kloxo already
in smtp relay " :smtp.isp.net " ,,an can telnet to isp smtp server too on port 25
if i remove smtp relay info, and try to send message, i should get spam error
but message is same: cannot establish smtp connection

10
Kloxo-MR Technical Helps / Re: smtp blocked
« on: 2015-05-09, 07:28:09 »
Code: [Select]
root@services:/var/log# hostname -s
services
root@services:/var/log# hostname -f
services.sunderfall.com
root@services:/var/log# hostname
services.sunderfall.com

11
Kloxo-MR Technical Helps / Re: smtp blocked
« on: 2015-05-09, 07:27:22 »
Code: [Select]
-rw-r--r--   1 root qmail   32 May  2 20:32 badloadertypes
-rw-r--r--   1 root root  2048 May  8 14:24 badloadertypes.cdb
-rw-r--r--   1 root qmail   25 May  2 20:32 badmailfrom
-rw-r--r--   1 root qmail   29 May  2 20:32 badmailto
-rw-r--r--   1 root qmail  360 May  2 20:32 badmimetypes
-rw-r--r--   1 root root  2048 May  8 14:24 badmimetypes.cdb
-rw-r--r--   1 root qmail   20 May  2 20:32 blacklists
lrwxrwxrwx   1 root qmail   14 May  8 14:21 clientcert.pem -> servercert.pem
-rw-r--r--.  1 root qmail    2 May  9 00:08 concurrencyincoming
-rw-r--r--   1 root qmail    3 May  2 20:32 concurrencyremote
-rw-r--r--.  1 root qmail    8 May  9 00:08 databytes
-rw-r--r--   1 root qmail   10 May  2 20:32 defaultdelivery
-rw-r--r--.  1 root qmail   23 May  9 00:08 defaultdomain
-rw-r--r--.  1 root qmail   23 May  9 00:08 defaulthost
-rw-r--r--   1 root qmail  245 May  8 14:23 dh1024.pem
-rw-r--r--   1 root qmail  156 May  8 14:21 dh512.pem
drwxr-xr-x. 13 root qmail 4096 May  2 20:32 domainkeys
-rw-r--r--   1 root qmail   10 May  8 14:24 locals
-rw-------   1 root root     0 May  3 14:54 locals.lock
-rw-r--r--   1 root qmail    4 May  2 20:32 logcount
-rw-r--r--   1 root qmail    8 May  2 20:32 logsize
-rw-r--r--.  1 root qmail   23 May  9 00:08 me
-rw-rw-r--   1 root root    40 May  8 14:24 morercpthosts
-rw-r--r--   1 root root  2133 May  8 14:24 morercpthosts.cdb
-rw-r--r--   1 root root   380 May  8 14:24 outgoingips
-rw-r--r--.  1 root qmail   24 May  1 19:26 plusdomain
-rw-r--r--   1 root qmail    0 May  2 20:32 policy
-rw-r--r--.  1 root qmail    6 May  9 00:08 queuelifetime
-rw-r--r--.  1 root root    18 May  9 00:08 rblsmtpd
-rw-rw-r--   1 root root     1 May  8 14:24 rcpthosts
-rw-------   1 root root     0 May  3 14:54 rcpthosts.lock
-rw-r--r--   1 root qmail  497 May  8 14:21 rsa512.pem
-rw-r--r--   1 root qmail 1689 May  2 20:32 servercert.pem
-rw-r--r--.  1 root root    42 May  9 00:08 simcontrol
-rw-r--r--   1 root root  2112 May  9 00:08 simcontrol.cdb
-rw-r--r--   1 root root  2143 May  9 00:08 simversions.cdb
-rw-r--r--.  1 root qmail   42 May  9 00:08 smtpgreeting
-rw-r--r--   1 root qmail   17 May  9 00:08 smtproutes
-rw-r--r--.  1 root root    40 May  9 00:08 spamdyke
-rw-r--r--   1 root qmail    2 May  2 20:32 spfbehavior
lrwxrwxrwx   1 root root    35 May  8 14:21 tlsclientciphers -> /var/qmail/control/tlsserverciphers
drwxr-xr-x.  3 root qmail 4096 May  2 20:32 tlshosts
-rw-r--r--.  1 root qmail 1542 May  8 14:21 tlsserverciphers
-rw-rw-r--   1 root root    79 May  8 14:24 virtualdomains
-rw-------   1 root root     0 May  3 14:54 virtualdomains.lock


12
Kloxo-MR Technical Helps / Re: smtp blocked
« on: 2015-05-09, 07:09:38 »
7.0

13
Kloxo-MR Technical Helps / Re: smtp blocked
« on: 2015-05-09, 06:48:28 »
i double checked, and that info is set in my server properly.


14
Kloxo-MR Technical Helps / Re: smtp blocked
« on: 2015-05-08, 21:24:13 »
still the same error after running the above commands

15
Kloxo-MR Technical Helps / Re: smtp blocked
« on: 2015-05-08, 20:32:18 »
its not blocked, i just had to send outbound email to smtp server
but not able to send email direct or with relay,

error is same that connection couldnt be established


also telnet from outside is working

Pages: [1] 2 3 ... 7

Top 4 Global Search Engines:    Google    Bing    Baidu    Yahoo
Click Here

Page created in 0.03 seconds with 17 queries.

web stats analysis