Linux + DevOps Blogs

  • Home
  • Linux Server
    • CentOS
    • Mint
    • Ubuntu
  • Mail Server
  • Webserver
  • Database Server
  • Shell Script
  • Windows
  • YouTube
  • Ask Question

Latest Stories

Install GeoIp command on Rocky Linux 8/9

Install GeoIp command on Rocky Linux 8/9

Penguin Technology - 13:27 0 Edit
Install GeoIp command dnf install https://rpms.remirepo.net/enterprise/remi-release-9.rpm dnf install dnf-utils dnf install GeoIP
Zimbra Install Letsencrypt

Zimbra Install Letsencrypt

Penguin Technology - 13:26 0 Edit
dnf install -y epel-release or, dnf install certbot sudo su - zimbra -c "zmproxyctl stop" sudo su - zimbra -c "zmmailboxdctl ...
Change Admin email and antivirus notification email in Zimbra

Change Admin email and antivirus notification email in Zimbra

Penguin Technology - 04:42 0 Edit
Change Admin email and antivirus notification email zmlocalconfig -e smtp_destination=admin@domain.com zmlocalconfig -e smtp_destination=adm...
postfix mailq command

postfix mailq command

Penguin Technology - 04:41 0 Edit
To check postfix Mail Queue mailq or, postqueue -p To requeue all messages from mailque postqueue -f To requeue a specific messages from mai...
Enforcing a match between FROM address and sasl username Zimbra

Enforcing a match between FROM address and sasl username Zimbra

Penguin Technology - 17:02 0 Edit
 If the exception db is not used zmprov mcf zimbraMtaSmtpdSenderLoginMaps  proxy:ldap:/opt/zimbra/conf/ldap-slm.cf +zimbraMtaSmtpdSenderRest...
 Zimbra modify network

Zimbra modify network

Penguin Technology - 16:37 0 Edit
 Zimbra modify network zmprov ms mail.example.com zimbraMtaMyNetworks '127.0.0.0/8 10.0.5.10/24' postfix reload
Allow internal domain in zimbra

Allow internal domain in zimbra

Penguin Technology - 16:16 0 Edit
Allow internal domain zmprov mcf zimbraAmavisOriginatingBypassSA TRUE zmantispamctl restart zmantivirusctl restart zmamavisdctl restart
Install lets encrypt SSL in Nginx Ubuntu 22.04

Install lets encrypt SSL in Nginx Ubuntu 22.04

Penguin Technology - 23:38 0 Edit
Update Package Repository sudo apt update Install Certbot package sudo apt-get install python3-certbot-nginx certbot Run command to enable s...
Passwordless authentication between two Linux servers

Passwordless authentication between two Linux servers

Md. Shahzad Alam - 00:23 0 Edit
Passwordless authentication between two Linux servers Jenkins & web server On Jenkins Server Generate SSH Key: Generate an SSH key pair....
Allow Port in firwalld linux

Allow Port in firwalld linux

Md. Shahzad Alam - 22:58 0 Edit
Allow port in Linux firewall  sudo firewall-cmd --permanent --add-port=10050/tcp sudo firewall-cmd --reload Check allowed port and  sudo fir...
run a script every 30 seconds using a cron job in Linux

run a script every 30 seconds using a cron job in Linux

Md. Shahzad Alam - 02:00 0 Edit
#  run a script every 30 seconds using a cron job in Linux #!/bin/bash #cat script.sh while true; do # Your script commands go here ...
Generate randam key using base64 encode

Generate randam key using base64 encode

Md. Shahzad Alam - 19:53 0 Edit
 #Generate 32-bye random key head -c 32 /dev/urandom | base64
PHP Fix date & time issue in Ubuntu Apache/nginx server

PHP Fix date & time issue in Ubuntu Apache/nginx server

Penguin Technology - 12:37 0 Edit
Go to the php.ini file and fix date.timezone region sudo vim /etc/php/8.2/fpm/php.ini or, sudo vim /etc/php/8.2/apache2/php.ini date.timezon...
Git checkout/push executable shell file

Git checkout/push executable shell file

Penguin Technology - 22:37 0 Edit
 git add --chmod=+x  script.sh git commit -m "Adding executable shell script file"
Docker access container from root user

Docker access container from root user

Penguin Technology - 22:28 0 Edit
 docker exec -it --user root container_name bash
Subscribe to: Comments ( Atom )

Followers

Search Topic

Popular Posts

  • How to Start, stop and restart Zimbra Service
  • How to active, locked,closed , lockout & maintenance Zimbra account from CLI
  • How to Disable/Enable service in Zimbra Mail Server
  • How to take mailbox backup of Zimbra Account from CLI
  • Whitelist and Blacklist domain in zimbra
  • How to Configure SMTP authentication in Zimbra 8.x mail Server
  • How to Stop and Start Ec2 instance using Jenkins
  • How to install FileZilla in CentOS 6/7
  • How to check status of mailbox quota in Zimbra Mail server
  • How to customize Squid proxy error page
Powered by Blogger.
Copyright © 2015 Linux + DevOps Blogs
Re-designed by Shahzad