ZIMBRA MAIL SERVER CONFIGURATION

Change your system host-name mail.linuxsolutions.org.in vi /etc/hosts 192.168.1.14 mail.linuxsolutions.org.in save&exit vi /etc/sysconfig/network mail.linuxsolutions.org.in save&exit ======================================================================================================= yum install bind bind-chroot caching-nameserver bind-utils ======================================================================================================= ======================CONFIGURE DNS=============================== cp /etc/named.rfc1912.zones /etc/named.conf vim /etc/named.conf // named.rfc1914.zones: // // Provided by Red Hat caching-nameserver package // // ISC BIND named zone configuration for zones recommended by // RFC 1912 section 4.1 … Read more

Unrecognized prilocaldialplan TON modifier: D – Asterisk issue

Asterisk dial command

Problem:  Unrecognized prilocaldialplan TON modifier: D Solution: Set caller id into dialplan. Dialplan Example: exten => _55550XXXXXXXXXX,1,set(CALLERID(num)=4425100) exten => _55550XXXXXXXXXX,n,Set(currenttime=${STRFTIME(${EPOCH},,%Y-%m-%d %H:%M:%S)}) exten => _55550XXXXXXXXXX,n,Set(CALLFILENAME=${CHANNEL}-${CDR(accountcode)}-${CALLERID(num)}-${EXTEN}-${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)}) exten => _55550XXXXXXXXXX,n,MixMonitor(${CALLFILENAME}.wav) exten => _55550XXXXXXXXXX,n,Dial(DAHDI/g0/0${EXTEN:5},,Ttg) exten => _55550XXXXXXXXXX,n,NoOp( Dial Status: ${DIALSTATUS}) exten => _55550XXXXXXXXXX,n,Hungup()

lscpu : Linux CPU architecture information

lscpu

The lscpu command is CPU architecture information helper and can be found under Fedora Linux / RHEL / CentOS v6+ / Debian Linux v6+ and many other latest distro includes this command. Warning : lscput command has bug and sometimes in Xen Dom0 kernel reports wrong data. So please use /proc/cpuinfo for verification purpose. # lscpu … Read more

MySQL vs NoSQL : Which one and why: SQL vs NoSQL Database Differences

mysql_cluster_nosql

Most of you are already familiar with SQL database, and have a good knowledge on either MySQL, Oracle, or other SQL databases. In the last several years, NoSQL database is getting widely adopted to solve various business problems. It is helpful to understand the difference between SQL and NoSQL database, and some of available NoSQL … Read more

Tech Plays vital Role in Business

Technology Plays Big Role in Small Business An important, but often overlooked, role many small business owners play is chief technology officer. And that’s no small role, a new survey from the National Small Business Association (NSBA) shows. Despite the many challenges posed by keeping up with the rapid pace of change in technology , … Read more

Voice Broadcasting

What is Voice Broadcasting Voice broadcasting is a mass communication technique, begun in the 1990s, that broadcasts telephone messages to hundreds or thousands of call recipients at once. This technology has both commercial and community applications. Voice broadcast users can contact targets (whether they be members, subscribers, constituents, employees, or customers) almost immediately. When used … Read more