[BlueOnyx:22119] Re: What can I do to keep my iptables configuration from being wiped out

2018-05-26 Thread Jim Scott
What happens when the next patch comes out that updates log_traffic? Can we get something added so that we can configure our boxes to not be affected by future upgrades? if[ -d "/etc/apf/donotmodify"]; then exit Then your logic for apf does not change and those that are interested in setting

[BlueOnyx:21906] Re: Dovecot pam-abl errors

2018-03-29 Thread Jim Scott
This sounds like the database files of PAM_ABL are corrupted. Just run this command as root: rm /var/lib/pam_abl/*.db That will delete the two database files of PAM_ABL. It will automatically rebuild them on it's own without any further action on your behalf. You don't have to restart any service

[BlueOnyx:21896] Dovecot pam-abl errors

2018-03-26 Thread Jim Scott
Around March 11th started seeing these errors in our logs. dovecot: auth-worker: Error: pam-abl: BDB0055 illegal flag specified to DB->get dovecot: auth-worker: Error: pam-abl: DB->get: Invalid argument I have not rebooted yet and machine is not fully patched but wanted to check before I

[BlueOnyx:21695] Seeing kernel error auth[xxxxx]: segfault at 10 ... error 4

2018-01-29 Thread Jim Scott
After a recent yum update I am seeing this error happen occasionally. I am not sure if this is affecting anything as no complaints from anyone so far but thought I would be proactive and see if I should be concerned about this new error. kernel: auth[32633]: segfault at 10 ip 562140c4fc14

[BlueOnyx:20371] Re: phpMyAdmin-4.4.15.9-1.el7.noarch conflicts with file from package phpMyAdmin-4.0.0-1.el7.noarch

2016-12-18 Thread Jim Scott
In that case you have a third party YUM repository such as Epel active while you run your YUM update. Which you should not do on a BlueOnyx to avoid such conflicts. Thanks Michael, I checked and I had enabled the epel on the test box. Disabled, did a yum clean all and yum update and everything

[BlueOnyx:20369] phpMyAdmin-4.4.15.9-1.el7.noarch conflicts with file from package phpMyAdmin-4.0.0-1.el7.noarch

2016-12-17 Thread Jim Scott
Have a test box I just tried to apply yum update to today and I get this error file /usr/share/phpMyAdmin/doc/html from install of phpMyAdmin-4.4.15.9-1.el7.noarch conflicts with file from package phpMyAdmin-4.0.0-1.el7.noarch I see another conflict posted about mysql so I attempted the same

[BlueOnyx:19956] Re: How can I enable 443 for the BO box

2016-08-08 Thread Jim Scott
I see I need to explain a bit more what I mean by the main site. When you setup a new BO server it asks you to supply a host and domain name that you will use to access the BO server and manage adding new sites. I will refer to that address as the main site address (main.domain.com) Next I

[BlueOnyx:19950] How can I enable 443 for the BO box

2016-08-05 Thread Jim Scott
I would like to enable SSL (443) on the server (The host.domain that you specify as the physical server). Thanks Jim ___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx

[BlueOnyx:19372] Re: Let's Encrypt certificate generation/renewal problem.

2016-03-21 Thread Jim Scott
Michael, While I was at it I also removed the mime file check for SSL certificate uploads in the GUI. So uploaded certificate files no longer need the *.txt ending or similar. Any filename and file-ending will do. Just tried to upload a new certificate to a box that the new updates are

[BlueOnyx:19371] What is the best way to add configuration entries to sendmail.mc so they are not removed?

2016-03-19 Thread Jim Scott
I added some additional sendmail configuration options and today after an upgrade they were removed. Was it because I added it to the end of the file? Do I need to add my changes above a certain location? Here are the entries I added dnl define(`confRECEIVED_HEADER',`by $j $?r with $r$. id $i;

[BlueOnyx:19337] Re: [SOLVED]: BlueOnyx 5209 - Getting error when attemptingt o import certificate

2016-03-18 Thread Jim Scott
Richard, Try changing the crt to a .txt file and then try and import it. Thank you. That worked perfectly! Michael, if you see this response could you speak to why it required me to upload a .txt extension file? ___ Blueonyx mailing list

[BlueOnyx:19341] Re: [SOLVED]: BlueOnyx 5209 - Getting error when attemptingt o import certificate

2016-03-18 Thread Jim Scott
Michael, Supported file endings for SSL certs are: txt|csr|cert|crt I was uploading the file I received from the vendor which was ended in .crt and it did not work. I changed it to .txt as recommended and it worked so appears to be an issue with crt extensions?

[BlueOnyx:19330] BlueOnyx 5209 - Getting error when attempting to import certificate - Unable to read uploaded certificate. Please try again.

2016-03-15 Thread Jim Scott
I have always used self signed certificates and decided to purchase one for one of my servers and so far have been unsuccessful in installing the certificate. Steps I have taken 1) Clicked on "Create Signing Request" Filled out all the details Clicked Save - Was prompted to save the TXT file

[BlueOnyx:19320] Re: Wiki / MailMan not working when logged inusing SSL

2016-03-14 Thread Jim Scott
Well, looks like one of these items is already solved in the GUI and I just had not figured it out. >- Wiki >- Few options >- Option in a new browser window instead when secure is being used To force the wiki to open in a new browser windows go to Software Updates -> Settings ->

[BlueOnyx:19299] Re: Wiki / MailMan not working when logged in using SSL

2016-03-10 Thread Jim Scott
Chris, > OR allow the exception in your browser? I just tried, IE, Edge, Chrome and Firefox and all have by default the feature enabled that do not allow you to load unsecure data while a secure session is established. Safari was the only one that allowed it to happen. While I could

[BlueOnyx:19297] Wiki / MailMan not working when logged in using SSL

2016-03-10 Thread Jim Scott
When you login to the admin interface using SSL you are unable to click the Wiki or Mailman buttons as they are coded to http endpoints and my browser blocks the request as my current session is secure and this request would violate my secure connection. Should these resources be made available

[BlueOnyx:19242] Re: locate and updatedb

2016-02-29 Thread Jim Scott
Richard, >Did that no get this >locate cced >locate: can not stat () `/var/lib/mlocate/mlocate.db': No such file or >directory >and this >updatedb >updatedb:/etc/updatedb.conf:1: variable name expected >updatedb:/etc/updatedb.conf:2: variable name expected >updatedb:/etc/updatedb.conf:3:

[BlueOnyx:19239] Re: locate and updatedb

2016-02-29 Thread Jim Scott
> yum install mlocate That is another command that I find handy that I think should be included with the base? Easy enough to install afterwards but doesn’t everyone use this?___ Blueonyx mailing list Blueonyx@mail.blueonyx.it

[BlueOnyx:19237] Re: Feature Request - Display site name in delete confirmation

2016-02-29 Thread Jim Scott
Michael, I just checked out the source for BO to my machine and I think I found the appropriate file I would modify and supply a diff file for ? https://devel.blueonyx.it/repos/trunk/BlueOnyx/5209R/ui/base-vsite.mod/ui/chorizo/web/controllers/vsiteList.php Please provide some guidance as to how

[BlueOnyx:19236] Feature Request - Ability to set the blacklist message returned

2016-02-29 Thread Jim Scott
Based on a few emails I sent out this last week it is sounding more and more like one should not mess with configuration options that are available in the GUI. So for example on all my systems I typically enable blacklist support for spamhaus and spamcop and specify the message that is returned

[BlueOnyx:19235] Re: Feature Request - Include nano with default5209 install

2016-02-29 Thread Jim Scott
Adam, > Fully agree, but all you have to do is type “yum install nano” Unfortunately in order to get my network up and running first I had to edit the following files /etc/udev/rules.d/70-persistent-net.rules /etc/sysconfig/network-script/ifcfg-eth0 and create

[BlueOnyx:19234] Re: Feature Request - Display site name in deleteconfirmation

2016-02-29 Thread Jim Scott
Ok, here is my first contribution to BO Change the following javascript in vsiteList. Note that I added comments just to explain my changes, I would expect those to be removed.I also refactored a bit the javascript to only get the confirm dialog element once. I assume this is not likely the best

[BlueOnyx:19231] Feature Request - Display site name in delete confirmation

2016-02-29 Thread Jim Scott
When you click to delete a site you get a confirmation dialog with the following text. I would like to see the actual site name that I am deleting as part of the confirmation message so that I can be sure I clicked on the correct site. Are you sure you want to remove this virtual site? This

[BlueOnyx:19230] Feature Request - Include nano with default 5209 install

2016-02-29 Thread Jim Scott
I setup a few new 5209 boxes and had to tweak the default configurations for network settings before I could get my network up and running (related to my host, nothing BO specific) and was surprised to find nano was not installed, had to remember how to use vi. Not critical, however this used

[BlueOnyx:19229] Re: unknown mailer error 127

2016-02-29 Thread Jim Scott
> 554 5.3.0 unknown mailer error 127 The cause was a .procmailrc script that had previously pointed to a spamassassin daemon that was not installed any longer. Removed .procmailrc script and now client is receiving emails. ___ Blueonyx mailing list

[BlueOnyx:19228] Re: 5107/5108 Hyper-V image fresh install resultsin 40GB ?

2016-02-29 Thread Jim Scott
Wanted to provide an update to this thread. In the end I took the advice that was consistently given and built 2 boxes using the latest 5209 build. I was actually able to find a build of OpenWebmail that had been fixed up to work on CentOS 7 and pulled the source out of the RPM and manually

[BlueOnyx:19227] Re: Consolidating servers - Anything I need to beaware when doing CMU Export/Import?

2016-02-29 Thread Jim Scott
Chuck, >The site numbers will be a small issue, just requiring some work. >The CMU system will automatically renumber sites as they are imported. That >causes some problems with things like CMS systems (Joomla, Wordpress, etc...). > Those CMS systems usually require a hard link to their

[BlueOnyx:19226] Re: Error: rm:cannotremove'/usr/sausalito/capcache/admin_capabilityGroups':Permissiondenied

2016-02-29 Thread Jim Scott
I sent a large number of emails about this issue and thought that other issues I was seeing were perhaps related to this being reported. However after addressing some of the other issues it is obvious that this error message is not the cause of any of the other items. Michael, can this

[BlueOnyx:19225] Re: What is the purpose of the dummy.blueonyx.it site?

2016-02-29 Thread Jim Scott
Michael, >This dummy-site is sort of a dirty work around by us: >We need to create it to get around a quota issue. Therefore there is a >constructor that (on first startup of CCEd) creates this Vsite and then >deletes it automatically. That shakes the quota issue loose so that it >then works

[BlueOnyx:19224] Re: Feature Request - Enable/Disable maillistsupport

2016-02-29 Thread Jim Scott
Michael, > Not really. But I'll see what I can do about it. I feel like I should be contributing to BO. I am a C# .NET developer and do really well in that environment ;-), however PHP is a bit foreign to me, although I am sure I could pick it up. If you could define what areas would need to

[BlueOnyx:19223] Re: SSL3_GET_CLIENT_HELLO:no shared cipher

2016-02-29 Thread Jim Scott
Michael, >This has nothing to do with the SSL certificate. Regardless if you use a >self signed cert, a Let's Encrypt or other real SSL cert. >It indicates that the client tried to connect to SSL/TLS and entered a >state of negotiation to find out what protocols and ciphers are >supported by

[BlueOnyx:19214] How does one persist changes to sendmail.mc ?

2016-02-26 Thread Jim Scott
Seems if I make a change to the cipher configuration and then restart it is replaced. I was about to get the SMTP authentication working earlier by tweaking this setting and then rebooted and it was replaced and I do not recall what I did to get it work now. Curious if I wanted to make changes

[BlueOnyx:19213] Re: SSL3_GET_CLIENT_HELLO:no shared cipher

2016-02-26 Thread Jim Scott
Brand new 5209, same error. Time to build a 510x and see what is up. From: Jim Scott Sent: Friday, February 26, 2016 4:20 PM To: BlueOnyx General Mailing List Subject: [BlueOnyx:19211] Re: SSL3_GET_CLIENT_HELLO:no shared cipher I decided to go and purchase an SSL certficate in case

[BlueOnyx:19212] Re: Error: rm: cannotremove'/usr/sausalito/capcache/admin_capabilityGroups':Permission denied

2016-02-26 Thread Jim Scott
. From: Jim Scott Sent: Friday, February 26, 2016 11:31 AM To: BlueOnyx General Mailing List Subject: [BlueOnyx:19207] Re: Error: rm: cannotremove'/usr/sausalito/capcache/admin_capabilityGroups':Permission denied Anyone seen this error before? Any insight if so? If not I was thinking about

[BlueOnyx:19211] Re: SSL3_GET_CLIENT_HELLO:no shared cipher

2016-02-26 Thread Jim Scott
the same with a 510X and see what happens. If anyone is around and could provide some advice it might save me hours. Hours I would prefer to spend migrating sites instead of figuring this out From: Jim Scott Sent: Friday, February 26, 2016 3:34 PM To: BlueOnyx General Mailing List Subject

[BlueOnyx:19210] Re: SSL3_GET_CLIENT_HELLO:no shared cipher

2016-02-26 Thread Jim Scott
I do have Letsencryt enabled. Maybe I should try and go back to a self signed cert? From: Jim Scott Sent: Friday, February 26, 2016 2:43 PM To: BlueOnyx General Mailing List Subject: [BlueOnyx:19209] Re: SSL3_GET_CLIENT_HELLO:no shared cipher Not sure what to think about this one. I have

[BlueOnyx:19209] Re: SSL3_GET_CLIENT_HELLO:no shared cipher

2016-02-26 Thread Jim Scott
the same on my other box and both result in certificate errors back to the client and the error message in the maillog as shown. Any ideas? From: Jim Scott Sent: Friday, February 26, 2016 12:51 PM To: BlueOnyx General Mailing List Subject: [BlueOnyx:19208] SSL3_GET_CLIENT_HELLO:no shared cipher

[BlueOnyx:19208] SSL3_GET_CLIENT_HELLO:no shared cipher

2016-02-26 Thread Jim Scott
We moved our domain over to a 5209 and today myself and other clients are not able use IMAPS/SMTPS via phones. I am seeing this error when I attempt to send a message via SMTP on my windows phone. error:1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:no shared cipher, session=

[BlueOnyx:19207] Re: Error: rm: cannot remove'/usr/sausalito/capcache/admin_capabilityGroups': Permission denied

2016-02-26 Thread Jim Scott
Anyone seen this error before? Any insight if so? If not I was thinking about setting up a brand new machine and seeing if this error happens before I do any more migrations. Jim From: Jim Scott Sent: Friday, February 26, 2016 4:21 AM To: BlueOnyx General Mailing List Subject: [BlueOnyx

[BlueOnyx:19206] Error: rm: cannot remove '/usr/sausalito/capcache/admin_capabilityGroups': Permission denied

2016-02-26 Thread Jim Scott
Fresh 5209 Server and just imported 5 sites to it. Getting these errors in my adm_error log every few minutes. looks to happen when I navigate around? rm: cannot remove '/usr/sausalito/capcache/admin_capabilityGroups': Permission denied rm: cannot remove '/usr/sausalito/capcache/admin_cap':

[BlueOnyx:19205] Could not delete a site admin after migration

2016-02-26 Thread Jim Scott
User interface would take a while and then just refresh the list. Looking at the logs it was failing when calling the delete user script. What I found that fixed it was the user had a file they owned outside of the web folder. I removed it and then I was able to delete their account. Jim

[BlueOnyx:19203] Re: Feature Request - Enable/Disable maillistsupport

2016-02-25 Thread Jim Scott
Michael, >>Yeah, that sounds sensible. I'll see to it that it's added. Actually, I >>can >>wrap both features into one set: If zero mailing lists are allowed for a >>site, >>then none can be created. It looks like today you can disable mailing list support for the entire server but do not

[BlueOnyx:19202] Re: Getting an error while using cmuImport :Compress::Zlib::gzFile::gzseek redefined

2016-02-25 Thread Jim Scott
> The rest of the import finishes but the user that was being imported when the > error occurred is not showing up in the user list, folder exists but no > mailbox. Actually, I had a conflicting server administrator username which was confusing things. I removed the server administrator and

[BlueOnyx:19201] What is the purpose of the dummy.blueonyx.it site?

2016-02-25 Thread Jim Scott
When I install the 5209 I see a website already created called dummy.blueonyx.it In the past I used to setup the first website as a generic website so that unresolved domain would hit it. Is this a placeholder for doing just that? Is it best to rename it or delete and

[BlueOnyx:19200] Getting an error while using cmuImport : Compress::Zlib::gzFile::gzseek redefined

2016-02-25 Thread Jim Scott
Subroutine Compress::Zlib::gzFile::gzseek redefined at /usr/share/perl5/Compress/Zlib.pm line 220. This is running on a brand new 5209 box with all yum updates. Any more info needed to help diagnose? The rest of the import finishes but the user that was being imported when the error

[BlueOnyx:19194] quotacheck error

2016-02-25 Thread Jim Scott
Preparing a machine to be migrated and attempted to perform a quotacheck before and received the following errors. Running: build 20140205 for a 5108R in en_US /sbin/quotacheck -vugmf /home quotacheck: Cannot guess format from filename on /dev/mapper/VolGroup00-home. Please specify format on

[BlueOnyx:19185] Consolidating servers - Anything I need to be aware when doing CMU Export/Import?

2016-02-24 Thread Jim Scott
We have been running a few different machines that we are going to consolidate to one machine. I have used CMU to export/import and entire server before and it works well. However I am going to need to import 2 different machines to one machine. Do I need to do anything special to prevent

[BlueOnyx:19184] Re: 5107/5108 Hyper-V image fresh install results in 40GB ?

2016-02-24 Thread Jim Scott
Colin, >I am still a little nervous of rolling out 5209 on production. Had my test >VPS suddenly self destruct: >[BlueOnyx:19125] Re: Aventurine 5209 VPS lost network >And haven’t been able to recover it - fortunately only a test server so >nothing lost. >Could have been a nightmare. I am a

[BlueOnyx:19182] Send everyone an email on the server

2016-02-24 Thread Jim Scott
I remember a script floating around from the cobalt days that would send an email to everyone on a cobalt box. Anyone have something to do this? Jim ___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx

[BlueOnyx:19181] Re: 5107/5108 Hyper-V image fresh install results in 40GB ?

2016-02-24 Thread Jim Scott
Chris, Thanks for the feedback and advice. >Agreed. As long as we're deciding how Jim should run his business >(tongue in cheek!) I'd offer that there are 2 main options available to >Jim at this point: >#1) Proceed with the system-wide upgrade to 5209R, shiny new webmail for >the customers,

[BlueOnyx:19173] Re: 5107/5108 Hyper-V image fresh install results in 40GB ?

2016-02-22 Thread Jim Scott
Chris and Michael, >+1 on Michael A's observation. Your users don't like Openwebmail. >They just don't know there's something better. (Well, they don't know >*you* can do better... they certainly see better with any freemail >client out there...) Impress them! I do not disagree and would

[BlueOnyx:19170] Re: 5107/5108 Hyper-V image fresh install results in 40GB ?

2016-02-22 Thread Jim Scott
Thanks Michael, >Please use the 5207R, 5208R or the 5209R ISO's. There really is no >reason to use the older BlueOnyx versions anymore. Especially not for a >new install. Unfortunately I have to use the older install as I have a bunch of customers used to using openwebmail and I have not been

[BlueOnyx:19136] Object doesn't support property or method 'validate' on login page

2016-02-17 Thread Jim Scott
adminica_all-min.js (1,27824) appears to be this line. Is jquery.validate supposed to be included in the login page? Appears to be missing if so. $(validate_form").validate();___ Blueonyx mailing list Blueonyx@mail.blueonyx.it

[BlueOnyx:19135] Anyone have openwebmail working on 5209?

2016-02-17 Thread Jim Scott
I have been running this for years and my customers would not likely be open to me replacing the webmail interface at this point. I had created install instructions for openwebmail for the previous 510x versions but it appears that perl suid is no longer available under CentOS 7. I tried to

[BlueOnyx:19134] Re: Guidlines for firewall on CentOS7

2016-02-17 Thread Jim Scott
Anyone have any advice?___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx

[BlueOnyx:19131] Guidlines for firewall on CentOS7

2016-02-16 Thread Jim Scott
The 5209 on CentOS 7 is a new OS for me and in the past I remember having to do a number of things to get iptables setup so that they would persist What is the best way to create firewall rules on the new OS and keep them persisted?___ Blueonyx

[BlueOnyx:19055] Tarball Install of BlueOnyx

2016-01-24 Thread Jim Scott
Listed on the BlueOnyx website it refers to a link to download the tarball install of BlueOnyx that does not seem to be valid. http://www.blueonyx.it/index.php?page=downloads refers to http://www.blueonyx.it/index.php?page=tar-ball-installer Also it mentions that the tarball install would come

[BlueOnyx:19057] Anyone using Docker with blueonyx?

2016-01-24 Thread Jim Scott
Starting to play around with Docker and curious if anyone has created a Docker image that is running BlueOnyx?___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx

[BlueOnyx:19056] BlueOnyx interface access with Windows 10 Edge browser does not work

2016-01-24 Thread Jim Scott
When I upgraded my personal OS to windows 10 a year ago or so I was no longer able to access the UI once logged in via Microsoft’s new edge browser. I have been using Chrome but being that windows 10 is getting more widely deployed I am worried about my customers trying to access the site admin

[BlueOnyx:19060] Re: Tarball Install of BlueOnyx

2016-01-24 Thread Jim Scott
>We did away with the Tar-Ball installs. But there is a supported >procedure for installing 5209R on top of a minimal install CentOS7: >http://www.blueonyx.it/index.php?page=5209r-manual-install >It just involves running three commands, so we didn't even need to >script it. Thanks Michael, will

[BlueOnyx:16476] Re: Sendmail - Maillog

2014-11-18 Thread Jim Scott
Chris, Is there a way to have to Maillog reset nightly (like the older servers) as I have to review it for errors and its a week old and massive. You can change the default behavior for all logs OR just the maillog. To make the change so it happens for all logs modify /etc/logrotate.conf

[BlueOnyx:16475] Email alias bug - adding same alias name as username

2014-11-17 Thread Jim Scott
In the 5108R I am able to add (accidently) an email alias that matches the username. When you undo the mistake by removing the alias it removes the virtusertable entry for your username which has the effect of bouncing emails to your usern...@domain.com address as it is now removed.

[BlueOnyx:16446] Re: Sendmail keeps getting started automatically even after disabling the startup script?

2014-11-11 Thread Jim Scott
Chris, There has not been a MailScanner package for years... in fact, has one EVER existed for BlueOnyx? I am not running a MailScanner package, rather I have installed the software myself. -- Chris Gebhardt VIRTBIZ Internet Services Access, Web Hosting, Colocation, Dedicated

[BlueOnyx:16437] Re: Problem with mirrorlist

2014-11-10 Thread Jim Scott
I am getting this when performing a yum update Loaded plugins: fastestmirror, security Setting up Update Process Loading mirror speeds from cached hostfile Could not retrieve mirrorlist http://updates.blueonyx.it/mirror.php? release=6arch=x86_64 error was 12: Timeout on

[BlueOnyx:16265] Re: phpMyAdmin fails to update via yum

2014-10-27 Thread Jim Scott
Can you show the output of this command on your system? # yum repolist [admin@localhost ~]$ yum repolist Loaded plugins: fastestmirror, security Loading mirror speeds from cached hostfile * BlueOnyx-520XR: blueonyx.precisionweb.net * Solarspeed.net: mirror.smd.net * base:

[BlueOnyx:16268] Re: phpMyAdmin fails to update via yum

2014-10-27 Thread Jim Scott
Thanks Michael and Chris for the responses. This is a new box with no customers on it yet that I have been experimenting on so I will re-install. Looks like I tried to take the easy route to get the spamassassin, clamav milters installed ;-) ___

[BlueOnyx:16270] MySQL password not configured during initial install?

2014-10-27 Thread Jim Scott
Just installed a fresh copy of the 5208R and during the wizard it asked me for a password for the MySQL database. I provided a password and then continued and upon completion when to the MySQL section and it said it was not able to connect to determine the status. I have seen this before so I

[BlueOnyx:16273] Re: MySQL password not configured during initial install?

2014-10-27 Thread Jim Scott
We have a problem with escaping MySQL passwords properly between GUI, CCED and the Perl handlers. I'll fix it eventually, but in the meantime please use MySQL passwords that don't contain single or double quotes, percent, dollar sign or exclamation mark. Otherwise it might not set the password you

[BlueOnyx:16272] First visit to Usage Information - Network throws error after install

2014-10-27 Thread Jim Scott
After installing the OS and then visiting Usage Information – Network I got this error A PHP Error was encountered Severity: Notice Message: Undefined index: variant Filename: uifc/Stylist.php Line Number: 278 Then I refreshed the screen and it worked.

[BlueOnyx:16263] phpMyAdmin fails to update via yum

2014-10-26 Thread Jim Scott
Getting error phpMyAdmin-4.0.0-1.el6.noarch was supposed to be removed but is not! ___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx

[BlueOnyx:16231] FileZilla unable to connect using implicit TLS

2014-10-20 Thread Jim Scott
I get back the following error: GnuTLS error -15: An unexpected TLS packet was received. This is a brand new install of 5208 on CentOS with FTPS enabled in the GUI and no firewall currently applied to the machine, machine is also configured with an external IP address so nothing to do with

[BlueOnyx:16233] Re: FileZilla unable to connect using implicit TLS

2014-10-20 Thread Jim Scott
Thanks Michael, What threw me off is the help text when you hover over FTPS describes port 990 which I believe is typically associated with implicit TLS? After reading the help text furhter I see it suggests using explicit, but I believe the port 990 should be removed as I believe with

[BlueOnyx:15380] Re: demo.blueonyx.it updated

2014-05-13 Thread Jim Scott
Michael, I will take a look at the mentioned issue and see what I can find in the next few days. Thanks for your support Jim ___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx

[BlueOnyx:15368] Re: Disk Quota not showing for Sites

2014-05-08 Thread Jim Scott
/ccewrap I issued the above command, also since my permission did not match yours I executed the following statement chmod 4750 /usr/sausalito/bin/ccewrap Now I am able to see my disk quota, thank you for your help. Jim Scott ___ Blueonyx mailing list

[BlueOnyx:15369] Re: Unable to delete site

2014-05-08 Thread Jim Scott
one additional statement referenced in [BlueOnyx:15351] Thanks Jim Scott ___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx

[BlueOnyx:09106] Re: Fatal error: Cannot redeclare class Collator in /usr/sausalito/ui/libPhp/Collator.php on line 11

2011-11-23 Thread Jim Scott
Same issue applies to Security - Blocked Hosts and Blocked Users Security - Processes Security - Logins Active Monitor - Status ___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx

[BlueOnyx:09107] Re: Fatal error: Cannot redeclare class Collator in /usr/sausalito/ui/libPhp/Collator.php on line 11

2011-11-23 Thread Jim Scott
And more Software Updates - Yum Updater Software Updated - Installed Software And a new error on Personal Profile *Fatal error*: Cannot redeclare class Locale in */usr/sausalito/ui/libPhp/uifc/Locale.php* on line *116* ___ Blueonyx mailing list

[BlueOnyx:08791] Re: 5107R missing webmail support?

2011-10-10 Thread Jim Scott
On 10/6/2011 2:09 PM, Jim Scott wrote: Looks like Openwebmail has been picked up by someone that is maintaining it again and released version 2.5.3 and has a 3.0 Beta 4 version available. I am going to install on a test box and see what I can get going. I went ahead and installed version

[BlueOnyx:08756] Need help ASAP with cmuImport - Not importing site admins

2011-10-06 Thread Jim Scott
I had a server go down today that is running BlueQuartz and I had updated the machine to the latest cmu version available on the BlueOnyx site in anticipation of migrating to BO in the near future. Today my server died and I built a new BlueQuartz server as I am not ready to go to BO and

[BlueOnyx:08758] Re: Need help ASAP with cmuImport - Not importing site admins

2011-10-06 Thread Jim Scott
On Thu, 6 Oct 2011 11:54:10 -0700, Jim Scott wrote I had a server go down today that is running BlueQuartz and I had updated the machine to the latest cmu version available on the BlueOnyx site in anticipation of migrating to BO in the near future. Today my server died and I built a new

[BlueOnyx:08362] 5107R 0 Activity Status reporting UTC ?

2011-09-01 Thread Jim Scott
Just noticed that while my machine shows the correct date/time for my timezone when I go to the Activity Status section and view the last time status change after clicking to force it to check it is showing what looks to be UTC as it is 7 hours in the future?

[BlueOnyx:07901] 5107R missing webmail support?

2011-07-29 Thread Jim Scott
Tried to go to /webmail and nothing? ___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx

[BlueOnyx:07843] Re: Shell-Tools - Does it provide a method to listcurrent settings for site/user?

2011-07-25 Thread Jim Scott
Also would be good if you could list users for a specific vsite. ___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx

[BlueOnyx:07815] 5107R Beta - Yum Repo files in oldrepofiles folder?

2011-07-24 Thread Jim Scott
I just tried to do a yum update from shell and nothing was available even though Michael had indicated he updated the repository. I looked in /etc/yum.repos.d/ and it was empty with a folder called oldrepofiles. Looking in it I see BlueOnyx.repo and other files. I moved the BlueOnyx.repo to

[BlueOnyx:07818] Re: 5107R Beta - Yum Repo files in oldrepofiles folder?

2011-07-24 Thread Jim Scott
Thanks Michael, Yeah, sorry about that. We recently released an update to 5107R only, which had a really negative effect on the repository files. Just move everything from /etc/yum.repos.d/oldrepos/ back into /etc/yum.repos.d/ and you should be fine again. I had hoped that the short

[BlueOnyx:07790] Re: Shell-Tools not working?

2011-07-22 Thread Jim Scott
On 7/22/2011 8:35 PM, Jim Scott wrote: When I execute any of the commands with no params I get this. Normally it would list out the params that are available. [root@bo2 perl]# caddvsite caddvsite: unrecognized option `--quick' Should also mention this is the 5017R Beta

[BlueOnyx:07699] Re: Feature Request - Enable/Disable maillist support

2011-07-18 Thread Jim Scott
Michael, Yeah, that sounds sensible. I'll see to it that it's added. Actually, I can wrap both features into one set: If zero mailing lists are allowed for a site, then none can be created. That would be fantastic. Mailling lists have been a huge pain over the years. We get customers who

[BlueOnyx:07687] Re: cce tools

2011-07-17 Thread Jim Scott
On 7/11/2011 4:40 PM, User Ernie wrote: Billing programs like WHMCS, Modernbill, AWBS etc. have a custom server provisioning module, you have to modify it to do what you want. Typically that involves using curl to contact the BX server and exicute the cce shell commands. It would be nice if

[BlueOnyx:07688] Re: BlueOnyx 5107R Beta available

2011-07-17 Thread Jim Scott
Many thanks to you Michael for you years of hard work supporting BQ/BO ___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx