ispCP - Board - Support
phoning home for updates - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: General discussion (/forum-11.html)
+--- Thread: phoning home for updates (/thread-3345.html)

Pages: 1 2


RE: phoning home for updates - Quemeros - 05-23-2008 08:09 AM

BioALIEN Wrote:Major +1 to this. Today's downtime caused unnecessary delay for us today.
Agree!...
And Today isnt' the first time this happend...


RE: phoning home for updates - Zothos - 05-23-2008 11:39 PM

ok, ill take a look Smile

ispcomm Wrote:I would but I changed some of them. Out of my memory the values should be these:
Code:
LOSTPASSWORD          1    
LOSTPASSWORD_TIMEOUT     30
PASSWD_CHARS         6
PASSWD_STRONG         1
BRUTEFORCE         1
BRUTEFORCE_BETWEEN     1
BRUTEFORCE_MAX_LOGIN     5
BRUTEFORCE_BLOCK_TIME     30
BRUTEFORCE_BETWEEN_TIME 30
BRUTEFORCE_MAX_CAPTCHA     5
CREATE_DEFAULT_EMAIL_ADDRESSES     1
HARD_MAIL_SUSPENSION     1
USER_INITIAL_LANG     lang_English
ISPCP_SUPPORT_SYSTEM     1
DOMAIN_ROWS_PER_PAGE     10
LOG_LEVEL         512

The defaults can be found in of them are in ispcp-lib.php

ispcomm



RE: phoning home for updates - ispcomm - 05-31-2008 09:50 PM

Any updates on this issue? Shall I go forward and redo the changes using the database?

ispcomm


RE: phoning home for updates - Zothos - 05-31-2008 11:01 PM

currently looking which config entrys have to be in the database. Stats the status Tongue

yep, sure.


RE: phoning home for updates - ispcomm - 06-04-2008 07:50 PM

Here's the default config table on a clean install. There's a lot of variables missing in here:
Code:
name     value
PORT_FTP     21;tcp;FTP;1;0
PORT_SSH     22;tcp;SSH;1;0
PORT_TELNET     23;tcp;TELNET;1;0
PORT_SMTP     25;tcp;SMTP;1;0
PORT_DNS     53;tcp;DNS;1;0
PORT_HTTP     80;tcp;HTTP;1;0
PORT_HTTPS     443;tcp;HTTPS;0;0
PORT_POP3     110;tcp;POP3;1;0
PORT_POP3-SSL     995;tcp;POP3-SSL;1;0
PORT_IMAP     143;tcp;IMAP;1;0
PORT_IMAP-SSL     993;tcp;IMAP-SSL;0;0
PORT_POSTGREY     60000;tcp;POSTGREY;1;1
PORT_AMAVIS     10024;tcp;AMaVis;1;1
PORT_SPAMASSASSIN     783;tcp;SPAMASSASSIN;1;1
PORT_POLICYD-WEIGHT     12525;tcp;POLICYD-WEIGHT;1;1
DATABASE_REVISION     4
Sorry for bad indentation. It is a cut and paste from the pma screen.


RE: phoning home for updates - ispcomm - 06-04-2008 08:32 PM

Here's the same table after the first "save options" with default values:
Code:
PORT_FTP      21;tcp;FTP;1;0
PORT_SSH     22;tcp;SSH;1;0
PORT_TELNET     23;tcp;TELNET;1;0
PORT_SMTP     25;tcp;SMTP;1;0
PORT_DNS     53;tcp;DNS;1;0
PORT_HTTP     80;tcp;HTTP;1;0
PORT_HTTPS     443;tcp;HTTPS;0;0
PORT_POP3     110;tcp;POP3;1;0
PORT_POP3-SSL     995;tcp;POP3-SSL;1;0
PORT_IMAP     143;tcp;IMAP;1;0
PORT_IMAP-SSL     993;tcp;IMAP-SSL;0;0
PORT_POSTGREY     60000;tcp;POSTGREY;1;1
PORT_AMAVIS     10024;tcp;AMaVis;1;1
PORT_SPAMASSASSIN     783;tcp;SPAMASSASSIN;1;1
PORT_POLICYD-WEIGHT     12525;tcp;POLICYD-WEIGHT;1;1
DATABASE_REVISION     4
LOSTPASSWORD     1
LOSTPASSWORD_TIMEOUT     30
PASSWD_CHARS     7
PASSWD_STRONG     1
BRUTEFORCE     1
BRUTEFORCE_BETWEEN     1
BRUTEFORCE_MAX_LOGIN     3
BRUTEFORCE_BLOCK_TIME     30
BRUTEFORCE_BETWEEN_TIME     30
BRUTEFORCE_MAX_CAPTCHA     5
CREATE_DEFAULT_EMAIL_ADDRESSES     1
HARD_MAIL_SUSPENSION     1
USER_INITIAL_LANG     lang_English
ISPCP_SUPPORT_SYSTEM     1
HOSTING_PLANS_LEVEL     reseller
DOMAIN_ROWS_PER_PAGE     10
LOG_LEVEL     1024
ispcomm.


RE: phoning home for updates - sci2tech - 06-17-2008 07:34 AM

Can you test this patch?
http://www.isp-control.net/ispcp/ticket/1277
It`s supposed to do the trick (works for me). Patch is against r1228.


RE: phoning home for updates - ispcomm - 06-17-2008 07:42 PM

sci2tech: looks good. I'll revert my own patch and use yours (I was a little lazy doing this before, but now it's time).

ispcomm.