↓
 

Software Effect Enterprises, Inc

  • Home
Home→Author SEEI - Page 25 << 1 2 … 23 24 25 26 27 28 29 >>

Author Archives: SEEI

Post navigation

<< 1 2 … 22 23 24 25 26 27 28 29 >>

Carrier Tracking URLs

Software Effect Enterprises, Inc Posted on October 6, 2016 by SEEIOctober 6, 2016

UPS: http://wwwapps.ups.com/WebTracking/track?track=yes&trackNums=%1 UPS: http://wwwapps.ups.com/WebTracking/track?HTMLVersion=5.0&loc=en_US&Requester=UPSHome&trackNums=%1&track.x=Track FedEx: http://www.fedex.com/Tracking?tracknumbers=%1 FedEx: http://www.fedex.com/Tracking?action=track&tracknumbers=%1 FedEx: http://fedex.com/Tracking?action=track&tracknumber_list=%1&cntry_code=us FedEx: http://www.fedex.com/Tracking?ascend_header=1&clienttype=dotcom&cntry_code=us&language=english&tracknumbers=%1 USPS: https://tools.usps.com/go/TrackConfirmAction?qtc_tLabels1=%1 USPS: https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=%1 USPS: http://trkcnfrm1.smi.usps.com/PTSInternetWeb/InterLabelInquiry.do?origTrackNum=%1 OnTrac: http://www.ontrac.com/trackingdetail.asp?tracking=%1 OnTrac: http://www.ontrac.com/tracking.asp?trackingres=submit&tracking_number=%1&trackBtn.x=18&trackBtn.y=12&trackBtn=trackingres_submit LaserShip: http://lasership.com/track/%1 LaserShip: (As XML) http://lasership.com/track/%1/xml LaserShip: http://www.lasership.com/track.php?track_number_input=%1 DHL US: http://www.dhl-usa.com/content/us/en/express/tracking.shtml?brand=DHL&AWB=%1 HDL Canada: http://international.dhl.ca/content/ca/en/express/tracking.shtml?brand=DHL&AWB=%1 DHL Global Mail: http://webtrack.dhlglobalmail.com/?trackingnumber=%1 TNT: http://www.tnt.com/webtracker/tracking.do?navigation=1&searchType=CON&respLang=en&genericSiteIdent=.&cons=%1

Continue reading →
Posted in Uncategorized

NagiosQL does not restart Nagios version 4.0.8

Software Effect Enterprises, Inc Posted on September 23, 2016 by SEEISeptember 23, 2016

  edit the file /var/www/nagiosql32/admin/verify.php  and change the line: $strCommandString = “[“.mktime().”] RESTART_PROGRAM;”.mktime(); to be $strCommandString = “[“.mktime().”] RESTART_PROGRAM;”.mktime().”\n”; also edit the file /var/www/nagiosql32/scripts/do_config.php  and change the line: $strCommandString = “[“.mktime().”] RESTART_PROGRAM;”.mktime(); to be $strCommandString = “[“.mktime().”] RESTART_PROGRAM;”.mktime().”\n”; H/T https://support.nagios.com/forum/viewtopic.php?f=7&t=24161

Continue reading →
Posted in Uncategorized

You do not have sufficient permissions to manage plugins on this blog

Software Effect Enterprises, Inc Posted on August 29, 2016 by SEEIAugust 29, 2016

If you have the WP Security plugin installed and you get the message “You do not have sufficient permissions to manage plugins on this blog”, you need to Find “WP Security” in the wordpress dashboard Select: Filesystem Security – PHP … Continue reading →

Posted in WordPress

Using UUID to Mount Disk

Software Effect Enterprises, Inc Posted on July 5, 2016 by SEEIJuly 5, 2016

In linux, hard drive dev assignments can get changed between reboots – especially with external/removable drives. This means using /dev/sdX or /dev/hdX is not the best way to mount a drive that needs to be mounted every time at boot. … Continue reading →

Posted in Centos, Centos 6, Centos 7, Fedora, Linux

Web Site Certificate/SSL Tests

Software Effect Enterprises, Inc Posted on May 13, 2016 by SEEIJune 16, 2019

I have found the following two sites helpful in finding issues with the configuration of SSL secured web sites https://ssltools.digicert.com/checker/ https://www.ssllabs.com/ssltest/analyze.html Test which ciphers (TLS, SSL, etc) are enabled nmap -sV –script ssl-enum-ciphers -p 443 www.yourdomain.com Ref: https://nmap.org/nsedoc/scripts/ssl-enum-ciphers.html

Continue reading →
Posted in Centos 6, Centos 7, Cisco ASA, Linux, Windows, Zimbra

Specific Whitelist/Blacklist per IP for Zimbra

Software Effect Enterprises, Inc Posted on May 10, 2016 by SEEIMay 10, 2016

Edit /opt/zimbra/maps/postfix_black_white_list Add the following entries # a comment 5.5.5.5 REJECT Stop sending me spam 4.4.4.0/24 REJECT All your servers are compromised fubar.com REJECT I want no email from anyone@fubar.com .fubar.com REJECT I dont want email from your subdomains either … Continue reading →

Posted in Zimbra 8

Zimbra and modifying main.cf

Software Effect Enterprises, Inc Posted on May 3, 2016 by SEEIMay 3, 2016

There are a couple of customizations that can only be done by editting the /opt/zimbra/postfix/conf/main.cf file. The problem is, if you do any upgrades, you loose your changes. After being burned by this, I added this script to my servers … Continue reading →

Posted in Zimbra, Zimbra 8

Zimbra Rejects Email From Some iPhone Clients

Software Effect Enterprises, Inc Posted on March 12, 2016 by SEEIFebruary 27, 2017

A user with an iPhone sends and email with an attachment to a recipient on a Zimbra server. The email is rejected and the following entry is made in the log: Mar  8 16:08:41 mx2 postfix/cleanup[20141]: 654AD251CD: reject: header Content-Type: … Continue reading →

Posted in Zimbra 8

Enable IPv6 on Zimbra version 8

Software Effect Enterprises, Inc Posted on March 10, 2016 by SEEIMarch 10, 2016

zmprov ms `zmhostname` zimbraIPMode both /opt/zimbra/libexec/zmiptool zmcontrol restart Then update /etc/sysconfig/ip6ables and execute service ip6tables restart

Continue reading →
Posted in Uncategorized

Zimbra Encrypted PDF Files Flagged As Viruses

Software Effect Enterprises, Inc Posted on February 25, 2016 by SEEIFebruary 25, 2016

By default, emails with an encrypted PDF or archive (i.e. zip) attachment will be blocked by Zimbra’s antivirus program, ClamAV. The user will be notified by an email titled ‘VIRUS (Heuristics.Encrypted.PDF) in mail FROM….’ with a message containing ‘A virus … Continue reading →

Posted in Zimbra 8

Post navigation

<< 1 2 … 22 23 24 25 26 27 28 29 >>
Powered By Rocky Linux
Powered By Rocky Linux
Let's Encrypt
Let's Encrypt

Recent Posts

  • Text Based Weather Report
  • fail2ban not adding entries to firewalld
  • Mikrotik 6Gig CubeG-5ac60ay SNR via SNMP
  • Cacti Graph for SNR on the LBE-5AC-Gen2-US
  • Why did windows reboot?

Categories

  • Active Directory
  • Android
  • Apache
  • Apache 2.4
  • ASA
  • Brave Browser
  • Cacti
  • Centos
  • Centos 6
  • Centos 7
  • Centos 8
  • certificate
  • Cisco ASA
  • Cisco Switch
  • Dell
  • DHCP
  • Encryption
  • fail2ban
  • Fedora
  • Fedora 31
  • Fedora 36
  • Fedora 38
  • Fedora 40
  • Fedora 41
  • Fedora37
  • Firefox
  • firewalld
  • Gnome 3
  • Google Chrome
  • grub
  • httpd
  • Juniper
  • kvm
  • LetsEncrypt
  • LibreOffice
  • Libvirt
  • Linux
  • Mate
  • Mikrotik
  • MySQL
  • Nagios
  • named/bind
  • Networking
  • OpenVAS/Greenbone
  • pfSense
  • PHP
  • postfix
  • Raspberry PI
  • Rocky Linux
  • Rocky Linux 9
  • Samba
  • sed
  • Signal Messenger
  • SNMP
  • SRX
  • ssh
  • swaks
  • Synology
  • tftp
  • Ubiqiti
  • Ubiquiti
  • Uncategorized
  • Unifi
  • vim
  • wifi
  • Windows
  • Windows 10
  • Windows 11
  • Windows 7
  • Windows Server
  • Windows Server
  • Windows Server 2016
  • Windows Server 2019
  • WordPress
  • Zimbra
  • Zimbra 7
  • Zimbra 8
  • Zimbra 9

Your IP Address

  • Powered by Find-IP.net
©2025 - Software Effect Enterprises, Inc - Weaver Xtreme Theme
↑