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

Pages: 1 [2]
16
Functions / Re: Advanced File Manager [Important]
« on: October 17, 2016, 09:23:38 AM »
I confirm not fixed, i have again this problem from latest build  0.9.8.67

17
MySQL / Re: PHPmyAdmin Not Found.
« on: August 16, 2016, 10:34:18 PM »
same problem, installed cwp, upgraded php to 7.2 dev and phpmyadmin not work, before upgraade php all work..
folder of phpmyadmin exist and content is ok.. why this?

18
CentOS-WebPanel Bugs / API Error
« on: August 14, 2016, 02:30:50 PM »
I have create this two files in:

“/usr/local/cwp/.conf/api_allowed.conf”
“/usr/local/cwp/.conf/api_key.conf”

api_allowed.conf = 2.2xx.xxx.xxx (my remote ip static)
api_key.conf = 1b6b17fe8e57a1 (create manualy)

result url:

5.1xx.xxx.xxx:2030/api/?key=1b6b17fe8e57a1&api=account_unsuspend&username=hosting

result = Allowed IP's not set or you don't have access!

19
Postfix / Re: Let's build New Postfix Email Server
« on: May 13, 2016, 04:18:17 PM »
Hello,

This weekend we are planing to build new postfix email server for CWP, if you have any suggestions, ideas or want to help let us know!

Features which are in plan to be added:
- email autoresponder
- spamassassin (kill spam)
- clamav (antivirus scanner)
- configuration re-builder with few options
- mail server services monitor
- dkim & spf
...

Please add support for sending email with multiple ip or IP for Domain, because i have 3/4 website with dedicated ip but email always sended from ip of server and not ip of domain.

20
CentOS-WebPanel Bugs / Re: Postfix Mail Queue Display BUG 0.9.8.10
« on: November 16, 2015, 04:45:04 PM »
my hostname is svr1.mywebiste.com..

what problem???

21
CentOS-WebPanel Bugs / Re: Postfix Mail Queue Display BUG 0.9.8.10
« on: November 15, 2015, 10:24:51 PM »
Rebuild server email, go on Mail Queue and "Process Queue" it solve problem!

https://XXX:2031/index.php?module=postfix_manager

22
CentOS-WebPanel Bugs / PostFix Bug Urgent
« on: November 15, 2015, 10:10:01 PM »
Notice: Undefined offset: 0 in /usr/local/cwpsrv/htdocs/resources/admin/modules/mail_queue.php(1) : eval()'d code(1) : eval()'d code on line 6

No email was send, restart server, postfix nothing, please solve it! At this time is impossible sending and receving email!

23
Functions / Re: CloudFlare
« on: October 23, 2015, 10:54:54 AM »

24
Functions / CloudFlare
« on: October 22, 2015, 11:44:24 PM »
On Logs of Apache or others system im not see the real ip of user but only IP of CloudFlare, how to enable real Ip from cloudflare?

This not work https://support.cloudflare.com/hc/en-us/articles/203656534-How-can-I-set-up-Apache-mod-CloudFlare-

this is the solution ($_SERVER["HTTP_CF_CONNECTING_IP"]) but how to use on webpanel?

25
Postfix / Re: Let's build New Postfix Email Server
« on: October 22, 2015, 03:36:22 PM »
Yes i have a good idea..

I wonder how many emails are sent from the server!

With emailsend.log

from & to and subject

no content/body for privacy :D

26
Functions / Advanced File Manager [Important]
« on: October 21, 2015, 12:05:57 PM »
Advanced File Manager on https://X.X.X.X:2031/fileManager2.php return white page without nothing

Config server:
CPU Model: Intel(R) Xeon(R) CPU E3-1245 V2 @ 3.40GHz
CPU Details: 8 Core (3392 MHz)
Distro Name: CentOS release 6.7 (Final)
Kernel Version: 2.6.32-573.7.1.el6.x86_64
Platform: x86_64 [Dedicated]

Apache version: Apache/2.2.27
PHP version: 5.5.11 [PHP Switcher]
MySQL version: 5.5.46
FTP version: 1.0.36

27
Postfix / Re: PostFix Bug - Urgent Bug
« on: October 21, 2015, 12:00:46 PM »
yes, now i have reinstalled server with new ip and bug not ppresent =)

28
Postfix / PostFix Bug - Urgent Bug
« on: October 20, 2015, 03:48:07 PM »
I have recently changed IP from my server (CWP Panel) after this operation Postfix accept always authentication like:

MailMessage mail = new MailMessage();
            SmtpClient SmtpServer = new SmtpClient("mail.myserver.com");
            mail.From = new MailAddress("contact@myserver.com", "Service Bug");
            mail.To.Add("contact@myserver.com");
            mail.Subject = "Test Email";
            mail.Body = "Hello?";
            SmtpServer.Port = 25;
            SmtpServer.Credentials = new System.Net.NetworkCredential("email@myserver.com", "anypass");
            SmtpServer.EnableSsl = false;
            SmtpServer.Send(mail);

THIS IS A CRITICAL BUG!

BUT IF USE A 587 PORT THE AUTHENTICATION RESULT FAIL

PLEASE HELP ME!

Pages: 1 [2]