Insights, updates, and deep dives into cybersecurity, cloud technology, and AI innovation.
There is no single source that describes the proper installation of Qmail on OpenBSD, but there are multiple sources that combined provide a good picture: Installing and Configuring qmail 1.03 on OpenBSD 3.1 http://multivac.cwru.edu./spf/ http://multivac.cwru.edu./fs/#tricks
Unless you specifically registered your domain with Domain Registry of America this letter is a sales/marketing letter to try and gain your business. You may ignore this letter. NewPush will alert you when your domain is ready for renewal. Domain registration is public information and many companies use the records to build sales lists.
In DB2 if you need to populate a table, you need to use INSERT INTO, like in this example: INSERT INTO new_table SELECT col1,col2 FROM source_table WHERE col1=’something’; and if you need to populate query variable, you need to use SELECT INTO, like in this example: SELECT * INTO :var1, :var2, :var3FROM table_name WHERE col1= […]
Authentication in Apache is done through htaccess, either from the configuration file, or from the .htaccess file in a given directory. Note that only full directories can be easily protected with this method. Here is how: (first log in to the shell, as this method only works if you have shell access) $ cd …/html/protected_dir […]
This is our spam / virus filter update for customers on the mx1 / mx2.tnpw.net filtering cluster. The information is brought to you by our vendor, SpamExperts.  What’s new this week: Working with quarantined messages in log searches The web interface offers a “spam quarantine” page, where you may inspect the messages that have been […]
As Horde/Imp is PHP based, there are a few places that need to be adjusted: /etc/php.ini: memory_limit = 20M ; needs to be 2-3 x max upload/attach /etc/php.ini: file_uploads = On /etc/php.ini: upload_tmp_dir = /tmp ; changing that will confuse horde /etc/php.ini: upload_max_filesize = 20M ; max inividual attachment /etc/httpd/conf.d/php.conf: LimitRequestBody 536870912 # max individual […]
When you try to get the new GigE network cards running in a RedHat 9 (RH9) install, as well as on Fedora Core 1 (FC1), the driver can get the NICs initialized and recognized. This is because the PE750 has newer Intel Pro/1000 onboard NICs than what the RHL9 and FC1 kernels include. First, if […]
When ordering a secure certificate, most often one has to deal with the following files: certificate key file (aka private key): .key certificate request file: .csr primary certificate file (issued by the CA): .crt certificate chain (aka intermediate certificate, or sf bundle): sf_bundle.crt As a result, when deploying to a web server, it is necessary […]
How do I manage my domain? To manage you domain registered with TheNewPush, go to the domain management console and enter your domain name, user name and password. How do I point a new domain to an existing site with cPanel? To create domain aliases with a cPanel control panel, you need to be the […]